From 0561cf7b4aa24024128723b6fa2819a49cc6751f Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Fri, 6 Sep 2019 16:08:51 -0400 Subject: Add Roslyn version 3.3.1.1942301 binaries from the vsix .. corresponding to the nuget Microsoft.Net.Compilers 3.3.1-beta3-19423-01 - Removed these from the vsix: - [Content_Types].xml - catalog.json - extension.vsixmanifest - manifest.json - Roslyn.Compilers.Extension.* (windows/VS specific) - skipped package/* directory - Edited `csi.rsp` with (matches what we used for 3.3.0): ``` -/r:System -/r:System.Core -/r:Microsoft.CSharp +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.dll /u:System /u:System.IO /u:System.Collections.Generic ``` --- .../Microsoft.Build.Tasks.CodeAnalysis.dll | Bin 0 -> 127864 bytes .../Microsoft.CSharp.Core.targets | 146 ++++++++++++++++++ .../Microsoft.CodeAnalysis.CSharp.Scripting.dll | Bin 0 -> 31096 bytes .../Microsoft.CodeAnalysis.CSharp.dll | Bin 0 -> 5216632 bytes .../Microsoft.CodeAnalysis.Scripting.dll | Bin 0 -> 133496 bytes .../Microsoft.CodeAnalysis.VisualBasic.dll | Bin 0 -> 5171576 bytes .../Microsoft.CodeAnalysis.dll | Bin 0 -> 2498936 bytes .../Microsoft.DiaSymReader.Native.amd64.dll | Bin 0 -> 1495800 bytes .../Microsoft.DiaSymReader.Native.x86.dll | Bin 0 -> 1188080 bytes .../Microsoft.Managed.Core.targets | 167 +++++++++++++++++++++ .../Microsoft.Managed.EditorConfig.targets | 13 ++ .../Microsoft.VisualBasic.Core.targets | 136 +++++++++++++++++ .../3.3.1-beta3-19423-01/System.Buffers.dll | Bin 0 -> 27992 bytes .../System.Collections.Immutable.dll | Bin 0 -> 302216 bytes .../3.3.1-beta3-19423-01/System.Memory.dll | Bin 0 -> 148760 bytes .../System.Numerics.Vectors.dll | Bin 0 -> 115936 bytes .../System.Reflection.Metadata.dll | Bin 0 -> 576144 bytes .../System.Runtime.CompilerServices.Unsafe.dll | Bin 0 -> 23600 bytes .../System.Text.Encoding.CodePages.dll | Bin 0 -> 761392 bytes .../System.Threading.Tasks.Extensions.dll | Bin 0 -> 33048 bytes .../3.3.1-beta3-19423-01/VBCSCompiler.exe | Bin 0 -> 88960 bytes .../3.3.1-beta3-19423-01/VBCSCompiler.exe.config | 82 ++++++++++ .../3.3.1-beta3-19423-01/csc.exe | Bin 0 -> 56176 bytes .../3.3.1-beta3-19423-01/csc.exe.config | 71 +++++++++ .../3.3.1-beta3-19423-01/csc.rsp | 46 ++++++ .../3.3.1-beta3-19423-01/csi.exe | Bin 0 -> 16240 bytes .../3.3.1-beta3-19423-01/csi.exe.config | 81 ++++++++++ .../3.3.1-beta3-19423-01/csi.rsp | 15 ++ .../3.3.1-beta3-19423-01/vbc.exe | Bin 0 -> 56176 bytes .../3.3.1-beta3-19423-01/vbc.exe.config | 71 +++++++++ .../3.3.1-beta3-19423-01/vbc.rsp | 55 +++++++ 31 files changed, 883 insertions(+) create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Build.Tasks.CodeAnalysis.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CSharp.Core.targets create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.CSharp.Scripting.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.CSharp.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.Scripting.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.VisualBasic.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.DiaSymReader.Native.amd64.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.DiaSymReader.Native.x86.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Managed.Core.targets create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Managed.EditorConfig.targets create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.VisualBasic.Core.targets create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Buffers.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Collections.Immutable.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Memory.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Numerics.Vectors.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Reflection.Metadata.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Runtime.CompilerServices.Unsafe.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Text.Encoding.CodePages.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Threading.Tasks.Extensions.dll create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/VBCSCompiler.exe create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/VBCSCompiler.exe.config create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.exe create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.exe.config create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.rsp create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.exe create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.exe.config create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.rsp create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.exe create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.exe.config create mode 100644 Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.rsp diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Build.Tasks.CodeAnalysis.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Build.Tasks.CodeAnalysis.dll new file mode 100644 index 0000000..6e6d55f Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Build.Tasks.CodeAnalysis.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CSharp.Core.targets b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CSharp.Core.targets new file mode 100644 index 0000000..86bc96d --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CSharp.Core.targets @@ -0,0 +1,146 @@ + + + + + + + 7.3 + $(MaxSupportedLangVersion) + + + + + + $(NoWarn);1701;1702 + + + + + $(NoWarn);2008 + + + + + $(AppConfig) + + + $(IntermediateOutputPath)$(TargetName).compile.pdb + + + + + + + + + <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" /> + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.CSharp.Scripting.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.CSharp.Scripting.dll new file mode 100644 index 0000000..b5d4843 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.CSharp.Scripting.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.CSharp.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.CSharp.dll new file mode 100644 index 0000000..d3a0d28 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.Scripting.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.Scripting.dll new file mode 100644 index 0000000..4b5c651 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.Scripting.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.VisualBasic.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.VisualBasic.dll new file mode 100644 index 0000000..6655ed3 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.VisualBasic.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.dll new file mode 100644 index 0000000..5e168fa Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.CodeAnalysis.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.DiaSymReader.Native.amd64.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.DiaSymReader.Native.amd64.dll new file mode 100644 index 0000000..e376a20 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.DiaSymReader.Native.amd64.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.DiaSymReader.Native.x86.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.DiaSymReader.Native.x86.dll new file mode 100644 index 0000000..5ebef7f Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.DiaSymReader.Native.x86.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Managed.Core.targets b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Managed.Core.targets new file mode 100644 index 0000000..987f335 --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Managed.Core.targets @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + false + + + + + + + + + + true + + + + + + + + + true + + + + + + + + <_MappedSourceRoot Remove="@(_MappedSourceRoot)" /> + + + + + + + + + + + + + + + true + + + + + + + + + + + <_TopLevelSourceRoot Include="@(SourceRoot)" Condition="'%(SourceRoot.NestedRoot)' == ''"/> + + + + + + + ,$(PathMap) + + + @(_TopLevelSourceRoot->'%(Identity)=%(MappedPath)', ',')$(PathMap) + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Managed.EditorConfig.targets b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Managed.EditorConfig.targets new file mode 100644 index 0000000..d659d55 --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.Managed.EditorConfig.targets @@ -0,0 +1,13 @@ + + + + + + <_AllDirectoriesAbove Include="@(Compile->GetPathsOfAllDirectoriesAbove())" Condition="'$(DiscoverEditorConfigFiles)' != 'false'" /> + + + + + + diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.VisualBasic.Core.targets b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.VisualBasic.Core.targets new file mode 100644 index 0000000..d9e5eaa --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/Microsoft.VisualBasic.Core.targets @@ -0,0 +1,136 @@ + + + + + + + + <_NoWarnings Condition="'$(WarningLevel)' == '0'">true + <_NoWarnings Condition="'$(WarningLevel)' == '1'">false + + + + + $(IntermediateOutputPath)$(TargetName).compile.pdb + + + + + + + + <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" /> + + + + + diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Buffers.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Buffers.dll new file mode 100644 index 0000000..b6d9c77 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Buffers.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Collections.Immutable.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Collections.Immutable.dll new file mode 100644 index 0000000..049149f Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Collections.Immutable.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Memory.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Memory.dll new file mode 100644 index 0000000..bdfc501 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Memory.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Numerics.Vectors.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Numerics.Vectors.dll new file mode 100644 index 0000000..ce46d5b Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Numerics.Vectors.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Reflection.Metadata.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Reflection.Metadata.dll new file mode 100644 index 0000000..5208236 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Reflection.Metadata.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Runtime.CompilerServices.Unsafe.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000..3156239 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Text.Encoding.CodePages.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..d0f7adf Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Text.Encoding.CodePages.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Threading.Tasks.Extensions.dll b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Threading.Tasks.Extensions.dll new file mode 100644 index 0000000..e059050 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/System.Threading.Tasks.Extensions.dll differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/VBCSCompiler.exe b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/VBCSCompiler.exe new file mode 100644 index 0000000..9f0241d Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/VBCSCompiler.exe differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/VBCSCompiler.exe.config b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/VBCSCompiler.exe.config new file mode 100644 index 0000000..f218a2a --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/VBCSCompiler.exe.config @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.exe b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.exe new file mode 100644 index 0000000..d126b74 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.exe differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.exe.config b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.exe.config new file mode 100644 index 0000000..20b0a2f --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.exe.config @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.rsp b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csc.rsp new file mode 100644 index 0000000..ce72ac6 --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/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/3.3.1-beta3-19423-01/csi.exe b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.exe new file mode 100644 index 0000000..20562d4 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.exe differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.exe.config b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.exe.config new file mode 100644 index 0000000..bacca32 --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.exe.config @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.rsp b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.rsp new file mode 100644 index 0000000..f012133 --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/csi.rsp @@ -0,0 +1,15 @@ +/r:System.dll +/r:System.Core.dll +/r:Microsoft.CSharp.dll +/r:Facades/System.Runtime.dll +/r:Facades/netstandard.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 diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.exe b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.exe new file mode 100644 index 0000000..8ea3429 Binary files /dev/null and b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.exe differ diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.exe.config b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.exe.config new file mode 100644 index 0000000..f8e452a --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.exe.config @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.rsp b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/vbc.rsp new file mode 100644 index 0000000..473404d --- /dev/null +++ b/Microsoft.Net.Compilers/3.3.1-beta3-19423-01/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