From 8fef5b5d1505a5b43a4d4717f2deba07ba2085e0 Mon Sep 17 00:00:00 2001 From: tmeschter Date: Fri, 10 Oct 2014 10:53:27 -0700 Subject: [PATCH] Remove duplicate package references. When our projects were last updated to a newer version of Microsoft.Net.ToolsetCompilers, NuGet didn't replace the old version--it just put the new version next to it. Every project ended up referencing both versions, and which set of compiler binaries "won" depended on the order they appeared in the project file. So different projects built with different compilers. This change strips out all references to the old version. (changeset 1352054) --- .../CSharp/Desktop/CSharpCodeAnalysis.Desktop.csproj | 2 -- Src/Compilers/CSharp/Desktop/packages.config | 5 ++--- Src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj | 2 -- Src/Compilers/CSharp/Portable/packages.config | 5 ++--- .../CSharp/Test/CommandLine/CSharpCommandLineTest.csproj | 2 -- Src/Compilers/CSharp/Test/CommandLine/packages.config | 1 - Src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj | 2 -- Src/Compilers/CSharp/Test/Emit/packages.config | 1 - .../CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj | 2 -- Src/Compilers/CSharp/Test/Semantic/packages.config | 1 - .../CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj | 2 -- Src/Compilers/CSharp/Test/Symbol/packages.config | 1 - .../CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj | 2 -- Src/Compilers/CSharp/Test/Syntax/packages.config | 1 - Src/Compilers/CSharp/csc/csc.csproj | 2 -- Src/Compilers/CSharp/csc/packages.config | 5 ++--- Src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj | 2 -- Src/Compilers/Core/CodeAnalysisTest/packages.config | 1 - Src/Compilers/Core/Desktop/CodeAnalysis.Desktop.csproj | 2 -- Src/Compilers/Core/Desktop/packages.config | 5 ++--- Src/Compilers/Core/MSBuildTasks/MSBuildTasks.csproj | 2 -- Src/Compilers/Core/MSBuildTasks/packages.config | 5 ++--- Src/Compilers/Core/Portable/CodeAnalysis.csproj | 2 -- Src/Compilers/Core/Portable/packages.config | 5 ++--- Src/Compilers/Core/VBCSCompiler/VBCSCompiler.csproj | 2 -- Src/Compilers/Core/VBCSCompiler/packages.config | 5 ++--- .../Core/VBCSCompilerTests/VBCSCompilerTests.csproj | 2 -- Src/Compilers/Core/VBCSCompilerTests/packages.config | 1 - Src/Compilers/Package/CompilerPackage.csproj | 2 -- Src/Compilers/Package/packages.config | 5 ++--- Src/Compilers/PackageFiles/CompilerPackageFiles.csproj | 2 -- Src/Compilers/PackageFiles/packages.config | 5 ++--- .../Test/Resources/Core/CompilerTestResources.vbproj | 2 -- Src/Compilers/Test/Resources/Core/packages.config | 5 ++--- .../Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj | 2 -- Src/Compilers/Test/Utilities/CSharp/packages.config | 1 - .../Test/Utilities/Core2/CompilerTestUtilities2.csproj | 2 -- Src/Compilers/Test/Utilities/Core2/packages.config | 1 - .../Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj | 2 -- Src/Compilers/Test/Utilities/VisualBasic/packages.config | 1 - .../VisualBasic/Desktop/BasicCodeAnalysis.Desktop.vbproj | 2 -- Src/Compilers/VisualBasic/Desktop/packages.config | 5 ++--- Src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj | 2 -- Src/Compilers/VisualBasic/Portable/packages.config | 5 ++--- .../VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj | 2 -- Src/Compilers/VisualBasic/Test/CommandLine/packages.config | 1 - .../VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj | 2 -- Src/Compilers/VisualBasic/Test/Emit/packages.config | 1 - .../Test/Semantic/BasicCompilerSemanticTest.vbproj | 2 -- Src/Compilers/VisualBasic/Test/Semantic/packages.config | 1 - .../VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj | 2 -- Src/Compilers/VisualBasic/Test/Symbol/packages.config | 1 - .../VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj | 2 -- Src/Compilers/VisualBasic/Test/Syntax/packages.config | 1 - Src/Compilers/VisualBasic/vbc/packages.config | 5 ++--- Src/Compilers/VisualBasic/vbc/vbc.vbproj | 2 -- .../FxCop/CSharp/CSharpFxCopRulesDiagnosticAnalyzers.csproj | 2 -- Src/Diagnostics/FxCop/CSharp/packages.config | 5 ++--- .../FxCop/Core/FxCopRulesDiagnosticAnalyzers.csproj | 2 -- Src/Diagnostics/FxCop/Core/packages.config | 5 ++--- Src/Diagnostics/FxCop/Setup/FxCopRulesSetup.csproj | 2 -- Src/Diagnostics/FxCop/Setup/packages.config | 5 ++--- .../FxCop/Test/FxCopRulesDiagnosticAnalyzersTest.csproj | 2 -- Src/Diagnostics/FxCop/Test/packages.config | 1 - .../VisualBasic/BasicFxCopRulesDiagnosticAnalyzers.vbproj | 2 -- Src/Diagnostics/FxCop/VisualBasic/packages.config | 5 ++--- .../Roslyn/CSharp/CSharpRoslynDiagnosticAnalyzers.csproj | 2 -- Src/Diagnostics/Roslyn/CSharp/packages.config | 5 ++--- Src/Diagnostics/Roslyn/Core/RoslynDiagnosticAnalyzers.csproj | 2 -- Src/Diagnostics/Roslyn/Core/packages.config | 5 ++--- Src/Diagnostics/Roslyn/Setup/RoslynDiagnosticsSetup.csproj | 2 -- Src/Diagnostics/Roslyn/Setup/packages.config | 5 ++--- .../Roslyn/Test/RoslynDiagnosticAnalyzersTest.csproj | 2 -- Src/Diagnostics/Roslyn/Test/packages.config | 1 - .../Roslyn/VisualBasic/BasicRoslynDiagnosticAnalyzers.vbproj | 2 -- Src/Diagnostics/Roslyn/VisualBasic/packages.config | 5 ++--- .../BasicCodeAnalysisRoslynDiagnosticAnalyzers.vbproj | 2 -- .../packages.config | 5 ++--- .../Test/Utilities/DiagnosticsTestUtilities.csproj | 2 -- Src/Diagnostics/Test/Utilities/packages.config | 1 - Src/Samples/CSharp/APISampleUnitTests/packages.config | 4 ++-- Src/Samples/CSharp/AsyncPackage/Test/packages.config | 4 ++-- Src/Samples/CSharp/AsyncPackage/packages.config | 4 ++-- Src/Samples/CSharp/ConsoleClassifier/packages.config | 4 ++-- .../CSharp/ConvertToAutoProperty/Impl/packages.config | 4 ++-- .../ImplementNotifyPropertyChanged/Impl/packages.config | 4 ++-- Src/Samples/CSharp/MakeConst/Impl/packages.config | 4 ++-- Src/Samples/VisualBasic/APISampleUnitTests/packages.config | 4 ++-- Src/Samples/VisualBasic/ConsoleClassifier/packages.config | 4 ++-- .../VisualBasic/ConvertToAutoProperty/Impl/packages.config | 4 ++-- Src/Samples/VisualBasic/FormatSolution/packages.config | 4 ++-- .../ImplementNotifyPropertyChanged/Impl/packages.config | 4 ++-- Src/Samples/VisualBasic/MakeConst/Impl/packages.config | 4 ++-- Src/Test/PdbUtilities/PdbUtilities.csproj | 2 -- Src/Test/PdbUtilities/packages.config | 5 ++--- Src/Test/Utilities/TestUtilities.csproj | 2 -- Src/Test/Utilities/packages.config | 1 - .../BoundTreeGenerator/CompilersBoundTreeGenerator.csproj | 2 -- .../Source/BoundTreeGenerator/packages.config | 5 ++--- .../CSharpErrorFactsGenerator.csproj | 2 -- .../Source/CSharpErrorFactsGenerator/packages.config | 5 ++--- .../CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj | 2 -- .../Source/CSharpSyntaxGenerator/packages.config | 5 ++--- .../VisualBasicErrorFactsGenerator.vbproj | 2 -- .../Source/VisualBasicErrorFactsGenerator/packages.config | 5 ++--- .../VisualBasicSyntaxGenerator.vbproj | 2 -- .../Source/VisualBasicSyntaxGenerator/packages.config | 5 ++--- .../SyntaxVisualizerControl/SyntaxVisualizerControl.csproj | 2 -- .../SyntaxVisualizer/SyntaxVisualizerControl/packages.config | 5 ++--- .../SyntaxVisualizerDgmlHelper.vbproj | 2 -- .../SyntaxVisualizerDgmlHelper/packages.config | 5 ++--- Src/Workspaces/CSharp/Desktop/CSharpWorkspace.Desktop.csproj | 2 -- Src/Workspaces/CSharp/Desktop/packages.config | 4 ++-- Src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj | 2 -- Src/Workspaces/CSharp/Portable/packages.config | 5 ++--- Src/Workspaces/CSharpTest/CSharpServicesTest.csproj | 2 -- Src/Workspaces/CSharpTest/packages.config | 1 - Src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj | 2 -- Src/Workspaces/Core/Desktop/packages.config | 4 ++-- Src/Workspaces/Core/Portable/Workspaces.csproj | 2 -- Src/Workspaces/Core/Portable/packages.config | 5 ++--- Src/Workspaces/CoreTest/ServicesTest.csproj | 2 -- .../CoreTest/TestFiles/CSharpProject_CSharpProject.csproj | 2 +- .../TestFiles/CSharpProject_CSharpProject_AllOptions.csproj | 2 +- .../CSharpProject_CSharpProject_AssemblyNameIsPath.csproj | 2 +- .../CSharpProject_CSharpProject_AssemblyNameIsPath2.csproj | 2 +- .../TestFiles/CSharpProject_CSharpProject_BadHintPath.csproj | 2 +- .../CSharpProject_CSharpProject_DuplicateFile.csproj | 2 +- .../TestFiles/CSharpProject_CSharpProject_ExternAlias.csproj | 2 +- .../CSharpProject_CSharpProject_ForEmittedOutput.csproj | 2 +- .../CSharpProject_CSharpProject_ProjectReference.csproj | 2 +- .../CSharpProject_CSharpProject_WithPrefer32Bit.csproj | 2 +- .../TestFiles/CSharpProject_CSharpProject_WithXaml.csproj | 2 +- .../CSharpProject_CSharpProject_WithoutPrefer32Bit.csproj | 2 +- .../TestFiles/CSharpProject_DuplicatedGuidLibrary1.csproj | 2 +- .../TestFiles/CSharpProject_DuplicatedGuidLibrary2.csproj | 2 +- .../TestFiles/CSharpProject_DuplicatedGuidLibrary3.csproj | 2 +- .../TestFiles/CSharpProject_DuplicatedGuidLibrary4.csproj | 2 +- .../CSharpProject_DuplicatedGuidReferenceTest.csproj | 2 +- ...rpProject_DuplicatedGuidsBecomeCircularReferential.csproj | 2 +- ...CSharpProject_DuplicatedGuidsBecomeSelfReferential.csproj | 2 +- .../CoreTest/TestFiles/CSharpProject_WithLink.csproj | 2 +- .../TestFiles/VisualBasicProject_VisualBasicProject.vbproj | 2 +- .../VisualBasicProject_VisualBasicProject_3_5.vbproj | 2 +- .../VisualBasicProject_VisualBasicProject_Embed.vbproj | 2 +- ...Project_VisualBasicProject_InvalidProjectReference.vbproj | 2 +- ...ect_VisualBasicProject_NonExistentProjectReference.vbproj | 2 +- ...Project_VisualBasicProject_UnknownProjectExtension.vbproj | 2 +- ...ualBasicProject_VisualBasicProject_WithPrefer32Bit.vbproj | 2 +- ...BasicProject_VisualBasicProject_WithoutPrefer32Bit.vbproj | 2 +- Src/Workspaces/CoreTest/packages.config | 1 - .../VisualBasic/Desktop/BasicWorkspace.Desktop.vbproj | 2 -- Src/Workspaces/VisualBasic/Desktop/packages.config | 4 ++-- Src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj | 2 -- Src/Workspaces/VisualBasic/Portable/packages.config | 5 ++--- .../VisualBasicTest/VisualBasicServicesTest.vbproj | 2 -- Src/Workspaces/VisualBasicTest/packages.config | 1 - 157 files changed, 126 insertions(+), 297 deletions(-) diff --git a/Src/Compilers/CSharp/Desktop/CSharpCodeAnalysis.Desktop.csproj b/Src/Compilers/CSharp/Desktop/CSharpCodeAnalysis.Desktop.csproj index 9c20cdac164..91909d0f84d 100644 --- a/Src/Compilers/CSharp/Desktop/CSharpCodeAnalysis.Desktop.csproj +++ b/Src/Compilers/CSharp/Desktop/CSharpCodeAnalysis.Desktop.csproj @@ -2,7 +2,6 @@ - @@ -95,7 +94,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/CSharp/Desktop/packages.config b/Src/Compilers/CSharp/Desktop/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Compilers/CSharp/Desktop/packages.config +++ b/Src/Compilers/CSharp/Desktop/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj b/Src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj index e972cd17bbe..353f6022ad4 100644 --- a/Src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj +++ b/Src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj @@ -2,7 +2,6 @@ - @@ -860,7 +859,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/CSharp/Portable/packages.config b/Src/Compilers/CSharp/Portable/packages.config index 9311cd25b70..aab50e80b1e 100644 --- a/Src/Compilers/CSharp/Portable/packages.config +++ b/Src/Compilers/CSharp/Portable/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj b/Src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj index d39f482d2a5..79640781cba 100644 --- a/Src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj +++ b/Src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj @@ -2,7 +2,6 @@ - @@ -148,7 +147,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/CSharp/Test/CommandLine/packages.config b/Src/Compilers/CSharp/Test/CommandLine/packages.config index 884e887c193..699f27ef6d0 100644 --- a/Src/Compilers/CSharp/Test/CommandLine/packages.config +++ b/Src/Compilers/CSharp/Test/CommandLine/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj b/Src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj index 072c79e0373..5e9472cf7a4 100644 --- a/Src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj +++ b/Src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj @@ -2,7 +2,6 @@ - @@ -225,7 +224,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/CSharp/Test/Emit/packages.config b/Src/Compilers/CSharp/Test/Emit/packages.config index 884e887c193..699f27ef6d0 100644 --- a/Src/Compilers/CSharp/Test/Emit/packages.config +++ b/Src/Compilers/CSharp/Test/Emit/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj b/Src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj index dfa7328ecfe..f2399d0c969 100644 --- a/Src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj +++ b/Src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj @@ -2,7 +2,6 @@ - @@ -174,7 +173,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/CSharp/Test/Semantic/packages.config b/Src/Compilers/CSharp/Test/Semantic/packages.config index 85dac6bbb3e..ceb2df70c40 100644 --- a/Src/Compilers/CSharp/Test/Semantic/packages.config +++ b/Src/Compilers/CSharp/Test/Semantic/packages.config @@ -2,7 +2,6 @@ - diff --git a/Src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj b/Src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj index 703fe8a1e4a..3e7fd3960d2 100644 --- a/Src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj +++ b/Src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj @@ -2,7 +2,6 @@ - @@ -240,7 +239,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/CSharp/Test/Symbol/packages.config b/Src/Compilers/CSharp/Test/Symbol/packages.config index 884e887c193..699f27ef6d0 100644 --- a/Src/Compilers/CSharp/Test/Symbol/packages.config +++ b/Src/Compilers/CSharp/Test/Symbol/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj b/Src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj index 47b2d50a1a7..b0a8c60f6fc 100644 --- a/Src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj +++ b/Src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj @@ -2,7 +2,6 @@ - @@ -199,7 +198,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/CSharp/Test/Syntax/packages.config b/Src/Compilers/CSharp/Test/Syntax/packages.config index 85dac6bbb3e..ceb2df70c40 100644 --- a/Src/Compilers/CSharp/Test/Syntax/packages.config +++ b/Src/Compilers/CSharp/Test/Syntax/packages.config @@ -2,7 +2,6 @@ - diff --git a/Src/Compilers/CSharp/csc/csc.csproj b/Src/Compilers/CSharp/csc/csc.csproj index b70f6a999d7..f9d525bc09b 100644 --- a/Src/Compilers/CSharp/csc/csc.csproj +++ b/Src/Compilers/CSharp/csc/csc.csproj @@ -2,7 +2,6 @@ - @@ -80,7 +79,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/CSharp/csc/packages.config b/Src/Compilers/CSharp/csc/packages.config index ded79c159e7..a318cee5972 100644 --- a/Src/Compilers/CSharp/csc/packages.config +++ b/Src/Compilers/CSharp/csc/packages.config @@ -1,7 +1,6 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj b/Src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj index 8f3e07e7d53..955de61cd04 100644 --- a/Src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj +++ b/Src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj @@ -2,7 +2,6 @@ - @@ -208,7 +207,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Core/CodeAnalysisTest/packages.config b/Src/Compilers/Core/CodeAnalysisTest/packages.config index 884e887c193..699f27ef6d0 100644 --- a/Src/Compilers/Core/CodeAnalysisTest/packages.config +++ b/Src/Compilers/Core/CodeAnalysisTest/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/Core/Desktop/CodeAnalysis.Desktop.csproj b/Src/Compilers/Core/Desktop/CodeAnalysis.Desktop.csproj index a4ccd5e2f9e..432033abff9 100644 --- a/Src/Compilers/Core/Desktop/CodeAnalysis.Desktop.csproj +++ b/Src/Compilers/Core/Desktop/CodeAnalysis.Desktop.csproj @@ -2,7 +2,6 @@ - @@ -172,7 +171,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Core/Desktop/packages.config b/Src/Compilers/Core/Desktop/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Compilers/Core/Desktop/packages.config +++ b/Src/Compilers/Core/Desktop/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/Core/MSBuildTasks/MSBuildTasks.csproj b/Src/Compilers/Core/MSBuildTasks/MSBuildTasks.csproj index c5f0e44a8a8..c7f667e6fcd 100644 --- a/Src/Compilers/Core/MSBuildTasks/MSBuildTasks.csproj +++ b/Src/Compilers/Core/MSBuildTasks/MSBuildTasks.csproj @@ -2,7 +2,6 @@ - @@ -76,7 +75,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Core/MSBuildTasks/packages.config b/Src/Compilers/Core/MSBuildTasks/packages.config index ded79c159e7..a318cee5972 100644 --- a/Src/Compilers/Core/MSBuildTasks/packages.config +++ b/Src/Compilers/Core/MSBuildTasks/packages.config @@ -1,7 +1,6 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/Core/Portable/CodeAnalysis.csproj b/Src/Compilers/Core/Portable/CodeAnalysis.csproj index f8660e55bfe..3a02ca74614 100644 --- a/Src/Compilers/Core/Portable/CodeAnalysis.csproj +++ b/Src/Compilers/Core/Portable/CodeAnalysis.csproj @@ -2,7 +2,6 @@ - @@ -625,7 +624,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Core/Portable/packages.config b/Src/Compilers/Core/Portable/packages.config index 9311cd25b70..aab50e80b1e 100644 --- a/Src/Compilers/Core/Portable/packages.config +++ b/Src/Compilers/Core/Portable/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/Core/VBCSCompiler/VBCSCompiler.csproj b/Src/Compilers/Core/VBCSCompiler/VBCSCompiler.csproj index 224604f4a85..a5bcecac01a 100644 --- a/Src/Compilers/Core/VBCSCompiler/VBCSCompiler.csproj +++ b/Src/Compilers/Core/VBCSCompiler/VBCSCompiler.csproj @@ -2,7 +2,6 @@ - @@ -105,7 +104,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Core/VBCSCompiler/packages.config b/Src/Compilers/Core/VBCSCompiler/packages.config index 780cad1949a..5da38985ae4 100644 --- a/Src/Compilers/Core/VBCSCompiler/packages.config +++ b/Src/Compilers/Core/VBCSCompiler/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj b/Src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj index a9741b51beb..a94b8589a33 100644 --- a/Src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj +++ b/Src/Compilers/Core/VBCSCompilerTests/VBCSCompilerTests.csproj @@ -2,7 +2,6 @@ - @@ -113,7 +112,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Core/VBCSCompilerTests/packages.config b/Src/Compilers/Core/VBCSCompilerTests/packages.config index 884e887c193..699f27ef6d0 100644 --- a/Src/Compilers/Core/VBCSCompilerTests/packages.config +++ b/Src/Compilers/Core/VBCSCompilerTests/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/Package/CompilerPackage.csproj b/Src/Compilers/Package/CompilerPackage.csproj index ba2f6a1bccf..aebb52671fa 100644 --- a/Src/Compilers/Package/CompilerPackage.csproj +++ b/Src/Compilers/Package/CompilerPackage.csproj @@ -2,7 +2,6 @@ - @@ -152,7 +151,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Package/packages.config b/Src/Compilers/Package/packages.config index 5440fdcb9cd..133c30ca969 100644 --- a/Src/Compilers/Package/packages.config +++ b/Src/Compilers/Package/packages.config @@ -1,7 +1,6 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/PackageFiles/CompilerPackageFiles.csproj b/Src/Compilers/PackageFiles/CompilerPackageFiles.csproj index bf55b98e9be..fdab666d442 100644 --- a/Src/Compilers/PackageFiles/CompilerPackageFiles.csproj +++ b/Src/Compilers/PackageFiles/CompilerPackageFiles.csproj @@ -2,7 +2,6 @@ - @@ -68,7 +67,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/PackageFiles/packages.config b/Src/Compilers/PackageFiles/packages.config index 697fe17eb53..1be49908f2f 100644 --- a/Src/Compilers/PackageFiles/packages.config +++ b/Src/Compilers/PackageFiles/packages.config @@ -1,6 +1,5 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/Test/Resources/Core/CompilerTestResources.vbproj b/Src/Compilers/Test/Resources/Core/CompilerTestResources.vbproj index 2021e9b1443..fc25fbe2ab5 100644 --- a/Src/Compilers/Test/Resources/Core/CompilerTestResources.vbproj +++ b/Src/Compilers/Test/Resources/Core/CompilerTestResources.vbproj @@ -2,7 +2,6 @@ - @@ -774,7 +773,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Test/Resources/Core/packages.config b/Src/Compilers/Test/Resources/Core/packages.config index 993a4ac870e..9d878f4116c 100644 --- a/Src/Compilers/Test/Resources/Core/packages.config +++ b/Src/Compilers/Test/Resources/Core/packages.config @@ -1,6 +1,5 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj b/Src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj index 74864fa3a87..2c3516bbf7e 100644 --- a/Src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj +++ b/Src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj @@ -2,7 +2,6 @@ - @@ -129,7 +128,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Test/Utilities/CSharp/packages.config b/Src/Compilers/Test/Utilities/CSharp/packages.config index d5b06a85e93..c04a5e4bb29 100644 --- a/Src/Compilers/Test/Utilities/CSharp/packages.config +++ b/Src/Compilers/Test/Utilities/CSharp/packages.config @@ -2,7 +2,6 @@ - diff --git a/Src/Compilers/Test/Utilities/Core2/CompilerTestUtilities2.csproj b/Src/Compilers/Test/Utilities/Core2/CompilerTestUtilities2.csproj index bd9fb359714..e961a462a24 100644 --- a/Src/Compilers/Test/Utilities/Core2/CompilerTestUtilities2.csproj +++ b/Src/Compilers/Test/Utilities/Core2/CompilerTestUtilities2.csproj @@ -2,7 +2,6 @@ - @@ -148,7 +147,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Test/Utilities/Core2/packages.config b/Src/Compilers/Test/Utilities/Core2/packages.config index 884e887c193..699f27ef6d0 100644 --- a/Src/Compilers/Test/Utilities/Core2/packages.config +++ b/Src/Compilers/Test/Utilities/Core2/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj b/Src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj index 8a6fd1bc31f..2284b173cc0 100644 --- a/Src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj +++ b/Src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj @@ -2,7 +2,6 @@ - @@ -151,7 +150,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/Test/Utilities/VisualBasic/packages.config b/Src/Compilers/Test/Utilities/VisualBasic/packages.config index bba2761ae4e..744182136b9 100644 --- a/Src/Compilers/Test/Utilities/VisualBasic/packages.config +++ b/Src/Compilers/Test/Utilities/VisualBasic/packages.config @@ -2,7 +2,6 @@ - diff --git a/Src/Compilers/VisualBasic/Desktop/BasicCodeAnalysis.Desktop.vbproj b/Src/Compilers/VisualBasic/Desktop/BasicCodeAnalysis.Desktop.vbproj index 1a628bc487a..bd212bb6380 100644 --- a/Src/Compilers/VisualBasic/Desktop/BasicCodeAnalysis.Desktop.vbproj +++ b/Src/Compilers/VisualBasic/Desktop/BasicCodeAnalysis.Desktop.vbproj @@ -2,7 +2,6 @@ - @@ -108,7 +107,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/VisualBasic/Desktop/packages.config b/Src/Compilers/VisualBasic/Desktop/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Compilers/VisualBasic/Desktop/packages.config +++ b/Src/Compilers/VisualBasic/Desktop/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj b/Src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj index 16ee0308586..6618b9a5cff 100644 --- a/Src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj +++ b/Src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj @@ -2,7 +2,6 @@ - @@ -981,7 +980,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/VisualBasic/Portable/packages.config b/Src/Compilers/VisualBasic/Portable/packages.config index 2c0dab97b44..f93a1c2adc5 100644 --- a/Src/Compilers/VisualBasic/Portable/packages.config +++ b/Src/Compilers/VisualBasic/Portable/packages.config @@ -1,7 +1,6 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj b/Src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj index 169e86cf641..bae031edc53 100644 --- a/Src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj +++ b/Src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj @@ -2,7 +2,6 @@ - @@ -171,7 +170,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/VisualBasic/Test/CommandLine/packages.config b/Src/Compilers/VisualBasic/Test/CommandLine/packages.config index 00e7d12c479..ddd764caf36 100644 --- a/Src/Compilers/VisualBasic/Test/CommandLine/packages.config +++ b/Src/Compilers/VisualBasic/Test/CommandLine/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj b/Src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj index 8b2d93fedbe..ec20e49562f 100644 --- a/Src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj +++ b/Src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj @@ -2,7 +2,6 @@ - @@ -289,7 +288,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/VisualBasic/Test/Emit/packages.config b/Src/Compilers/VisualBasic/Test/Emit/packages.config index 00e7d12c479..ddd764caf36 100644 --- a/Src/Compilers/VisualBasic/Test/Emit/packages.config +++ b/Src/Compilers/VisualBasic/Test/Emit/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj b/Src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj index 4919e6b89b2..0a48d3de9ee 100644 --- a/Src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj +++ b/Src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj @@ -2,7 +2,6 @@ - @@ -262,7 +261,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/VisualBasic/Test/Semantic/packages.config b/Src/Compilers/VisualBasic/Test/Semantic/packages.config index 00e7d12c479..ddd764caf36 100644 --- a/Src/Compilers/VisualBasic/Test/Semantic/packages.config +++ b/Src/Compilers/VisualBasic/Test/Semantic/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj b/Src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj index 9232038d2a1..9e4b3dece3f 100644 --- a/Src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj +++ b/Src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj @@ -2,7 +2,6 @@ - @@ -219,7 +218,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/VisualBasic/Test/Symbol/packages.config b/Src/Compilers/VisualBasic/Test/Symbol/packages.config index 00e7d12c479..ddd764caf36 100644 --- a/Src/Compilers/VisualBasic/Test/Symbol/packages.config +++ b/Src/Compilers/VisualBasic/Test/Symbol/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj b/Src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj index f11e6855e25..fd5e9274e0a 100644 --- a/Src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj +++ b/Src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj @@ -2,7 +2,6 @@ - @@ -200,7 +199,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Compilers/VisualBasic/Test/Syntax/packages.config b/Src/Compilers/VisualBasic/Test/Syntax/packages.config index 2bc2e7fdb2a..c06a024d807 100644 --- a/Src/Compilers/VisualBasic/Test/Syntax/packages.config +++ b/Src/Compilers/VisualBasic/Test/Syntax/packages.config @@ -2,7 +2,6 @@ - diff --git a/Src/Compilers/VisualBasic/vbc/packages.config b/Src/Compilers/VisualBasic/vbc/packages.config index 993a4ac870e..9d878f4116c 100644 --- a/Src/Compilers/VisualBasic/vbc/packages.config +++ b/Src/Compilers/VisualBasic/vbc/packages.config @@ -1,6 +1,5 @@ - + - - \ No newline at end of file + diff --git a/Src/Compilers/VisualBasic/vbc/vbc.vbproj b/Src/Compilers/VisualBasic/vbc/vbc.vbproj index be15ed935d0..30f98afb48c 100644 --- a/Src/Compilers/VisualBasic/vbc/vbc.vbproj +++ b/Src/Compilers/VisualBasic/vbc/vbc.vbproj @@ -2,7 +2,6 @@ - @@ -101,7 +100,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/FxCop/CSharp/CSharpFxCopRulesDiagnosticAnalyzers.csproj b/Src/Diagnostics/FxCop/CSharp/CSharpFxCopRulesDiagnosticAnalyzers.csproj index 40e6faa41f2..7a56c0ec788 100644 --- a/Src/Diagnostics/FxCop/CSharp/CSharpFxCopRulesDiagnosticAnalyzers.csproj +++ b/Src/Diagnostics/FxCop/CSharp/CSharpFxCopRulesDiagnosticAnalyzers.csproj @@ -2,7 +2,6 @@ - @@ -114,7 +113,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/FxCop/CSharp/packages.config b/Src/Diagnostics/FxCop/CSharp/packages.config index 1141ed767b4..703a28366ae 100644 --- a/Src/Diagnostics/FxCop/CSharp/packages.config +++ b/Src/Diagnostics/FxCop/CSharp/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/FxCop/Core/FxCopRulesDiagnosticAnalyzers.csproj b/Src/Diagnostics/FxCop/Core/FxCopRulesDiagnosticAnalyzers.csproj index 06f815dc2d7..b30318e3eb4 100644 --- a/Src/Diagnostics/FxCop/Core/FxCopRulesDiagnosticAnalyzers.csproj +++ b/Src/Diagnostics/FxCop/Core/FxCopRulesDiagnosticAnalyzers.csproj @@ -2,7 +2,6 @@ - @@ -197,7 +196,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/FxCop/Core/packages.config b/Src/Diagnostics/FxCop/Core/packages.config index 1141ed767b4..703a28366ae 100644 --- a/Src/Diagnostics/FxCop/Core/packages.config +++ b/Src/Diagnostics/FxCop/Core/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/FxCop/Setup/FxCopRulesSetup.csproj b/Src/Diagnostics/FxCop/Setup/FxCopRulesSetup.csproj index 1bfb59930ae..b74f504f2ac 100644 --- a/Src/Diagnostics/FxCop/Setup/FxCopRulesSetup.csproj +++ b/Src/Diagnostics/FxCop/Setup/FxCopRulesSetup.csproj @@ -2,7 +2,6 @@ - @@ -86,7 +85,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/FxCop/Setup/packages.config b/Src/Diagnostics/FxCop/Setup/packages.config index 697fe17eb53..1be49908f2f 100644 --- a/Src/Diagnostics/FxCop/Setup/packages.config +++ b/Src/Diagnostics/FxCop/Setup/packages.config @@ -1,6 +1,5 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/FxCop/Test/FxCopRulesDiagnosticAnalyzersTest.csproj b/Src/Diagnostics/FxCop/Test/FxCopRulesDiagnosticAnalyzersTest.csproj index f7bc252675c..0cbe8983735 100644 --- a/Src/Diagnostics/FxCop/Test/FxCopRulesDiagnosticAnalyzersTest.csproj +++ b/Src/Diagnostics/FxCop/Test/FxCopRulesDiagnosticAnalyzersTest.csproj @@ -2,7 +2,6 @@ - @@ -163,7 +162,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/FxCop/Test/packages.config b/Src/Diagnostics/FxCop/Test/packages.config index 99abb878be0..0797d676eb4 100644 --- a/Src/Diagnostics/FxCop/Test/packages.config +++ b/Src/Diagnostics/FxCop/Test/packages.config @@ -1,7 +1,6 @@  - diff --git a/Src/Diagnostics/FxCop/VisualBasic/BasicFxCopRulesDiagnosticAnalyzers.vbproj b/Src/Diagnostics/FxCop/VisualBasic/BasicFxCopRulesDiagnosticAnalyzers.vbproj index 48c83f2154c..6361b111dd9 100644 --- a/Src/Diagnostics/FxCop/VisualBasic/BasicFxCopRulesDiagnosticAnalyzers.vbproj +++ b/Src/Diagnostics/FxCop/VisualBasic/BasicFxCopRulesDiagnosticAnalyzers.vbproj @@ -2,7 +2,6 @@ - @@ -136,7 +135,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/FxCop/VisualBasic/packages.config b/Src/Diagnostics/FxCop/VisualBasic/packages.config index db73e590b68..f325bcd1391 100644 --- a/Src/Diagnostics/FxCop/VisualBasic/packages.config +++ b/Src/Diagnostics/FxCop/VisualBasic/packages.config @@ -1,7 +1,6 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/Roslyn/CSharp/CSharpRoslynDiagnosticAnalyzers.csproj b/Src/Diagnostics/Roslyn/CSharp/CSharpRoslynDiagnosticAnalyzers.csproj index 0692e7ddced..4d1cebd7594 100644 --- a/Src/Diagnostics/Roslyn/CSharp/CSharpRoslynDiagnosticAnalyzers.csproj +++ b/Src/Diagnostics/Roslyn/CSharp/CSharpRoslynDiagnosticAnalyzers.csproj @@ -2,7 +2,6 @@ - @@ -90,7 +89,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/Roslyn/CSharp/packages.config b/Src/Diagnostics/Roslyn/CSharp/packages.config index 1141ed767b4..703a28366ae 100644 --- a/Src/Diagnostics/Roslyn/CSharp/packages.config +++ b/Src/Diagnostics/Roslyn/CSharp/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/Roslyn/Core/RoslynDiagnosticAnalyzers.csproj b/Src/Diagnostics/Roslyn/Core/RoslynDiagnosticAnalyzers.csproj index 47692008218..df91cb772c9 100644 --- a/Src/Diagnostics/Roslyn/Core/RoslynDiagnosticAnalyzers.csproj +++ b/Src/Diagnostics/Roslyn/Core/RoslynDiagnosticAnalyzers.csproj @@ -2,7 +2,6 @@ - @@ -106,7 +105,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/Roslyn/Core/packages.config b/Src/Diagnostics/Roslyn/Core/packages.config index 1141ed767b4..703a28366ae 100644 --- a/Src/Diagnostics/Roslyn/Core/packages.config +++ b/Src/Diagnostics/Roslyn/Core/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/Roslyn/Setup/RoslynDiagnosticsSetup.csproj b/Src/Diagnostics/Roslyn/Setup/RoslynDiagnosticsSetup.csproj index 21affe82b9f..d2c7ca52783 100644 --- a/Src/Diagnostics/Roslyn/Setup/RoslynDiagnosticsSetup.csproj +++ b/Src/Diagnostics/Roslyn/Setup/RoslynDiagnosticsSetup.csproj @@ -2,7 +2,6 @@ - @@ -87,7 +86,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/Roslyn/Setup/packages.config b/Src/Diagnostics/Roslyn/Setup/packages.config index 697fe17eb53..1be49908f2f 100644 --- a/Src/Diagnostics/Roslyn/Setup/packages.config +++ b/Src/Diagnostics/Roslyn/Setup/packages.config @@ -1,6 +1,5 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/Roslyn/Test/RoslynDiagnosticAnalyzersTest.csproj b/Src/Diagnostics/Roslyn/Test/RoslynDiagnosticAnalyzersTest.csproj index 976d913a5a3..67345b6fd6d 100644 --- a/Src/Diagnostics/Roslyn/Test/RoslynDiagnosticAnalyzersTest.csproj +++ b/Src/Diagnostics/Roslyn/Test/RoslynDiagnosticAnalyzersTest.csproj @@ -2,7 +2,6 @@ - @@ -112,7 +111,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/Roslyn/Test/packages.config b/Src/Diagnostics/Roslyn/Test/packages.config index 99abb878be0..0797d676eb4 100644 --- a/Src/Diagnostics/Roslyn/Test/packages.config +++ b/Src/Diagnostics/Roslyn/Test/packages.config @@ -1,7 +1,6 @@  - diff --git a/Src/Diagnostics/Roslyn/VisualBasic/BasicRoslynDiagnosticAnalyzers.vbproj b/Src/Diagnostics/Roslyn/VisualBasic/BasicRoslynDiagnosticAnalyzers.vbproj index 36439a03c08..14fcc018fea 100644 --- a/Src/Diagnostics/Roslyn/VisualBasic/BasicRoslynDiagnosticAnalyzers.vbproj +++ b/Src/Diagnostics/Roslyn/VisualBasic/BasicRoslynDiagnosticAnalyzers.vbproj @@ -2,7 +2,6 @@ - @@ -115,7 +114,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/Roslyn/VisualBasic/packages.config b/Src/Diagnostics/Roslyn/VisualBasic/packages.config index db73e590b68..f325bcd1391 100644 --- a/Src/Diagnostics/Roslyn/VisualBasic/packages.config +++ b/Src/Diagnostics/Roslyn/VisualBasic/packages.config @@ -1,7 +1,6 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/Roslyn/VisualBasicCodeAnalysis/BasicCodeAnalysisRoslynDiagnosticAnalyzers/BasicCodeAnalysisRoslynDiagnosticAnalyzers.vbproj b/Src/Diagnostics/Roslyn/VisualBasicCodeAnalysis/BasicCodeAnalysisRoslynDiagnosticAnalyzers/BasicCodeAnalysisRoslynDiagnosticAnalyzers.vbproj index 61d9557f3c6..74315d5c98d 100644 --- a/Src/Diagnostics/Roslyn/VisualBasicCodeAnalysis/BasicCodeAnalysisRoslynDiagnosticAnalyzers/BasicCodeAnalysisRoslynDiagnosticAnalyzers.vbproj +++ b/Src/Diagnostics/Roslyn/VisualBasicCodeAnalysis/BasicCodeAnalysisRoslynDiagnosticAnalyzers/BasicCodeAnalysisRoslynDiagnosticAnalyzers.vbproj @@ -2,7 +2,6 @@ - @@ -98,7 +97,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/Roslyn/VisualBasicCodeAnalysis/BasicCodeAnalysisRoslynDiagnosticAnalyzers/packages.config b/Src/Diagnostics/Roslyn/VisualBasicCodeAnalysis/BasicCodeAnalysisRoslynDiagnosticAnalyzers/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Diagnostics/Roslyn/VisualBasicCodeAnalysis/BasicCodeAnalysisRoslynDiagnosticAnalyzers/packages.config +++ b/Src/Diagnostics/Roslyn/VisualBasicCodeAnalysis/BasicCodeAnalysisRoslynDiagnosticAnalyzers/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Diagnostics/Test/Utilities/DiagnosticsTestUtilities.csproj b/Src/Diagnostics/Test/Utilities/DiagnosticsTestUtilities.csproj index 334857d5deb..cfc08f44a95 100644 --- a/Src/Diagnostics/Test/Utilities/DiagnosticsTestUtilities.csproj +++ b/Src/Diagnostics/Test/Utilities/DiagnosticsTestUtilities.csproj @@ -2,7 +2,6 @@ - @@ -112,7 +111,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Diagnostics/Test/Utilities/packages.config b/Src/Diagnostics/Test/Utilities/packages.config index 99abb878be0..0797d676eb4 100644 --- a/Src/Diagnostics/Test/Utilities/packages.config +++ b/Src/Diagnostics/Test/Utilities/packages.config @@ -1,7 +1,6 @@  - diff --git a/Src/Samples/CSharp/APISampleUnitTests/packages.config b/Src/Samples/CSharp/APISampleUnitTests/packages.config index ffeb88d4645..a318cee5972 100644 --- a/Src/Samples/CSharp/APISampleUnitTests/packages.config +++ b/Src/Samples/CSharp/APISampleUnitTests/packages.config @@ -1,6 +1,6 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/CSharp/AsyncPackage/Test/packages.config b/Src/Samples/CSharp/AsyncPackage/Test/packages.config index 149976e83e2..447cfc3e2ab 100644 --- a/Src/Samples/CSharp/AsyncPackage/Test/packages.config +++ b/Src/Samples/CSharp/AsyncPackage/Test/packages.config @@ -1,4 +1,4 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/CSharp/AsyncPackage/packages.config b/Src/Samples/CSharp/AsyncPackage/packages.config index 7bb0ac14815..cc963650db4 100644 --- a/Src/Samples/CSharp/AsyncPackage/packages.config +++ b/Src/Samples/CSharp/AsyncPackage/packages.config @@ -1,4 +1,4 @@ - + @@ -12,4 +12,4 @@ - \ No newline at end of file + diff --git a/Src/Samples/CSharp/ConsoleClassifier/packages.config b/Src/Samples/CSharp/ConsoleClassifier/packages.config index b58a5cca382..1be49908f2f 100644 --- a/Src/Samples/CSharp/ConsoleClassifier/packages.config +++ b/Src/Samples/CSharp/ConsoleClassifier/packages.config @@ -1,5 +1,5 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/CSharp/ConvertToAutoProperty/Impl/packages.config b/Src/Samples/CSharp/ConvertToAutoProperty/Impl/packages.config index 2cca325f46a..703a28366ae 100644 --- a/Src/Samples/CSharp/ConvertToAutoProperty/Impl/packages.config +++ b/Src/Samples/CSharp/ConvertToAutoProperty/Impl/packages.config @@ -1,7 +1,7 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/packages.config b/Src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/packages.config index 2cca325f46a..703a28366ae 100644 --- a/Src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/packages.config +++ b/Src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/packages.config @@ -1,7 +1,7 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/CSharp/MakeConst/Impl/packages.config b/Src/Samples/CSharp/MakeConst/Impl/packages.config index 2cca325f46a..703a28366ae 100644 --- a/Src/Samples/CSharp/MakeConst/Impl/packages.config +++ b/Src/Samples/CSharp/MakeConst/Impl/packages.config @@ -1,7 +1,7 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/VisualBasic/APISampleUnitTests/packages.config b/Src/Samples/VisualBasic/APISampleUnitTests/packages.config index 14b040cda12..9d878f4116c 100644 --- a/Src/Samples/VisualBasic/APISampleUnitTests/packages.config +++ b/Src/Samples/VisualBasic/APISampleUnitTests/packages.config @@ -1,5 +1,5 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/VisualBasic/ConsoleClassifier/packages.config b/Src/Samples/VisualBasic/ConsoleClassifier/packages.config index 149976e83e2..447cfc3e2ab 100644 --- a/Src/Samples/VisualBasic/ConsoleClassifier/packages.config +++ b/Src/Samples/VisualBasic/ConsoleClassifier/packages.config @@ -1,4 +1,4 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/VisualBasic/ConvertToAutoProperty/Impl/packages.config b/Src/Samples/VisualBasic/ConvertToAutoProperty/Impl/packages.config index 0c95c18fbcc..f325bcd1391 100644 --- a/Src/Samples/VisualBasic/ConvertToAutoProperty/Impl/packages.config +++ b/Src/Samples/VisualBasic/ConvertToAutoProperty/Impl/packages.config @@ -1,6 +1,6 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/VisualBasic/FormatSolution/packages.config b/Src/Samples/VisualBasic/FormatSolution/packages.config index 149976e83e2..447cfc3e2ab 100644 --- a/Src/Samples/VisualBasic/FormatSolution/packages.config +++ b/Src/Samples/VisualBasic/FormatSolution/packages.config @@ -1,4 +1,4 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/packages.config b/Src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/packages.config index 0c95c18fbcc..f325bcd1391 100644 --- a/Src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/packages.config +++ b/Src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/packages.config @@ -1,6 +1,6 @@ - + - \ No newline at end of file + diff --git a/Src/Samples/VisualBasic/MakeConst/Impl/packages.config b/Src/Samples/VisualBasic/MakeConst/Impl/packages.config index 0c95c18fbcc..f325bcd1391 100644 --- a/Src/Samples/VisualBasic/MakeConst/Impl/packages.config +++ b/Src/Samples/VisualBasic/MakeConst/Impl/packages.config @@ -1,6 +1,6 @@ - + - \ No newline at end of file + diff --git a/Src/Test/PdbUtilities/PdbUtilities.csproj b/Src/Test/PdbUtilities/PdbUtilities.csproj index 59343f3e331..a432d103a31 100644 --- a/Src/Test/PdbUtilities/PdbUtilities.csproj +++ b/Src/Test/PdbUtilities/PdbUtilities.csproj @@ -2,7 +2,6 @@ - @@ -124,7 +123,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Test/PdbUtilities/packages.config b/Src/Test/PdbUtilities/packages.config index 5fb27e9880f..e0ab354a229 100644 --- a/Src/Test/PdbUtilities/packages.config +++ b/Src/Test/PdbUtilities/packages.config @@ -1,9 +1,8 @@ - + - - \ No newline at end of file + diff --git a/Src/Test/Utilities/TestUtilities.csproj b/Src/Test/Utilities/TestUtilities.csproj index 8306aa916a8..5353c8f2673 100644 --- a/Src/Test/Utilities/TestUtilities.csproj +++ b/Src/Test/Utilities/TestUtilities.csproj @@ -2,7 +2,6 @@ - @@ -219,7 +218,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Test/Utilities/packages.config b/Src/Test/Utilities/packages.config index 884e887c193..699f27ef6d0 100644 --- a/Src/Test/Utilities/packages.config +++ b/Src/Test/Utilities/packages.config @@ -3,7 +3,6 @@ - diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj b/Src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj index 56431d640a3..02f12398053 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj @@ -2,7 +2,6 @@ - @@ -43,7 +42,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/packages.config b/Src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/packages.config +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj b/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj index 0b664d552c9..7fd23bfd229 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj @@ -2,7 +2,6 @@ - @@ -40,7 +39,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/packages.config b/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/packages.config +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj b/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj index 704d6378a6b..f0222ce947b 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj @@ -2,7 +2,6 @@ - @@ -52,7 +51,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/packages.config b/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/packages.config +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj b/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj index f1c0a587d3c..249c38308f3 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj @@ -2,7 +2,6 @@ - @@ -44,7 +43,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/packages.config b/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/packages.config +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj b/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj index f9c787eba8c..dfbc4f38f72 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj @@ -2,7 +2,6 @@ - @@ -80,7 +79,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/packages.config b/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/packages.config index 08d321ab101..447cfc3e2ab 100644 --- a/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/packages.config +++ b/Src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/packages.config @@ -1,5 +1,4 @@ - + - - \ No newline at end of file + diff --git a/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/SyntaxVisualizerControl.csproj b/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/SyntaxVisualizerControl.csproj index 11aee25de1f..b39dbc1aa61 100644 --- a/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/SyntaxVisualizerControl.csproj +++ b/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/SyntaxVisualizerControl.csproj @@ -2,7 +2,6 @@ - @@ -85,7 +84,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/packages.config b/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/packages.config index 697fe17eb53..1be49908f2f 100644 --- a/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/packages.config +++ b/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/packages.config @@ -1,6 +1,5 @@ - + - - \ No newline at end of file + diff --git a/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/SyntaxVisualizerDgmlHelper.vbproj b/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/SyntaxVisualizerDgmlHelper.vbproj index 66a31b6f925..0e8d03abbb3 100644 --- a/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/SyntaxVisualizerDgmlHelper.vbproj +++ b/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/SyntaxVisualizerDgmlHelper.vbproj @@ -2,7 +2,6 @@ - @@ -72,7 +71,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/packages.config b/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/packages.config index 697fe17eb53..1be49908f2f 100644 --- a/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/packages.config +++ b/Src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/packages.config @@ -1,6 +1,5 @@ - + - - \ No newline at end of file + diff --git a/Src/Workspaces/CSharp/Desktop/CSharpWorkspace.Desktop.csproj b/Src/Workspaces/CSharp/Desktop/CSharpWorkspace.Desktop.csproj index 7a0a5ca3a88..e7daad02009 100644 --- a/Src/Workspaces/CSharp/Desktop/CSharpWorkspace.Desktop.csproj +++ b/Src/Workspaces/CSharp/Desktop/CSharpWorkspace.Desktop.csproj @@ -2,7 +2,6 @@ - @@ -101,7 +100,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/CSharp/Desktop/packages.config b/Src/Workspaces/CSharp/Desktop/packages.config index 0c95c18fbcc..f325bcd1391 100644 --- a/Src/Workspaces/CSharp/Desktop/packages.config +++ b/Src/Workspaces/CSharp/Desktop/packages.config @@ -1,6 +1,6 @@ - + - \ No newline at end of file + diff --git a/Src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj b/Src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj index d27fd5bd8d6..4fad8ae5fa9 100644 --- a/Src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj +++ b/Src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj @@ -2,7 +2,6 @@ - @@ -277,7 +276,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/CSharp/Portable/packages.config b/Src/Workspaces/CSharp/Portable/packages.config index 0c80af3ec3c..45c2e718592 100644 --- a/Src/Workspaces/CSharp/Portable/packages.config +++ b/Src/Workspaces/CSharp/Portable/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Workspaces/CSharpTest/CSharpServicesTest.csproj b/Src/Workspaces/CSharpTest/CSharpServicesTest.csproj index 54920b12dd9..024a4b75b46 100644 --- a/Src/Workspaces/CSharpTest/CSharpServicesTest.csproj +++ b/Src/Workspaces/CSharpTest/CSharpServicesTest.csproj @@ -2,7 +2,6 @@ - @@ -110,7 +109,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/CSharpTest/packages.config b/Src/Workspaces/CSharpTest/packages.config index da7f964319c..521dbf61962 100644 --- a/Src/Workspaces/CSharpTest/packages.config +++ b/Src/Workspaces/CSharpTest/packages.config @@ -1,7 +1,6 @@  - diff --git a/Src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj b/Src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj index 96f3b438619..4a312c59d60 100644 --- a/Src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj +++ b/Src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj @@ -2,7 +2,6 @@ - @@ -172,7 +171,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/Core/Desktop/packages.config b/Src/Workspaces/Core/Desktop/packages.config index 47d0e7c6990..5b75a133783 100644 --- a/Src/Workspaces/Core/Desktop/packages.config +++ b/Src/Workspaces/Core/Desktop/packages.config @@ -1,5 +1,5 @@ - + - \ No newline at end of file + diff --git a/Src/Workspaces/Core/Portable/Workspaces.csproj b/Src/Workspaces/Core/Portable/Workspaces.csproj index cc612ba2d59..df0b26b2ea8 100644 --- a/Src/Workspaces/Core/Portable/Workspaces.csproj +++ b/Src/Workspaces/Core/Portable/Workspaces.csproj @@ -2,7 +2,6 @@ - @@ -946,7 +945,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/Core/Portable/packages.config b/Src/Workspaces/Core/Portable/packages.config index 0c80af3ec3c..45c2e718592 100644 --- a/Src/Workspaces/Core/Portable/packages.config +++ b/Src/Workspaces/Core/Portable/packages.config @@ -1,8 +1,7 @@ - + - - \ No newline at end of file + diff --git a/Src/Workspaces/CoreTest/ServicesTest.csproj b/Src/Workspaces/CoreTest/ServicesTest.csproj index 3a44ab2e19f..a34b296590b 100644 --- a/Src/Workspaces/CoreTest/ServicesTest.csproj +++ b/Src/Workspaces/CoreTest/ServicesTest.csproj @@ -2,7 +2,6 @@ - @@ -312,7 +311,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject.csproj index de056273110..4675934d60e 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject.csproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 8.0.30703 2.0 @@ -14,7 +15,6 @@ v4.0 512 snKey.snk - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AllOptions.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AllOptions.csproj index e073a99bfd3..f9f22998080 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AllOptions.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AllOptions.csproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 8.0.30703 2.0 @@ -17,7 +18,6 @@ snKey.snk false 4194304 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AssemblyNameIsPath.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AssemblyNameIsPath.csproj index e6fb8f4398b..61b4b49c499 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AssemblyNameIsPath.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AssemblyNameIsPath.csproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 8.0.30703 2.0 @@ -13,7 +14,6 @@ ..\..\ReproApp v4.0 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AssemblyNameIsPath2.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AssemblyNameIsPath2.csproj index 8cccdffcac0..ec3b63a9b8e 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AssemblyNameIsPath2.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_AssemblyNameIsPath2.csproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 8.0.30703 2.0 @@ -13,7 +14,6 @@ ..\ReproApp v4.0 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_BadHintPath.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_BadHintPath.csproj index 342fc9c5b78..04cab36c28b 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_BadHintPath.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_BadHintPath.csproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 8.0.30703 2.0 @@ -13,7 +14,6 @@ CSharpProject v4.0 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_DuplicateFile.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_DuplicateFile.csproj index 42389d44156..1c9bec30bef 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_DuplicateFile.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_DuplicateFile.csproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 8.0.30703 2.0 @@ -13,7 +14,6 @@ CSharpProject v4.0 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ExternAlias.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ExternAlias.csproj index 0a43690e6ef..2efbae92e70 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ExternAlias.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ExternAlias.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {74404B73-C865-49CF-A586-C34759F2C95B} WinExe @@ -14,7 +15,6 @@ 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 - ..\..\..\..\Binaries\$(Configuration)\ AnyCPU diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ForEmittedOutput.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ForEmittedOutput.csproj index fb97bfd9235..a5a4b9f3531 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ForEmittedOutput.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ForEmittedOutput.csproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 8.0.30703 2.0 @@ -14,7 +15,6 @@ v4.0 512 snKey.snk - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ProjectReference.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ProjectReference.csproj index 0268486ece1..5b067cd0cdb 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ProjectReference.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_ProjectReference.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {3DA47258-9CAB-4FB9-9C04-1F367A2C2700} Exe @@ -12,7 +13,6 @@ CSharpProject_ProjectToProjectReference v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ AnyCPU diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithPrefer32Bit.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithPrefer32Bit.csproj index b34dd183c19..c1c80c5ea9c 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithPrefer32Bit.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithPrefer32Bit.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {9705A8E6-C854-4FD3-8CEA-EDBDD54C7FD8} Exe @@ -12,7 +13,6 @@ ConsoleApplication62 v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ AnyCPU diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithXaml.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithXaml.csproj index b42c9ca1941..0e5fc51fc32 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithXaml.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithXaml.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {74404B73-C865-49CF-A586-C34759F2C95B} WinExe @@ -14,7 +15,6 @@ 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 - ..\..\..\..\Binaries\$(Configuration)\ AnyCPU diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithoutPrefer32Bit.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithoutPrefer32Bit.csproj index b34dd183c19..c1c80c5ea9c 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithoutPrefer32Bit.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_CSharpProject_WithoutPrefer32Bit.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {9705A8E6-C854-4FD3-8CEA-EDBDD54C7FD8} Exe @@ -12,7 +13,6 @@ ConsoleApplication62 v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ AnyCPU diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary1.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary1.csproj index 4a349a86409..fab0cc12ee3 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary1.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary1.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {C71872E2-0D54-4C4E-B6A9-8C1726B7B78C} Library @@ -12,7 +13,6 @@ Library1 v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary2.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary2.csproj index 1a29188b092..ee967948b86 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary2.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary2.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {C71872E2-0D54-4C4E-B6A9-8C1726B7B78C} Library @@ -12,7 +13,6 @@ Library2 v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary3.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary3.csproj index 9a25a1faea5..be2999d76ce 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary3.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary3.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {695A589E-ACF6-4AE2-9B45-F84CF63CF0FA} Library @@ -12,7 +13,6 @@ Library1 v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary4.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary4.csproj index 31f514e67e0..3f2a1241ecc 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary4.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidLibrary4.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {C71872E2-0D54-4C4E-B6A9-8C1726B7B78C} Library @@ -12,7 +13,6 @@ Library2 v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidReferenceTest.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidReferenceTest.csproj index 9d20a4e88dd..f29a3bd5eca 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidReferenceTest.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidReferenceTest.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {FC8210F3-1F94-4A73-99A9-2EB5A069C17B} Library @@ -12,7 +13,6 @@ ReferenceTest v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidsBecomeCircularReferential.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidsBecomeCircularReferential.csproj index 14331302fc8..1b184c4516d 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidsBecomeCircularReferential.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidsBecomeCircularReferential.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {C71872E2-0D54-4C4E-B6A9-8C1726B7B78C} Library @@ -12,7 +13,6 @@ ReferenceTest v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidsBecomeSelfReferential.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidsBecomeSelfReferential.csproj index ee17e0c6da5..10bc26cf076 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidsBecomeSelfReferential.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_DuplicatedGuidsBecomeSelfReferential.csproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {C71872E2-0D54-4C4E-B6A9-8C1726B7B78C} Library @@ -12,7 +13,6 @@ ReferenceTest v4.5 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_WithLink.csproj b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_WithLink.csproj index 4f3c401d1ff..814966c67c2 100644 --- a/Src/Workspaces/CoreTest/TestFiles/CSharpProject_WithLink.csproj +++ b/Src/Workspaces/CoreTest/TestFiles/CSharpProject_WithLink.csproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 8.0.30703 2.0 @@ -13,7 +14,6 @@ CSharpProject v4.0 512 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject.vbproj b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject.vbproj index 6e1d7f76fec..0c958dc0451 100644 --- a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject.vbproj +++ b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject.vbproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU @@ -13,7 +14,6 @@ 512 Windows v4.0 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_3_5.vbproj b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_3_5.vbproj index 2a095eae681..efd4b4abad3 100644 --- a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_3_5.vbproj +++ b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_3_5.vbproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU 9.0.21022 2.0 @@ -12,7 +13,6 @@ VisualBasicProject 512 Windows - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_Embed.vbproj b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_Embed.vbproj index 5b82434f722..78ad9a1528b 100644 --- a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_Embed.vbproj +++ b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_Embed.vbproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU @@ -14,7 +15,6 @@ Windows v4.0 Embed - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_InvalidProjectReference.vbproj b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_InvalidProjectReference.vbproj index 12a132a008d..75387b78737 100644 --- a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_InvalidProjectReference.vbproj +++ b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_InvalidProjectReference.vbproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU @@ -13,7 +14,6 @@ 512 Windows v4.0 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_NonExistentProjectReference.vbproj b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_NonExistentProjectReference.vbproj index f9ee917e986..26a0a51353b 100644 --- a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_NonExistentProjectReference.vbproj +++ b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_NonExistentProjectReference.vbproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU @@ -13,7 +14,6 @@ 512 Windows v4.0 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_UnknownProjectExtension.vbproj b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_UnknownProjectExtension.vbproj index 00438521fcb..3704a50508d 100644 --- a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_UnknownProjectExtension.vbproj +++ b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_UnknownProjectExtension.vbproj @@ -3,6 +3,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU @@ -13,7 +14,6 @@ 512 Windows v4.0 - ..\..\..\..\Binaries\$(Configuration)\ true diff --git a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_WithPrefer32Bit.vbproj b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_WithPrefer32Bit.vbproj index 1024fd65e83..d38cdaa143e 100644 --- a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_WithPrefer32Bit.vbproj +++ b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_WithPrefer32Bit.vbproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {5D92B789-04AE-4B5C-A550-4E13378FA18F} Exe @@ -13,7 +14,6 @@ 512 Console v4.5 - ..\..\..\..\Binaries\$(Configuration)\ AnyCPU diff --git a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_WithoutPrefer32Bit.vbproj b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_WithoutPrefer32Bit.vbproj index 4ac37df433c..6749978571a 100644 --- a/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_WithoutPrefer32Bit.vbproj +++ b/Src/Workspaces/CoreTest/TestFiles/VisualBasicProject_VisualBasicProject_WithoutPrefer32Bit.vbproj @@ -4,6 +4,7 @@ Debug + ..\..\..\..\Binaries\$(Configuration)\ AnyCPU {5D92B789-04AE-4B5C-A550-4E13378FA18F} Exe @@ -13,7 +14,6 @@ 512 Console v4.5 - ..\..\..\..\Binaries\$(Configuration)\ AnyCPU diff --git a/Src/Workspaces/CoreTest/packages.config b/Src/Workspaces/CoreTest/packages.config index 78d755ea85d..993780960b0 100644 --- a/Src/Workspaces/CoreTest/packages.config +++ b/Src/Workspaces/CoreTest/packages.config @@ -2,7 +2,6 @@ - diff --git a/Src/Workspaces/VisualBasic/Desktop/BasicWorkspace.Desktop.vbproj b/Src/Workspaces/VisualBasic/Desktop/BasicWorkspace.Desktop.vbproj index 445d9866494..5de42cce99e 100644 --- a/Src/Workspaces/VisualBasic/Desktop/BasicWorkspace.Desktop.vbproj +++ b/Src/Workspaces/VisualBasic/Desktop/BasicWorkspace.Desktop.vbproj @@ -2,7 +2,6 @@ - @@ -96,7 +95,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/VisualBasic/Desktop/packages.config b/Src/Workspaces/VisualBasic/Desktop/packages.config index 0c95c18fbcc..f325bcd1391 100644 --- a/Src/Workspaces/VisualBasic/Desktop/packages.config +++ b/Src/Workspaces/VisualBasic/Desktop/packages.config @@ -1,6 +1,6 @@ - + - \ No newline at end of file + diff --git a/Src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj b/Src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj index 835398c4b8f..5feac1aa0d2 100644 --- a/Src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj +++ b/Src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj @@ -2,7 +2,6 @@ - @@ -303,7 +302,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/VisualBasic/Portable/packages.config b/Src/Workspaces/VisualBasic/Portable/packages.config index 1ce70553b9c..a3bfa07282c 100644 --- a/Src/Workspaces/VisualBasic/Portable/packages.config +++ b/Src/Workspaces/VisualBasic/Portable/packages.config @@ -1,7 +1,6 @@ - + - - \ No newline at end of file + diff --git a/Src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj b/Src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj index a87d89bc090..2c5bc879ffb 100644 --- a/Src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj +++ b/Src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj @@ -2,7 +2,6 @@ - @@ -142,7 +141,6 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - \ No newline at end of file diff --git a/Src/Workspaces/VisualBasicTest/packages.config b/Src/Workspaces/VisualBasicTest/packages.config index da7f964319c..521dbf61962 100644 --- a/Src/Workspaces/VisualBasicTest/packages.config +++ b/Src/Workspaces/VisualBasicTest/packages.config @@ -1,7 +1,6 @@  - -- GitLab