From 72bbbdfc56aaf5f5b452d05602c4eb26e86800b3 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Wed, 21 Mar 2018 13:23:50 +0100 Subject: Adds 2.7.0 version --- .../build/Microsoft.Net.Compilers.props | 44 ++++++ .../tools/Microsoft.Build.Tasks.CodeAnalysis.dll | Bin 0 -> 118248 bytes .../tools/Microsoft.CSharp.Core.targets | 167 +++++++++++++++++++++ .../Microsoft.CodeAnalysis.CSharp.Scripting.dll | Bin 0 -> 29168 bytes .../tools/Microsoft.CodeAnalysis.CSharp.dll | Bin 0 -> 4633568 bytes .../tools/Microsoft.CodeAnalysis.Scripting.dll | Bin 0 -> 128992 bytes .../tools/Microsoft.CodeAnalysis.VisualBasic.dll | Bin 0 -> 5222376 bytes .../tools/Microsoft.CodeAnalysis.dll | Bin 0 -> 2409936 bytes .../tools/Microsoft.VisualBasic.Core.targets | 164 ++++++++++++++++++++ .../tools/System.Collections.Immutable.dll | Bin 0 -> 244432 bytes .../tools/System.Reflection.Metadata.dll | Bin 0 -> 465104 bytes .../tools/VBCSCompiler.exe | Bin 0 -> 89528 bytes .../Microsoft.Net.Compilers.2.7.0/tools/csc.exe | Bin 0 -> 51112 bytes .../tools/csc.exe.config | 149 ++++++++++++++++++ .../Microsoft.Net.Compilers.2.7.0/tools/csc.rsp | 46 ++++++ .../Microsoft.Net.Compilers.2.7.0/tools/csi.exe | Bin 0 -> 15264 bytes .../tools/csi.exe.config | 159 ++++++++++++++++++++ .../Microsoft.Net.Compilers.2.7.0/tools/csi.rsp | 14 ++ .../Microsoft.Net.Compilers.2.7.0/tools/vbc.exe | Bin 0 -> 51112 bytes .../tools/vbc.exe.config | 149 ++++++++++++++++++ .../Microsoft.Net.Compilers.2.7.0/tools/vbc.rsp | 55 +++++++ 21 files changed, 947 insertions(+) create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/build/Microsoft.Net.Compilers.props create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.Build.Tasks.CodeAnalysis.dll create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CSharp.Core.targets create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.CSharp.Scripting.dll create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.CSharp.dll create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.Scripting.dll create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.VisualBasic.dll create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.dll create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.VisualBasic.Core.targets create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/System.Collections.Immutable.dll create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/System.Reflection.Metadata.dll create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/VBCSCompiler.exe create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.exe create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.exe.config create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.rsp create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.exe create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.exe.config create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.rsp create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.exe create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.exe.config create mode 100755 Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.rsp diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/build/Microsoft.Net.Compilers.props b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/build/Microsoft.Net.Compilers.props new file mode 100755 index 0000000..829cbff --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/build/Microsoft.Net.Compilers.props @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + false + $(MSBuildThisFileDirectory)..\tools\Microsoft.CSharp.Core.targets + $(MSBuildThisFileDirectory)..\tools\Microsoft.VisualBasic.Core.targets + + + + + $(MSBuildThisFileDirectory)..\tools + csc.exe + $(MSBuildThisFileDirectory)..\tools + vbc.exe + + diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.Build.Tasks.CodeAnalysis.dll b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.Build.Tasks.CodeAnalysis.dll new file mode 100755 index 0000000..f05efc1 Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.Build.Tasks.CodeAnalysis.dll differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CSharp.Core.targets b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CSharp.Core.targets new file mode 100755 index 0000000..8c535b2 --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CSharp.Core.targets @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + $(NoWarn);1701;1702 + + + + + $(NoWarn);2008 + + + + + + + + + + + $(AppConfig) + + + $(IntermediateOutputPath)$(TargetName).compile.pdb + + + + + false + + + + + + + + + + true + + + + + + + + + <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" /> + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.CSharp.Scripting.dll b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.CSharp.Scripting.dll new file mode 100755 index 0000000..bb720f0 Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.CSharp.Scripting.dll differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.CSharp.dll b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.CSharp.dll new file mode 100755 index 0000000..2ad58e6 Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.Scripting.dll b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.Scripting.dll new file mode 100755 index 0000000..b21fcbe Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.Scripting.dll differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.VisualBasic.dll b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.VisualBasic.dll new file mode 100755 index 0000000..a3985f2 Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.VisualBasic.dll differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.dll b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.dll new file mode 100755 index 0000000..270574d Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.CodeAnalysis.dll differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.VisualBasic.Core.targets b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.VisualBasic.Core.targets new file mode 100755 index 0000000..2109927 --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/Microsoft.VisualBasic.Core.targets @@ -0,0 +1,164 @@ + + + + + + + + + + + + + <_NoWarnings Condition="'$(WarningLevel)' == '0'">true + <_NoWarnings Condition="'$(WarningLevel)' == '1'">false + + + + + $(IntermediateOutputPath)$(TargetName).compile.pdb + + + + + + + + + + + false + + + + + + + + + + true + + + + + + + + <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" /> + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/System.Collections.Immutable.dll b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/System.Collections.Immutable.dll new file mode 100755 index 0000000..ce6fc0e Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/System.Collections.Immutable.dll differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/System.Reflection.Metadata.dll b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/System.Reflection.Metadata.dll new file mode 100755 index 0000000..ee68731 Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/System.Reflection.Metadata.dll differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/VBCSCompiler.exe b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/VBCSCompiler.exe new file mode 100755 index 0000000..1d3856b Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/VBCSCompiler.exe differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.exe b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.exe new file mode 100755 index 0000000..0a80c14 Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.exe differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.exe.config b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.exe.config new file mode 100755 index 0000000..ce5472c --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.exe.config @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.rsp b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.rsp new file mode 100755 index 0000000..be7661d --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csc.rsp @@ -0,0 +1,46 @@ +# Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +# This file contains command-line options that the C# +# command line compiler (CSC) will process as part +# of every compilation, unless the "/noconfig" option +# is specified. + +# Reference the common Framework libraries +/r:Accessibility.dll +/r:Microsoft.CSharp.dll +/r:System.Configuration.dll +/r:System.Configuration.Install.dll +/r:System.Core.dll +/r:System.Data.dll +/r:System.Data.DataSetExtensions.dll +/r:System.Data.Linq.dll +/r:System.Data.OracleClient.dll +/r:System.Deployment.dll +/r:System.Design.dll +/r:System.DirectoryServices.dll +/r:System.dll +/r:System.Drawing.Design.dll +/r:System.Drawing.dll +/r:System.EnterpriseServices.dll +/r:System.Management.dll +/r:System.Messaging.dll +/r:System.Runtime.Remoting.dll +/r:System.Runtime.Serialization.dll +/r:System.Runtime.Serialization.Formatters.Soap.dll +/r:System.Security.dll +/r:System.ServiceModel.dll +/r:System.ServiceModel.Web.dll +/r:System.ServiceProcess.dll +/r:System.Transactions.dll +/r:System.Web.dll +/r:System.Web.Extensions.Design.dll +/r:System.Web.Extensions.dll +/r:System.Web.Mobile.dll +/r:System.Web.RegularExpressions.dll +/r:System.Web.Services.dll +/r:System.Windows.Forms.dll +/r:System.Workflow.Activities.dll +/r:System.Workflow.ComponentModel.dll +/r:System.Workflow.Runtime.dll +/r:System.Xml.dll +/r:System.Xml.Linq.dll diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.exe b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.exe new file mode 100755 index 0000000..5fcd12b Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.exe differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.exe.config b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.exe.config new file mode 100755 index 0000000..937789c --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.exe.config @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.rsp b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.rsp new file mode 100755 index 0000000..492f239 --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/csi.rsp @@ -0,0 +1,14 @@ +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/u:System +/u:System.IO +/u:System.Collections.Generic +/u:System.Console +/u:System.Diagnostics +/u:System.Dynamic +/u:System.Linq +/u:System.Linq.Expressions +/u:System.Text +/u:System.Threading.Tasks \ No newline at end of file diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.exe b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.exe new file mode 100755 index 0000000..24bb6aa Binary files /dev/null and b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.exe differ diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.exe.config b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.exe.config new file mode 100755 index 0000000..ce5472c --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.exe.config @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.rsp b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.rsp new file mode 100755 index 0000000..52b4cac --- /dev/null +++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.2.7.0/tools/vbc.rsp @@ -0,0 +1,55 @@ +# Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. + +# This file contains command-line options that the VB +# command line compiler (VBC) will process as part +# of every compilation, unless the "/noconfig" option +# is specified. + +# Reference the common Framework libraries +/r:Accessibility.dll +/r:System.Configuration.dll +/r:System.Configuration.Install.dll +/r:System.Data.dll +/r:System.Data.OracleClient.dll +/r:System.Deployment.dll +/r:System.Design.dll +/r:System.DirectoryServices.dll +/r:System.dll +/r:System.Drawing.Design.dll +/r:System.Drawing.dll +/r:System.EnterpriseServices.dll +/r:System.Management.dll +/r:System.Messaging.dll +/r:System.Runtime.Remoting.dll +/r:System.Runtime.Serialization.Formatters.Soap.dll +/r:System.Security.dll +/r:System.ServiceProcess.dll +/r:System.Transactions.dll +/r:System.Web.dll +/r:System.Web.Mobile.dll +/r:System.Web.RegularExpressions.dll +/r:System.Web.Services.dll +/r:System.Windows.Forms.dll +/r:System.XML.dll + +/r:System.Workflow.Activities.dll +/r:System.Workflow.ComponentModel.dll +/r:System.Workflow.Runtime.dll +/r:System.Runtime.Serialization.dll +/r:System.ServiceModel.dll + +/r:System.Core.dll +/r:System.Xml.Linq.dll +/r:System.Data.Linq.dll +/r:System.Data.DataSetExtensions.dll +/r:System.Web.Extensions.dll +/r:System.Web.Extensions.Design.dll +/r:System.ServiceModel.Web.dll + +# Import System and Microsoft.VisualBasic +/imports:System +/imports:Microsoft.VisualBasic +/imports:System.Linq +/imports:System.Xml.Linq + +/optioninfer+ -- cgit v1.2.3