Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/roslyn-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Jain <radical@gmail.com>2020-02-20 18:19:53 +0300
committerGitHub <noreply@github.com>2020-02-20 18:19:53 +0300
commit902fd2903e3363a90baf532c0d08aa1fdf9804d6 (patch)
treec5c5e55793fb12cb629756edb076e656d11d1a4d
parentff2eb6664c7ed7cacc13bdf35119edad77d3d2a1 (diff)
Add Roslyn version 3.5.0-beta3-20119-02 binaries from the (#33)
.. nuget `Microsoft.Net.Compilers.Toolset . Files taken from nuget's `tasks/net472` path.
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.Build.Tasks.CodeAnalysis.dllbin130640 -> 133200 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.CSharp.Core.targets2
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.Scripting.dllbin31312 -> 31104 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.dllbin5400656 -> 5449080 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.Scripting.dllbin134224 -> 134224 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.VisualBasic.dllbin5188480 -> 5212032 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.dllbin2580048 -> 2601856 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.Managed.Core.targets2
-rw-r--r--Microsoft.Net.Compilers/3.5.0/Microsoft.VisualBasic.Core.targets2
-rw-r--r--Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exebin88960 -> 91008 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe.config2
-rw-r--r--Microsoft.Net.Compilers/3.5.0/csc.exebin56688 -> 58224 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/csc.exe.config2
-rw-r--r--Microsoft.Net.Compilers/3.5.0/csc.rsp4
-rw-r--r--Microsoft.Net.Compilers/3.5.0/csi.exebin16240 -> 16240 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/csi.exe.config2
-rw-r--r--Microsoft.Net.Compilers/3.5.0/vbc.exebin56688 -> 58224 bytes
-rw-r--r--Microsoft.Net.Compilers/3.5.0/vbc.exe.config2
-rw-r--r--Microsoft.Net.Compilers/3.5.0/vbc.rsp4
-rw-r--r--Microsoft.Net.Compilers/3.5.0/version.txt2
20 files changed, 14 insertions, 10 deletions
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.Build.Tasks.CodeAnalysis.dll b/Microsoft.Net.Compilers/3.5.0/Microsoft.Build.Tasks.CodeAnalysis.dll
index f2d4647..a6d1be2 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.Build.Tasks.CodeAnalysis.dll
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.Build.Tasks.CodeAnalysis.dll
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.CSharp.Core.targets b/Microsoft.Net.Compilers/3.5.0/Microsoft.CSharp.Core.targets
index ed91b90..7db6883 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.CSharp.Core.targets
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.CSharp.Core.targets
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Microsoft.Managed.Core.targets"/>
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.Scripting.dll b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.Scripting.dll
index fc7246e..9dba1e4 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.Scripting.dll
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.Scripting.dll
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.dll b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.dll
index 511a896..8c2c80d 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.dll
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.CSharp.dll
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.Scripting.dll b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.Scripting.dll
index e5f02c5..5680f56 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.Scripting.dll
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.Scripting.dll
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.VisualBasic.dll b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.VisualBasic.dll
index dc155c6..65529f8 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.VisualBasic.dll
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.VisualBasic.dll
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.dll b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.dll
index c044e10..f1ec223 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.dll
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.CodeAnalysis.dll
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.Managed.Core.targets b/Microsoft.Net.Compilers/3.5.0/Microsoft.Managed.Core.targets
index c87a659..a6c9a14 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.Managed.Core.targets
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.Managed.Core.targets
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--
Common targets for managed compilers.
diff --git a/Microsoft.Net.Compilers/3.5.0/Microsoft.VisualBasic.Core.targets b/Microsoft.Net.Compilers/3.5.0/Microsoft.VisualBasic.Core.targets
index d9e5eaa..e69d6c8 100644
--- a/Microsoft.Net.Compilers/3.5.0/Microsoft.VisualBasic.Core.targets
+++ b/Microsoft.Net.Compilers/3.5.0/Microsoft.VisualBasic.Core.targets
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="Microsoft.Managed.Core.targets"/>
diff --git a/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe b/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe
index 643b2f7..040a9ce 100644
--- a/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe
+++ b/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe.config b/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe.config
index 148abe6..47ae91f 100644
--- a/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe.config
+++ b/Microsoft.Net.Compilers/3.5.0/VBCSCompiler.exe.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
diff --git a/Microsoft.Net.Compilers/3.5.0/csc.exe b/Microsoft.Net.Compilers/3.5.0/csc.exe
index 0ad328e..81a0f17 100644
--- a/Microsoft.Net.Compilers/3.5.0/csc.exe
+++ b/Microsoft.Net.Compilers/3.5.0/csc.exe
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/csc.exe.config b/Microsoft.Net.Compilers/3.5.0/csc.exe.config
index 9f958fb..c7d3dee 100644
--- a/Microsoft.Net.Compilers/3.5.0/csc.exe.config
+++ b/Microsoft.Net.Compilers/3.5.0/csc.exe.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
diff --git a/Microsoft.Net.Compilers/3.5.0/csc.rsp b/Microsoft.Net.Compilers/3.5.0/csc.rsp
index ce72ac6..7b1e629 100644
--- a/Microsoft.Net.Compilers/3.5.0/csc.rsp
+++ b/Microsoft.Net.Compilers/3.5.0/csc.rsp
@@ -1,4 +1,6 @@
-# Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
+# Licensed to the .NET Foundation under one or more agreements.
+# The .NET Foundation licenses this file to you under the MIT license.
+# See the LICENSE file in the project root for more information.
# This file contains command-line options that the C#
# command line compiler (CSC) will process as part
diff --git a/Microsoft.Net.Compilers/3.5.0/csi.exe b/Microsoft.Net.Compilers/3.5.0/csi.exe
index 7154f7f..8006d2a 100644
--- a/Microsoft.Net.Compilers/3.5.0/csi.exe
+++ b/Microsoft.Net.Compilers/3.5.0/csi.exe
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/csi.exe.config b/Microsoft.Net.Compilers/3.5.0/csi.exe.config
index f228a3b..e994c0b 100644
--- a/Microsoft.Net.Compilers/3.5.0/csi.exe.config
+++ b/Microsoft.Net.Compilers/3.5.0/csi.exe.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
diff --git a/Microsoft.Net.Compilers/3.5.0/vbc.exe b/Microsoft.Net.Compilers/3.5.0/vbc.exe
index 8134eae..9ad036e 100644
--- a/Microsoft.Net.Compilers/3.5.0/vbc.exe
+++ b/Microsoft.Net.Compilers/3.5.0/vbc.exe
Binary files differ
diff --git a/Microsoft.Net.Compilers/3.5.0/vbc.exe.config b/Microsoft.Net.Compilers/3.5.0/vbc.exe.config
index fbac85c..17bd665 100644
--- a/Microsoft.Net.Compilers/3.5.0/vbc.exe.config
+++ b/Microsoft.Net.Compilers/3.5.0/vbc.exe.config
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
+<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
diff --git a/Microsoft.Net.Compilers/3.5.0/vbc.rsp b/Microsoft.Net.Compilers/3.5.0/vbc.rsp
index 473404d..794335a 100644
--- a/Microsoft.Net.Compilers/3.5.0/vbc.rsp
+++ b/Microsoft.Net.Compilers/3.5.0/vbc.rsp
@@ -1,4 +1,6 @@
-# Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
+# Licensed to the .NET Foundation under one or more agreements.
+# The .NET Foundation licenses this file to you under the MIT license.
+# See the LICENSE file in the project root for more information.
# This file contains command-line options that the VB
# command line compiler (VBC) will process as part
diff --git a/Microsoft.Net.Compilers/3.5.0/version.txt b/Microsoft.Net.Compilers/3.5.0/version.txt
index ce96cca..c18ecdf 100644
--- a/Microsoft.Net.Compilers/3.5.0/version.txt
+++ b/Microsoft.Net.Compilers/3.5.0/version.txt
@@ -1 +1 @@
-3.5.0-beta2-20074-05
+3.5.0-beta3-20119-02 \ No newline at end of file