diff --git a/Src/Compilers/CSharp/Desktop/CSharpCodeAnalysis.Desktop.csproj b/Src/Compilers/CSharp/Desktop/CSharpCodeAnalysis.Desktop.csproj index 9c20cdac164f47840a48c56e9edf452276c4ef1f..91909d0f84dccf3619e354c9b3d616153a53b90c 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 e972cd17bbeb52a6fd7e78238f6b0e78eec4810c..353f6022ad4328fb7462d6546b1cbd31584e7711 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 9311cd25b70e01249a6a41aef114224b3dd6a55a..aab50e80b1e66b431e74693b4eea73e59f1f3fd3 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 d39f482d2a50f7568e94beec0035211c9be22fb4..79640781cba4f41e01d5ea5cee5e15365bf9d74f 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 884e887c193c9e6b4f93796ade89c193a1da96cc..699f27ef6d035b476944ecd74cf934291e1ba9b7 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 072c79e0373bb7e0aa298574ba62b917ecc0e8df..5e9472cf7a4524b1f8172d8901fd16c4b11e696e 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 884e887c193c9e6b4f93796ade89c193a1da96cc..699f27ef6d035b476944ecd74cf934291e1ba9b7 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 dfa7328ecfe06c527c39a3c6e21049a53a3c6e2b..f2399d0c9692dae8c2e60ce7653b80782bd536c8 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 85dac6bbb3eb012d18228faf81e2eb44810d10d1..ceb2df70c40e03bd03c5df2b0a1c858fc3c8312c 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 703fe8a1e4a0e1c613c006201d1ce73ba469dcfc..3e7fd3960d296d2627b154e7b949505ded8516ed 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 884e887c193c9e6b4f93796ade89c193a1da96cc..699f27ef6d035b476944ecd74cf934291e1ba9b7 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 47b2d50a1a7a23f83a9566695a8f4df807c76faa..b0a8c60f6fc78ea918d1f157b81cc54d611f3e39 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 85dac6bbb3eb012d18228faf81e2eb44810d10d1..ceb2df70c40e03bd03c5df2b0a1c858fc3c8312c 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 b70f6a999d7c31703b42c36711987465e9cfaff1..f9d525bc09b037c942f77c9ae293724fecfc10cb 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 ded79c159e7b136017e46c0361c1e615f86c137b..a318cee59723f6fafac7179959cd357fea9665ef 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 8f3e07e7d535a5b31a2906d9c4c6dd2de676d5df..955de61cd04bf6b1a2f462558d93eb3bb9121e3b 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 884e887c193c9e6b4f93796ade89c193a1da96cc..699f27ef6d035b476944ecd74cf934291e1ba9b7 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 a4ccd5e2f9e897e8995f4078ad6a762706314284..432033abff9dd3294fa17829f09ff247dddf89e4 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 c5f0e44a8a8980f1eb8d9ef626426645923f890c..c7f667e6fcd6a8a77230406418e75bf6921beb29 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 ded79c159e7b136017e46c0361c1e615f86c137b..a318cee59723f6fafac7179959cd357fea9665ef 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 f8660e55bfece41b4c3b02f38fe3d303074dccd9..3a02ca74614099a5f462734b89afe9d4ace26259 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 9311cd25b70e01249a6a41aef114224b3dd6a55a..aab50e80b1e66b431e74693b4eea73e59f1f3fd3 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 224604f4a853e175b0d0029106b98c362b1446af..a5bcecac01a7c60eaf9602fc617ea8619b0bb820 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 780cad1949a88ef352a943e8cb6bd68f93b32904..5da38985ae4b993e23b63168576cd9dc4f8b143c 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 a9741b51bebaa869c9646af975f28dac80e5a1b1..a94b8589a33df68147266fe65321e5915a555a07 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 884e887c193c9e6b4f93796ade89c193a1da96cc..699f27ef6d035b476944ecd74cf934291e1ba9b7 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 ba2f6a1bccfae4c159ca17368145f3694e5ceb76..aebb52671fa8d4debec4cae1d31fa3069e92196e 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 5440fdcb9cd958525a866a5f3b23da0631a6c9fa..133c30ca969840387275d86d23c4f64a5ba04cba 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 bf55b98e9be214ac76b4b258c4d17d136b8a3b9a..fdab666d442386348724d0b22025c1b26f382c49 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 697fe17eb535f5d71708dede871c20f7b584bd30..1be49908f2fe65d6471818fa19bf9278e85178cb 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 2021e9b144389b486fb1ee708f6c59855221292e..fc25fbe2ab5b369a67fccc85c6493f6458fb918c 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 993a4ac870e6d3f72370ccd1b35cf796ab7e089e..9d878f4116c1fcac9c4ba931656e7b59d6b3020e 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 74864fa3a87ec94eaa19eab11e3d4c2ab2071e92..2c3516bbf7e34ad351927b69590e968f274862e9 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 d5b06a85e93b01a2ac00dcbc2752bad2619c9f5d..c04a5e4bb29a8f7d397ea54320f284fbf919afc5 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 bd9fb359714dd89c34f28e815323eedec26c0c41..e961a462a24d1e1316a0fec4a9e0f1c73b2fac7e 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 884e887c193c9e6b4f93796ade89c193a1da96cc..699f27ef6d035b476944ecd74cf934291e1ba9b7 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 8a6fd1bc31f5f1ed1ac235895c29b8ce74674414..2284b173cc0afebbe0a8aab78d50ab8b4cd0750f 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 bba2761ae4e059d7212ccf09dda72a93c3d97a3c..744182136b9e55ef9e80f5b1b9310ea4e48a6647 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 1a628bc487a4045b243a74ebab1358bde63b7207..bd212bb63802ccb6a690e5345d97717409212358 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 16ee03085861b8f972f3f31e079403d1bbe9a430..6618b9a5cff85ea7fa8e6e8f07b172edd22ea1ae 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 2c0dab97b445721f5814ca2ee7428a462aa0cbc2..f93a1c2adc5924bc38db6b6d866bd2effb69ed6a 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 169e86cf6411c86f3e2a4ac670bd646bdefba391..bae031edc539f976d321dffbb2c12ae511795c2d 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 00e7d12c479acc725c2eae1f8ad9479fb080e81a..ddd764caf36c56bc9f8cb2fc11926365d08fc907 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 8b2d93fedbef4f8f83e5b805a8e8b483456a0715..ec20e49562f7742a840b4b942a742f97d626cd7c 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 00e7d12c479acc725c2eae1f8ad9479fb080e81a..ddd764caf36c56bc9f8cb2fc11926365d08fc907 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 4919e6b89b27ce5afd660d7235f1261d5dbaef42..0a48d3de9ee3d02f24b303e12a4d926e227fba33 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 00e7d12c479acc725c2eae1f8ad9479fb080e81a..ddd764caf36c56bc9f8cb2fc11926365d08fc907 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 9232038d2a1f56febf59429a087019f67e22d1ee..9e4b3dece3f2855f685efa0ed14cd9255778d1b7 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 00e7d12c479acc725c2eae1f8ad9479fb080e81a..ddd764caf36c56bc9f8cb2fc11926365d08fc907 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 f11e6855e2559b8e45a25aa324ab8fc77c956a8a..fd5e9274e0a4f334df4edb612d1f5cadf47783df 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 2bc2e7fdb2a1b955c67a74ddc764ae18479ccfbc..c06a024d807e604712dd3087cb8af47badf5a30d 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 993a4ac870e6d3f72370ccd1b35cf796ab7e089e..9d878f4116c1fcac9c4ba931656e7b59d6b3020e 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 be15ed935d0a666f27bcf68ff0adf9b7dca9e4ca..30f98afb48cd92351dc98cbb9ed0d5a58bdb4133 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 40e6faa41f20767e6c26520f381d20bba4c2b6a6..7a56c0ec7886db0adba0a032758b1a3eebedf058 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 1141ed767b4804332c06be0fef74cb6c815f5b84..703a28366ae15aaa7ed19f256d10afc7a2b64af5 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 06f815dc2d7a5beda356b7e478108615bdb95981..b30318e3eb46057b27eb303a4ff6ba2114ed1940 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 1141ed767b4804332c06be0fef74cb6c815f5b84..703a28366ae15aaa7ed19f256d10afc7a2b64af5 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 1bfb59930aea2e8d1930c6af34ecd07584cbb22c..b74f504f2ac53f51c38f36cfca8ebb6d6972fcac 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 697fe17eb535f5d71708dede871c20f7b584bd30..1be49908f2fe65d6471818fa19bf9278e85178cb 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 f7bc252675cecdc5cb9a9ed09165d9e1919d8452..0cbe898373565891a3dbea994127dfc1de4b6fe4 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 99abb878be0e1c860c4b7f3ae5e0deef1c849e0f..0797d676eb4b4438c90b0deaaaf929670328f197 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 48c83f2154ca73c8cb12b3fa54b2e1a575ff5f67..6361b111dd990f3dabafce9046a8bc8121199f13 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 db73e590b68b9f4346fabaced424e09f6ead8c60..f325bcd1391646b8da8ef0fbde4f37167d346240 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 0692e7ddcedb252b81b396af39151ea7ff9ba49e..4d1cebd759488033868181b345cfbbdaa40a00ce 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 1141ed767b4804332c06be0fef74cb6c815f5b84..703a28366ae15aaa7ed19f256d10afc7a2b64af5 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 476920082182c55ab524a3f4cefb153f47ff2e97..df91cb772c90b146454e3d83ead1a594f8ba120d 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 1141ed767b4804332c06be0fef74cb6c815f5b84..703a28366ae15aaa7ed19f256d10afc7a2b64af5 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 21affe82b9f2f866f2197928c2ddfca306e5da10..d2c7ca527836333f4045714105395141dbec77c1 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 697fe17eb535f5d71708dede871c20f7b584bd30..1be49908f2fe65d6471818fa19bf9278e85178cb 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 976d913a5a3ca76f51d29c805fe07de925a001f7..67345b6fd6dc953961d53e63c597fd72919fcc54 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 99abb878be0e1c860c4b7f3ae5e0deef1c849e0f..0797d676eb4b4438c90b0deaaaf929670328f197 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 36439a03c0842627ed23c494f9cdc38c40c4bc77..14fcc018fea529684367f92f1ba085be144a649c 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 db73e590b68b9f4346fabaced424e09f6ead8c60..f325bcd1391646b8da8ef0fbde4f37167d346240 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 61d9557f3c6688d6554f2f825f460e12dbc2c6a9..74315d5c98d1c0da161a74e803672ad62a14fe82 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 334857d5deb9aac844f9b059ddd0da4d891c2153..cfc08f44a95511a08c4e61e318555b708598d51c 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 99abb878be0e1c860c4b7f3ae5e0deef1c849e0f..0797d676eb4b4438c90b0deaaaf929670328f197 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 ffeb88d4645044158afc564e2b1bd3c30be3d00e..a318cee59723f6fafac7179959cd357fea9665ef 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 149976e83e2db39979fc45e2df33144870b6cf02..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 7bb0ac148158d8a47ea7a587da523d7dc266b58f..cc963650db4f3b63b167ee74da0dbfb66194535d 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 b58a5cca382184c238fc054c5a98f8e693417b65..1be49908f2fe65d6471818fa19bf9278e85178cb 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 2cca325f46a64c8ace80d58694c5f9d2d2234497..703a28366ae15aaa7ed19f256d10afc7a2b64af5 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 2cca325f46a64c8ace80d58694c5f9d2d2234497..703a28366ae15aaa7ed19f256d10afc7a2b64af5 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 2cca325f46a64c8ace80d58694c5f9d2d2234497..703a28366ae15aaa7ed19f256d10afc7a2b64af5 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 14b040cda126ce690e20d8c31ea71f6cfe05ae7c..9d878f4116c1fcac9c4ba931656e7b59d6b3020e 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 149976e83e2db39979fc45e2df33144870b6cf02..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 0c95c18fbcc9dd089b6f79b108005c032eb2808d..f325bcd1391646b8da8ef0fbde4f37167d346240 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 149976e83e2db39979fc45e2df33144870b6cf02..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 0c95c18fbcc9dd089b6f79b108005c032eb2808d..f325bcd1391646b8da8ef0fbde4f37167d346240 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 0c95c18fbcc9dd089b6f79b108005c032eb2808d..f325bcd1391646b8da8ef0fbde4f37167d346240 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 59343f3e331277604a408f627c9f37caefe57d68..a432d103a311eb0404c0544571291cf1fa77987d 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 5fb27e9880feafc83b7086a70a9a8921d277cf9b..e0ab354a2292f6341b07615e5c4e1e2bb649f75b 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 8306aa916a8d03f526d2939f29ccb26493d1cc24..5353c8f2673ef7320f386a059d9b4c3840a34804 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 884e887c193c9e6b4f93796ade89c193a1da96cc..699f27ef6d035b476944ecd74cf934291e1ba9b7 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 56431d640a32b97ca3cf614969b053a8005aa3f7..02f12398053e201e6a439e1c658befa38bf87504 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 0b664d552c9179fe642824d91777a2e6e07dc78f..7fd23bfd2291ec856fc02f3ee17c6c07ba62aaab 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 704d6378a6b5f0c0298b47012e08e8efa6305ab7..f0222ce947b98f2b2aace10ed3460c6d3ee2c5db 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 f1c0a587d3c80957afb2eff9928f32b1f34fb1dd..249c38308f32b69c1fc5925219cbd00888708a67 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 f9c787eba8c29b0189393280260c99afae4765da..dfbc4f38f7214265c611e258bad409fce283bb61 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 08d321ab101033064a63152cd85ae219b948bf89..447cfc3e2ab158ea0589a05f7be37848ce56a0b2 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 11aee25de1f1aff4c9bdf2e87801c317908d5e5e..b39dbc1aa614ca4b2c5d162f3fffa0492d53b6e6 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 697fe17eb535f5d71708dede871c20f7b584bd30..1be49908f2fe65d6471818fa19bf9278e85178cb 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 66a31b6f925e192781f5a42481f9c2c682791f9f..0e8d03abbb38c721a450fa215c379330b5c53256 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 697fe17eb535f5d71708dede871c20f7b584bd30..1be49908f2fe65d6471818fa19bf9278e85178cb 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 7a0a5ca3a88ffeaceaf750a7831f6465e8f9eeb5..e7daad0200986ee5ee0e500f362e88083681d877 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 0c95c18fbcc9dd089b6f79b108005c032eb2808d..f325bcd1391646b8da8ef0fbde4f37167d346240 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 d27fd5bd8d694c49d0e48fa632e517d370a26e93..4fad8ae5fa903095f2159bcaf6ae3ba9212e3a83 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 0c80af3ec3c85faa913172368baa31338570a2e5..45c2e7185927ddf2b0246a1bddd74242176712ea 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 54920b12dd96df55ef7a6e732464d9af0cee745f..024a4b75b4604dd5ea6214b0640a0b7d179e00bc 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 da7f964319cbce4b54b1a12af1c46ba34f9254a3..521dbf61962ac9a2beba4e4ecce79345401f5e7b 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 96f3b4386194dd1d57518d7968846d670583a396..4a312c59d60a41c33a1b1a20defeca473425bee1 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 47d0e7c6990c6555fcd8c906ca5f98b3db8b8bdf..5b75a133783d422aeedf876ebcf8e4eb5d1fb884 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 cc612ba2d5977cbda327576f773ba13dc9b42aed..df0b26b2ea844f515de32b16ea34153b91ee23e0 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 0c80af3ec3c85faa913172368baa31338570a2e5..45c2e7185927ddf2b0246a1bddd74242176712ea 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 3a44ab2e19fadca4553f0a33677d2f1f7478e2e4..a34b296590bd63e0bff8af6571304412293f33a0 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 de056273110a44e66543e8e0f0bca01f875a29d9..4675934d60e9c7129d07fcb06f3ee602e0acb96b 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 e073a99bfd33296427341ebbbd0ea58f05d51c6d..f9f22998080bf80c727b853981622d19da7f5374 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 e6fb8f4398b7cd7e137ecdcfc706d67fe8a51faf..61b4b49c49926e4edbec5fb3ebcd25b7adec89c1 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 8cccdffcac0cfdd69d753de585ee5181846768dd..ec3b63a9b8e51df4477f6b286cdff6d6175c6e35 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 342fc9c5b780ced771b30f8608c1ab0584977753..04cab36c28b2e2704cfe19e81c41e25c79f298ad 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 42389d44156314c9760bd2a9186355acff50f0bf..1c9bec30befd6c0555157b3a4c1299926b19a13d 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 0a43690e6efb6b3016371e0f1ef5d01c1e2ea1a7..2efbae92e70981c77c6dbb8b632a9781a9cc4c8a 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 fb97bfd923535eeb7925c5fe56505331a1152bc0..a5a4b9f3531a70b1878aa333d2ea09bee32a8b3e 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 0268486ece1e619e81fe970f83c8660b07cc568d..5b067cd0cdbeac7cd000cf7576647de5f5a11a5e 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 b34dd183c1922ba337b57f7f24af857d3ecc9ccf..c1c80c5ea9cc41c4525ef5f150dc2a2e2b9a01e4 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 b42c9ca194100b3d4a48c23e27536bcf480316c7..0e5fc51fc321dd02b30f45a10a746b36bb21fc15 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 b34dd183c1922ba337b57f7f24af857d3ecc9ccf..c1c80c5ea9cc41c4525ef5f150dc2a2e2b9a01e4 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 4a349a864090909debf83b072fa5e16f383f76d0..fab0cc12ee3436ad96792e0732daef2ee962c693 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 1a29188b0923b2ddc3089448a3d7bce5b7eef6db..ee967948b86f8dce52d05f43e9576ef67b5d32e1 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 9a25a1faea5ede79d635f1a677460ab95e1f19dc..be2999d76ce337801947682c9d2b6aecd447446d 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 31f514e67e0da9a536d92de5d0077b81088cc3ec..3f2a1241ecc15ea998109a5355f5e98c013ebc35 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 9d20a4e88ddba1ca76364cff9e947102b38f5049..f29a3bd5eca671db5c3c231c1f284e9e20bed1e8 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 14331302fc87ea6b089e3c527897dca77fcfca26..1b184c4516daaecac473d3f7f7d2e2fa5834a6d4 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 ee17e0c6da53a63e3df6872e261cb9c52911ae32..10bc26cf07630736ab062424009af81404e481c5 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 4f3c401d1ffbdb3fc85507014a69b96bdb0dc1a8..814966c67c240562d17aa718e3831856a562441f 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 6e1d7f76fecebd29f01de9133a74cd8b6d0ad3a4..0c958dc04513a34d1cd665a5fc8b2ed41b8bdbc5 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 2a095eae681ba63dfb0dbbca06bfac919f711c71..efd4b4abad3c9ff2598cdfc213b9f117edab2903 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 5b82434f72286974520c5e9276fc408c0a2b195a..78ad9a1528b4b40a19e20a8590fec9fa430abcef 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 12a132a008d237566cedfe30ce85143f37ea6ccd..75387b7873727674c7665544ae4b2b26fcb9de27 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 f9ee917e986415b2f12a7015365916cf004c87e2..26a0a51353b96c5556bb5b015a122bedceb05e1c 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 00438521fcba2e65fc59e5e6b93b107066511a46..3704a50508d1257ec03908aedd4aee02800df449 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 1024fd65e837d74ec3e9cd674eafe816503666d1..d38cdaa143eed992d062a7c0adff55ba1f1abfaf 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 4ac37df433c89d2119b99a4e2ad1846d67cfa642..6749978571ae48b7a004f4cae3689c998c18da4f 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 78d755ea85d7ef2a02e0dfa250dfa62e91a69997..993780960b044e555dae03ddd8d4af27f685f4e3 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 445d9866494eed0b9170136f51d61fffa0d28c40..5de42cce99e7e00f19296b6cf2e191297c70b72f 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 0c95c18fbcc9dd089b6f79b108005c032eb2808d..f325bcd1391646b8da8ef0fbde4f37167d346240 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 835398c4b8f4349df843209919c47384c19689fa..5feac1aa0d2b1d1cc00a1571c20afbf01ab75b22 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 1ce70553b9c6f8f9077b7cd02a8f5d2798c3503c..a3bfa07282c48bb4a7f94f9ef75a3303d252be47 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 a87d89bc09030e88ede731d53fcece8fabdd6fff..2c5bc879ffb401b4062c7066b7a82f1c70d57954 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 da7f964319cbce4b54b1a12af1c46ba34f9254a3..521dbf61962ac9a2beba4e4ecce79345401f5e7b 100644 --- a/Src/Workspaces/VisualBasicTest/packages.config +++ b/Src/Workspaces/VisualBasicTest/packages.config @@ -1,7 +1,6 @@  -