From 9f43137489a7686508d1629e51b06f71eefcab45 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Tue, 16 Aug 2016 11:55:13 -0700 Subject: [PATCH] Remove ImportGroup The ImportGroup element is just noise. It was also used very inconsistently in the repo and often within the same project file. Just remove it. --- src/Compilers/CSharp/CscCore/CscCore.csproj | 10 +++------- .../CSharp/Portable/CSharpCodeAnalysis.csproj | 10 +++------- .../Test/CommandLine/CSharpCommandLineTest.csproj | 10 +++------- .../CSharp/Test/Emit/CSharpCompilerEmitTest.csproj | 10 +++------- .../Test/Semantic/CSharpCompilerSemanticTest.csproj | 12 ++++-------- .../Test/Symbol/CSharpCompilerSymbolTest.csproj | 10 +++------- .../Test/Syntax/CSharpCompilerSyntaxTest.csproj | 12 ++++-------- .../CSharp/Test/WinRT/CSharpWinRTTest.csproj | 10 +++------- src/Compilers/CSharp/csc/csc.csproj | 12 ++++-------- .../Core/CodeAnalysisTest/CodeAnalysisTest.csproj | 10 +++------- .../MSBuildTask/Desktop/MSBuildTask.Desktop.csproj | 10 +++------- .../Core/MSBuildTask/Portable/MSBuildTask.csproj | 10 +++------- .../Core/MSBuildTaskTests/MSBuildTaskTests.csproj | 10 +++------- src/Compilers/Core/Portable/CodeAnalysis.csproj | 10 +++------- src/Compilers/Extension/CompilerExtension.csproj | 10 +++------- .../Server/PortableServer/PortableServer.csproj | 10 +++------- .../Server/VBCSCompiler/VBCSCompiler.csproj | 10 +++------- .../VBCSCompilerTests/VBCSCompilerTests.csproj | 10 +++------- .../Test/Resources/Core/CompilerTestResources.csproj | 10 +++------- .../CSharpCompilerTestUtilities.Desktop.csproj | 10 +++------- .../CSharp/CSharpCompilerTestUtilities.csproj | 12 ++++-------- .../VisualBasic/BasicCompilerTestUtilities.vbproj | 12 ++++-------- .../VisualBasic/Portable/BasicCodeAnalysis.vbproj | 10 +++------- .../Test/CommandLine/BasicCommandLineTest.vbproj | 10 +++------- .../Test/Emit/BasicCompilerEmitTest.vbproj | 10 +++------- .../Test/Semantic/BasicCompilerSemanticTest.vbproj | 12 ++++-------- .../Test/Symbol/BasicCompilerSymbolTest.vbproj | 10 +++------- .../Test/Syntax/BasicCompilerSyntaxTest.vbproj | 10 +++------- src/Compilers/VisualBasic/VbcCore/VbcCore.csproj | 10 +++------- src/Compilers/VisualBasic/vbc/vbc.csproj | 12 ++++-------- .../Microsoft.NetFX20/Microsoft.NetFX20.nuget.proj | 6 ++---- src/Deployment/Roslyn.csproj | 10 +++------- .../CSharp/CSharpEditorFeatures.csproj | 10 +++------- .../CSharpTest/CSharpEditorServicesTest.csproj | 12 ++++-------- .../CSharpTest2/CSharpEditorServicesTest2.csproj | 12 ++++-------- src/EditorFeatures/Core/EditorFeatures.csproj | 10 +++------- src/EditorFeatures/Next/EditorFeatures.Next.csproj | 10 +++------- src/EditorFeatures/Test/EditorServicesTest.csproj | 12 ++++-------- src/EditorFeatures/Test2/EditorServicesTest2.vbproj | 10 +++------- .../TestUtilities/ServicesTestUtilities.csproj | 10 +++------- src/EditorFeatures/Text/TextEditorFeatures.csproj | 10 +++------- .../VisualBasic/BasicEditorFeatures.vbproj | 10 +++------- .../VisualBasicTest/BasicEditorServicesTest.vbproj | 12 ++++-------- .../CSharpExpressionCompiler.csproj | 10 +++------- .../NetFX20/CSharpResultProvider.NetFX20.csproj | 10 +++------- .../Portable/CSharpResultProvider.Portable.csproj | 10 +++------- .../CSharpExpressionCompilerTest.csproj | 10 +++------- .../ResultProvider/CSharpResultProviderTest.csproj | 10 +++------- .../Core/Source/Concord/Concord.csproj | 10 +++------- .../ExpressionCompiler/ExpressionCompiler.csproj | 10 +++------- .../NetFX20/ResultProvider.NetFX20.csproj | 8 ++------ .../Portable/ResultProvider.Portable.csproj | 8 ++------ .../ExpressionCompilerTestUtilities.csproj | 10 +++------- .../ResultProviderTestUtilities.csproj | 10 +++------- .../Package/ExpressionEvaluatorPackage.csproj | 10 +++------- .../BasicExpressionCompiler.vbproj | 10 +++------- .../NetFX20/BasicResultProvider.NetFX20.vbproj | 10 +++------- .../Portable/BasicResultProvider.Portable.vbproj | 10 +++------- .../BasicExpressionCompilerTest.vbproj | 10 +++------- .../ResultProvider/BasicResultProviderTest.vbproj | 10 +++------- src/Features/CSharp/Portable/CSharpFeatures.csproj | 8 ++------ src/Features/Core/Portable/Features.csproj | 10 +++------- .../VisualBasic/Portable/BasicFeatures.vbproj | 10 +++------- src/Interactive/CsiCore/CsiCore.csproj | 10 +++------- .../CSharp/CSharpInteractiveEditorFeatures.csproj | 10 +++------- .../Core/InteractiveEditorFeatures.csproj | 10 +++------- .../BasicInteractiveEditorFeatures.vbproj | 10 +++------- src/Interactive/Features/InteractiveFeatures.csproj | 10 +++------- src/Interactive/Host/InteractiveHost.csproj | 10 +++------- src/Interactive/HostTest/InteractiveHostTest.csproj | 12 ++++-------- src/Interactive/VbiCore/VbiCore.vbproj | 10 +++------- src/Interactive/csi/csi.csproj | 10 +++------- src/Interactive/vbi/vbi.vbproj | 10 +++------- .../Editor/InteractiveWindow.csproj | 10 +++------- .../EditorTest/InteractiveWindowTest.csproj | 10 +++------- .../VisualStudioInteractiveWindow.csproj | 10 +++------- .../APISampleUnitTests/APISampleUnitTestsCS.csproj | 10 +++------- .../CSharpAnalyzers.Test/CSharpAnalyzers.Test.csproj | 8 ++------ .../CSharpAnalyzers.Vsix/CSharpAnalyzers.Vsix.csproj | 10 +++------- .../CSharpAnalyzers/CSharpAnalyzers.csproj | 8 ++------ .../ConsoleClassifier/ConsoleClassifierCS.csproj | 8 ++------ .../ConvertToAutoPropertyCS.csproj | 8 ++------ .../Impl/ConvertToConditionalCS.csproj | 8 ++------ .../Test/ConvertToConditionalCS.UnitTests.csproj | 10 +++------- .../CopyPasteWithUsing/CopyPasteWithUsing.csproj | 8 ++------ .../CSharp/FormatSolution/FormatSolutionCS.csproj | 8 ++------ .../Impl/ImplementNotifyPropertyChangedCS.csproj | 8 ++------ ...ImplementNotifyPropertyChangedCS.UnitTests.csproj | 10 +++------- src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj | 8 ++------ .../RefOutModifier/AddOrRemoveRefOutModifier.csproj | 8 ++------ .../CSharp/TreeTransforms/TreeTransformsCS.csproj | 8 ++------ .../UnitTestFramework/UnitTestFramework.csproj | 8 ++------ .../APISampleUnitTests/APISampleUnitTestsVB.vbproj | 10 +++------- .../BasicAnalyzers.Test/BasicAnalyzers.Test.vbproj | 8 ++------ .../BasicAnalyzers.Vsix/BasicAnalyzers.Vsix.vbproj | 10 +++------- .../BasicAnalyzers/BasicAnalyzers.vbproj | 8 ++------ .../ConsoleClassifier/ConsoleClassifierVB.vbproj | 8 ++------ .../Impl/ConvertToAutoPropertyVB.vbproj | 8 ++------ .../Test/ConvertToAutoPropertyVB.UnitTests.vbproj | 10 +++------- .../FormatSolution/FormatSolutionVB.vbproj | 8 ++------ .../Impl/ImplementNotifyPropertyChangedVB.vbproj | 8 ++------ ...ImplementNotifyPropertyChangedVB.UnitTests.vbproj | 10 +++------- .../VisualBasic/MakeConst/Impl/MakeConstVB.vbproj | 8 ++------ .../RemoveByVal/Impl/RemoveByValVB.vbproj | 8 ++------ .../RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj | 10 +++------- .../TreeTransforms/TreeTransformsVB.vbproj | 8 ++------ src/Scripting/CSharp/CSharpScripting.csproj | 10 +++------- .../CSharpScriptingTest.Desktop.csproj | 12 ++++-------- src/Scripting/CSharpTest/CSharpScriptingTest.csproj | 12 ++++-------- src/Scripting/Core/Scripting.csproj | 8 ++------ .../CoreTest.Desktop/ScriptingTest.Desktop.csproj | 10 +++------- src/Scripting/CoreTest/ScriptingTest.csproj | 12 ++++-------- src/Scripting/VisualBasic/BasicScripting.vbproj | 10 +++------- .../BasicScriptingTest.Desktop.vbproj | 10 +++------- .../VisualBasicTest/BasicScriptingTest.vbproj | 12 ++++-------- src/Setup/BuildTasks/BuildTasks.vbproj | 8 ++------ .../Deployment/Current/Roslyn.Deployment.Full.csproj | 8 ++------ .../Next/Roslyn.Deployment.Full.Next.csproj | 8 ++------ .../DevDivInsertionFiles/DevDivInsertionFiles.vbproj | 10 +++------- src/Setup/DevDivPackages/Dependencies.proj | 4 +--- src/Setup/DevDivPackages/Roslyn.proj | 4 +--- src/Setup/Templates/Templates.csproj | 8 ++------ src/Setup/Vsix/Vsix.proj | 4 +--- .../DeployCoreClrTestRuntime.csproj | 10 +++------- .../DeployDesktopTestRuntime.csproj | 10 +++------- src/Test/Diagnostics/Diagnostics.csproj | 8 ++------ src/Test/PdbUtilities/PdbUtilities.csproj | 10 +++------- src/Test/Perf/Runner/Perf.Runner.csproj | 8 ++------ src/Test/Perf/Utilities/Perf.Utilities.csproj | 10 +++------- src/Test/Perf/tests/Perf.Tests.csproj | 10 +++------- .../Utilities/Desktop/TestUtilities.Desktop.csproj | 10 +++------- .../Portable.FX45/TestUtilities.FX45.csproj | 10 +++------- src/Test/Utilities/Portable/TestUtilities.csproj | 12 ++++-------- .../CommonCoreClrRuntime/CommonCoreClrRuntime.csproj | 6 ++---- .../CommonNetCoreReferences.csproj | 6 ++---- src/Tools/ProcessWatchdog/ProcessWatchdog.csproj | 10 +++------- .../DeployCompilerGeneratorToolsRuntime.csproj | 10 +++------- .../CompilersBoundTreeGenerator.csproj | 8 ++------ .../CSharpErrorFactsGenerator.csproj | 8 ++------ .../CSharpSyntaxGenerator.csproj | 8 ++------ .../VisualBasicErrorFactsGenerator.vbproj | 8 ++------ .../VisualBasicSyntaxGenerator.vbproj | 8 ++------ .../Roslyn.DebuggerVisualizers.csproj | 10 +++------- .../MetadataVisualizer/MetadataVisualizer.csproj | 10 +++------- src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj | 10 +++------- src/Tools/Source/RunTests/RunTests.csproj | 10 +++------- .../SyntaxVisualizerControl.csproj | 8 ++------ .../SyntaxVisualizerDgmlHelper.vbproj | 8 ++------ .../SyntaxVisualizerExtension.csproj | 8 ++------ .../CSharp/Impl/CSharpVisualStudio.csproj | 6 ++---- .../CSharp/Repl/CSharpVisualStudioRepl.csproj | 10 +++------- .../CSharp/Test/CSharpVisualStudioTest.csproj | 12 ++++-------- .../Core/Def/ServicesVisualStudio.csproj | 10 +++------- .../Core/Impl/ServicesVisualStudioImpl.csproj | 10 +++------- .../SolutionExplorerShim/SolutionExplorerShim.csproj | 10 +++------- .../Core/Test/ServicesVisualStudioTest.vbproj | 12 ++++-------- .../VisualStudioInteractiveServices.csproj | 8 ++------ .../Next/ServicesVisualStudio.Next.csproj | 10 +++------- .../Setup.Next/VisualStudioSetup.Next.csproj | 10 +++------- src/VisualStudio/Setup/VisualStudioSetup.csproj | 8 ++------ .../VisualStudioSetupInteractive.csproj | 10 +++------- .../TestSetup/VisualStudioTestSetup.csproj | 10 +++------- .../VisualBasic/Impl/BasicVisualStudio.vbproj | 10 +++------- .../VisualBasic/Repl/BasicVisualStudioRepl.vbproj | 10 +++------- .../VisualStudioDiagnosticsWindow.csproj | 8 ++------ .../VisualStudioInteractiveComponents.csproj | 10 +++------- .../CSharp/Portable/CSharpWorkspace.csproj | 8 ++------ src/Workspaces/CSharpTest/CSharpServicesTest.csproj | 10 +++------- .../Core/Desktop/Workspaces.Desktop.csproj | 8 ++------ src/Workspaces/Core/Portable/Workspaces.csproj | 10 +++------- src/Workspaces/CoreTest/ServicesTest.csproj | 10 +++------- src/Workspaces/Remote/Core/RemoteWorkspaces.csproj | 10 +++------- src/Workspaces/Remote/ServiceHub/ServiceHub.csproj | 10 +++------- .../VisualBasic/Portable/BasicWorkspace.vbproj | 10 +++------- .../VisualBasicTest/VisualBasicServicesTest.vbproj | 10 +++------- 175 files changed, 490 insertions(+), 1176 deletions(-) diff --git a/src/Compilers/CSharp/CscCore/CscCore.csproj b/src/Compilers/CSharp/CscCore/CscCore.csproj index 3b344af6fb0..6126fd57b7b 100644 --- a/src/Compilers/CSharp/CscCore/CscCore.csproj +++ b/src/Compilers/CSharp/CscCore/CscCore.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -72,7 +70,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj b/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj index 4f0e78ef25b..856716d312f 100644 --- a/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj +++ b/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -923,7 +921,5 @@ - - - - \ 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 b66b3a9e964..f233607e9bf 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj +++ b/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -96,8 +94,6 @@ CommandLineTestResources.Designer.cs - - - - + + diff --git a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj index c506c5c4f42..4aa0684759b 100644 --- a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj +++ b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -190,8 +188,6 @@ - - - - + + diff --git a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj index 61136110256..7c82e86d192 100644 --- a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj +++ b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -154,8 +152,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj index 63072139e0b..72fc214b6e1 100644 --- a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj +++ b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -192,8 +190,6 @@ - - - - + + diff --git a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj index b2e97d88969..4756ce7f1f8 100644 --- a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj +++ b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -147,8 +145,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj index 198cbd113c8..687b13c8325 100644 --- a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj +++ b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -59,8 +57,6 @@ - - - - + + diff --git a/src/Compilers/CSharp/csc/csc.csproj b/src/Compilers/CSharp/csc/csc.csproj index 1c10bec7f87..7fb54271914 100644 --- a/src/Compilers/CSharp/csc/csc.csproj +++ b/src/Compilers/CSharp/csc/csc.csproj @@ -1,10 +1,8 @@  - - - - + + Debug AnyCPU @@ -64,7 +62,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj index d77b9280446..fc963c97286 100644 --- a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj +++ b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -189,8 +187,6 @@ - - - - + + diff --git a/src/Compilers/Core/MSBuildTask/Desktop/MSBuildTask.Desktop.csproj b/src/Compilers/Core/MSBuildTask/Desktop/MSBuildTask.Desktop.csproj index ab6c84d0a52..7975398840f 100644 --- a/src/Compilers/Core/MSBuildTask/Desktop/MSBuildTask.Desktop.csproj +++ b/src/Compilers/Core/MSBuildTask/Desktop/MSBuildTask.Desktop.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -48,7 +46,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/Core/MSBuildTask/Portable/MSBuildTask.csproj b/src/Compilers/Core/MSBuildTask/Portable/MSBuildTask.csproj index 5d8793fa603..0bcb4a940f6 100644 --- a/src/Compilers/Core/MSBuildTask/Portable/MSBuildTask.csproj +++ b/src/Compilers/Core/MSBuildTask/Portable/MSBuildTask.csproj @@ -1,8 +1,6 @@  - - - + 14.0 Debug @@ -54,7 +52,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj index be16c58a249..8afa64f6c17 100644 --- a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj +++ b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -88,8 +86,6 @@ - - - - + + diff --git a/src/Compilers/Core/Portable/CodeAnalysis.csproj b/src/Compilers/Core/Portable/CodeAnalysis.csproj index b96eeeddf9c..293b96753fc 100644 --- a/src/Compilers/Core/Portable/CodeAnalysis.csproj +++ b/src/Compilers/Core/Portable/CodeAnalysis.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -789,7 +787,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/Extension/CompilerExtension.csproj b/src/Compilers/Extension/CompilerExtension.csproj index 1219103a85b..b473496ea3e 100644 --- a/src/Compilers/Extension/CompilerExtension.csproj +++ b/src/Compilers/Extension/CompilerExtension.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -118,7 +116,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/Server/PortableServer/PortableServer.csproj b/src/Compilers/Server/PortableServer/PortableServer.csproj index 0b6723989ee..8986b23dbb5 100644 --- a/src/Compilers/Server/PortableServer/PortableServer.csproj +++ b/src/Compilers/Server/PortableServer/PortableServer.csproj @@ -1,9 +1,7 @@  - - - + Debug x64 @@ -75,7 +73,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/Server/VBCSCompiler/VBCSCompiler.csproj b/src/Compilers/Server/VBCSCompiler/VBCSCompiler.csproj index ed9d301baa6..2fbdd592876 100644 --- a/src/Compilers/Server/VBCSCompiler/VBCSCompiler.csproj +++ b/src/Compilers/Server/VBCSCompiler/VBCSCompiler.csproj @@ -1,10 +1,8 @@  - - - - + + Debug AnyCPU @@ -80,7 +78,5 @@ - - - + diff --git a/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj b/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj index aee920808b6..2cfb2e7619b 100644 --- a/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj +++ b/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -113,8 +111,6 @@ - - - - + + diff --git a/src/Compilers/Test/Resources/Core/CompilerTestResources.csproj b/src/Compilers/Test/Resources/Core/CompilerTestResources.csproj index eae4150d24a..3d24d8af534 100644 --- a/src/Compilers/Test/Resources/Core/CompilerTestResources.csproj +++ b/src/Compilers/Test/Resources/Core/CompilerTestResources.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -430,7 +428,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/Test/Utilities/CSharp.Desktop/CSharpCompilerTestUtilities.Desktop.csproj b/src/Compilers/Test/Utilities/CSharp.Desktop/CSharpCompilerTestUtilities.Desktop.csproj index b8571164dc7..1fbab288883 100644 --- a/src/Compilers/Test/Utilities/CSharp.Desktop/CSharpCompilerTestUtilities.Desktop.csproj +++ b/src/Compilers/Test/Utilities/CSharp.Desktop/CSharpCompilerTestUtilities.Desktop.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -119,8 +117,6 @@ - - - - + + diff --git a/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj b/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj index bcef057aa37..95a2cec08fc 100644 --- a/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj +++ b/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj @@ -1,8 +1,6 @@  - - - + 14.0 Debug @@ -79,13 +77,11 @@ - - - - + + - \ No newline at end of file + diff --git a/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj b/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj index 4b338316e96..e393dcc0f5d 100644 --- a/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj +++ b/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -115,8 +113,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj b/src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj index be5d0650456..4008be7161b 100644 --- a/src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj +++ b/src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -1014,7 +1012,5 @@ - - - - \ 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 42e89b9ff5f..de69377a4c5 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj +++ b/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -132,8 +130,6 @@ - - - - + + diff --git a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj index 208f94443ab..54f3b093170 100644 --- a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -260,8 +258,6 @@ - - - - + + diff --git a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj index 832a1848937..4410fcdc3e3 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -228,8 +226,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj index f6e13428705..923b46ea3f2 100644 --- a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -173,8 +171,6 @@ - - - - + + diff --git a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj index ad1428f4bcd..90eeb5c4eca 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -158,8 +156,6 @@ - - - - + + diff --git a/src/Compilers/VisualBasic/VbcCore/VbcCore.csproj b/src/Compilers/VisualBasic/VbcCore/VbcCore.csproj index f5c7bb0c113..ca028666cd1 100644 --- a/src/Compilers/VisualBasic/VbcCore/VbcCore.csproj +++ b/src/Compilers/VisualBasic/VbcCore/VbcCore.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -72,7 +70,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Compilers/VisualBasic/vbc/vbc.csproj b/src/Compilers/VisualBasic/vbc/vbc.csproj index 1c6224da062..092f28916cc 100644 --- a/src/Compilers/VisualBasic/vbc/vbc.csproj +++ b/src/Compilers/VisualBasic/vbc/vbc.csproj @@ -1,10 +1,8 @@  - - - - + + Debug AnyCPU @@ -64,7 +62,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Dependencies/Microsoft.NetFX20/Microsoft.NetFX20.nuget.proj b/src/Dependencies/Microsoft.NetFX20/Microsoft.NetFX20.nuget.proj index 6373ee69627..ddcd22b29b2 100644 --- a/src/Dependencies/Microsoft.NetFX20/Microsoft.NetFX20.nuget.proj +++ b/src/Dependencies/Microsoft.NetFX20/Microsoft.NetFX20.nuget.proj @@ -1,9 +1,7 @@ - - - - + + diff --git a/src/Deployment/Roslyn.csproj b/src/Deployment/Roslyn.csproj index acd94ab3388..4464174ab6e 100644 --- a/src/Deployment/Roslyn.csproj +++ b/src/Deployment/Roslyn.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -75,7 +73,5 @@ VSIXContainerProjectOutputGroup%3b - - - - \ No newline at end of file + + diff --git a/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj b/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj index 3910a265725..34fe7c226b8 100644 --- a/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj +++ b/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -225,7 +223,5 @@ - - - - \ No newline at end of file + + diff --git a/src/EditorFeatures/CSharpTest/CSharpEditorServicesTest.csproj b/src/EditorFeatures/CSharpTest/CSharpEditorServicesTest.csproj index ffea0352917..618c0bec2fe 100644 --- a/src/EditorFeatures/CSharpTest/CSharpEditorServicesTest.csproj +++ b/src/EditorFeatures/CSharpTest/CSharpEditorServicesTest.csproj @@ -1,8 +1,6 @@  - - - + v4.6 @@ -525,8 +523,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/EditorFeatures/CSharpTest2/CSharpEditorServicesTest2.csproj b/src/EditorFeatures/CSharpTest2/CSharpEditorServicesTest2.csproj index bcdea29fba1..a8ed0f856fc 100644 --- a/src/EditorFeatures/CSharpTest2/CSharpEditorServicesTest2.csproj +++ b/src/EditorFeatures/CSharpTest2/CSharpEditorServicesTest2.csproj @@ -1,8 +1,6 @@  - - - + v4.6 @@ -256,8 +254,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/EditorFeatures/Core/EditorFeatures.csproj b/src/EditorFeatures/Core/EditorFeatures.csproj index c81e51c95e0..4cd816793cd 100644 --- a/src/EditorFeatures/Core/EditorFeatures.csproj +++ b/src/EditorFeatures/Core/EditorFeatures.csproj @@ -4,9 +4,7 @@ CSharp true - - - + Debug AnyCPU @@ -803,7 +801,5 @@ - - - - \ No newline at end of file + + diff --git a/src/EditorFeatures/Next/EditorFeatures.Next.csproj b/src/EditorFeatures/Next/EditorFeatures.Next.csproj index d9d6647f609..d8408364384 100644 --- a/src/EditorFeatures/Next/EditorFeatures.Next.csproj +++ b/src/EditorFeatures/Next/EditorFeatures.Next.csproj @@ -3,9 +3,7 @@ CSharp - - - + Debug AnyCPU @@ -73,7 +71,5 @@ - - - - \ No newline at end of file + + diff --git a/src/EditorFeatures/Test/EditorServicesTest.csproj b/src/EditorFeatures/Test/EditorServicesTest.csproj index bb50d56a69d..b2c28088d56 100644 --- a/src/EditorFeatures/Test/EditorServicesTest.csproj +++ b/src/EditorFeatures/Test/EditorServicesTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -339,8 +337,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/EditorFeatures/Test2/EditorServicesTest2.vbproj b/src/EditorFeatures/Test2/EditorServicesTest2.vbproj index bce20e2831e..91d395269c6 100644 --- a/src/EditorFeatures/Test2/EditorServicesTest2.vbproj +++ b/src/EditorFeatures/Test2/EditorServicesTest2.vbproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -295,8 +293,6 @@ - - - - + + diff --git a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj index db4b172e068..7c1a02f49c7 100644 --- a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj +++ b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -99,8 +97,6 @@ - - - - + + diff --git a/src/EditorFeatures/Text/TextEditorFeatures.csproj b/src/EditorFeatures/Text/TextEditorFeatures.csproj index 31c8ef34b86..5b3075b5835 100644 --- a/src/EditorFeatures/Text/TextEditorFeatures.csproj +++ b/src/EditorFeatures/Text/TextEditorFeatures.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -86,7 +84,5 @@ - - - - \ No newline at end of file + + diff --git a/src/EditorFeatures/VisualBasic/BasicEditorFeatures.vbproj b/src/EditorFeatures/VisualBasic/BasicEditorFeatures.vbproj index a994ba60b1d..009d52c3d38 100644 --- a/src/EditorFeatures/VisualBasic/BasicEditorFeatures.vbproj +++ b/src/EditorFeatures/VisualBasic/BasicEditorFeatures.vbproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -260,7 +258,5 @@ - - - - \ No newline at end of file + + diff --git a/src/EditorFeatures/VisualBasicTest/BasicEditorServicesTest.vbproj b/src/EditorFeatures/VisualBasicTest/BasicEditorServicesTest.vbproj index 1e180a5bfc4..ddfe42b35f6 100644 --- a/src/EditorFeatures/VisualBasicTest/BasicEditorServicesTest.vbproj +++ b/src/EditorFeatures/VisualBasicTest/BasicEditorServicesTest.vbproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -614,8 +612,6 @@ PreserveNewest - - - - - \ No newline at end of file + + + diff --git a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.csproj b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.csproj index 732ebb1e853..a7c252bfa3d 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.csproj +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -93,8 +91,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/CSharpResultProvider.NetFX20.csproj b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/CSharpResultProvider.NetFX20.csproj index 08e983eafa4..d9d4207520c 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/CSharpResultProvider.NetFX20.csproj +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/CSharpResultProvider.NetFX20.csproj @@ -3,9 +3,7 @@ true - - - + $(OutDir)NetFX20\ Debug @@ -50,8 +48,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Portable/CSharpResultProvider.Portable.csproj b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Portable/CSharpResultProvider.Portable.csproj index 719dc026e69..8aede7f8608 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Portable/CSharpResultProvider.Portable.csproj +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Portable/CSharpResultProvider.Portable.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -50,8 +48,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj index d2bff57377c..d03a5f09bb7 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -106,8 +104,6 @@ PreserveNewest - - - - + + diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj index dc61fcadf83..99e62fe97c5 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -97,8 +95,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/Core/Source/Concord/Concord.csproj b/src/ExpressionEvaluator/Core/Source/Concord/Concord.csproj index 3cb4142def5..904198e40da 100644 --- a/src/ExpressionEvaluator/Core/Source/Concord/Concord.csproj +++ b/src/ExpressionEvaluator/Core/Source/Concord/Concord.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -35,7 +33,5 @@ - - - - \ No newline at end of file + + diff --git a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompiler.csproj b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompiler.csproj index a9864dcaf8a..af873e90b58 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompiler.csproj +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompiler.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -96,7 +94,5 @@ - - - - \ No newline at end of file + + diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj b/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj index b1f09c2464f..edd3ebabd61 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj @@ -3,9 +3,7 @@ true - - - + $(OutDir)NetFX20\ Debug @@ -100,7 +98,5 @@ - - - + diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/ResultProvider.Portable.csproj b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/ResultProvider.Portable.csproj index b303a617b6b..d3031cde08d 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/ResultProvider.Portable.csproj +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/ResultProvider.Portable.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -99,7 +97,5 @@ - - - + diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj index 3125bc4c220..7954ec6e338 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -87,8 +85,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj index 4145ad5d136..10b5c5ee5e1 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -167,8 +165,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/Package/ExpressionEvaluatorPackage.csproj b/src/ExpressionEvaluator/Package/ExpressionEvaluatorPackage.csproj index c6957d41e4f..b0ee4b45253 100644 --- a/src/ExpressionEvaluator/Package/ExpressionEvaluatorPackage.csproj +++ b/src/ExpressionEvaluator/Package/ExpressionEvaluatorPackage.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -109,7 +107,5 @@ - - - - \ No newline at end of file + + diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vbproj b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vbproj index 452ea65992b..8e98f38afa9 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vbproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -120,8 +118,6 @@ Designer - - - - + + diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/BasicResultProvider.NetFX20.vbproj b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/BasicResultProvider.NetFX20.vbproj index c98304af179..7bbe923ff93 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/BasicResultProvider.NetFX20.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/BasicResultProvider.NetFX20.vbproj @@ -3,9 +3,7 @@ true - - - + $(OutDir)NetFX20\ Debug @@ -69,8 +67,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Portable/BasicResultProvider.Portable.vbproj b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Portable/BasicResultProvider.Portable.vbproj index db954e7e557..61c397a72a8 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Portable/BasicResultProvider.Portable.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Portable/BasicResultProvider.Portable.vbproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -64,8 +62,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj index 7d905c22d28..2ab22021e21 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -105,8 +103,6 @@ - - - - + + diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj index 158ad0b12e6..af3dcff7821 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -85,8 +83,6 @@ - - - - + + diff --git a/src/Features/CSharp/Portable/CSharpFeatures.csproj b/src/Features/CSharp/Portable/CSharpFeatures.csproj index 51965f71eac..550d62607d9 100644 --- a/src/Features/CSharp/Portable/CSharpFeatures.csproj +++ b/src/Features/CSharp/Portable/CSharpFeatures.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -391,7 +389,5 @@ - - - + diff --git a/src/Features/Core/Portable/Features.csproj b/src/Features/Core/Portable/Features.csproj index ad332ccfa28..7abd2fd23c4 100644 --- a/src/Features/Core/Portable/Features.csproj +++ b/src/Features/Core/Portable/Features.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -651,7 +649,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Features/VisualBasic/Portable/BasicFeatures.vbproj b/src/Features/VisualBasic/Portable/BasicFeatures.vbproj index 335fbe5c9c5..9d64fa0d8d9 100644 --- a/src/Features/VisualBasic/Portable/BasicFeatures.vbproj +++ b/src/Features/VisualBasic/Portable/BasicFeatures.vbproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -420,7 +418,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Interactive/CsiCore/CsiCore.csproj b/src/Interactive/CsiCore/CsiCore.csproj index 6dad1187821..a25b1855b9a 100644 --- a/src/Interactive/CsiCore/CsiCore.csproj +++ b/src/Interactive/CsiCore/CsiCore.csproj @@ -1,8 +1,6 @@  - - - + Debug x86 @@ -56,7 +54,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj b/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj index 9fcd5bdb2ed..b82b048ad78 100644 --- a/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj +++ b/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -119,7 +117,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj b/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj index 6b05c1b606f..2d775e0bee3 100644 --- a/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj +++ b/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -139,7 +137,5 @@ InteractiveEditorFeaturesResources.Designer.cs - - - - \ No newline at end of file + + diff --git a/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj b/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj index 8cb216ba762..0b35728f5b2 100644 --- a/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj +++ b/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -133,7 +131,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Interactive/Features/InteractiveFeatures.csproj b/src/Interactive/Features/InteractiveFeatures.csproj index 9127d70581a..94b0e26d67d 100644 --- a/src/Interactive/Features/InteractiveFeatures.csproj +++ b/src/Interactive/Features/InteractiveFeatures.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -92,7 +90,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Interactive/Host/InteractiveHost.csproj b/src/Interactive/Host/InteractiveHost.csproj index 36d0e887d17..d7f1f35d2ca 100644 --- a/src/Interactive/Host/InteractiveHost.csproj +++ b/src/Interactive/Host/InteractiveHost.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -44,7 +42,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Interactive/HostTest/InteractiveHostTest.csproj b/src/Interactive/HostTest/InteractiveHostTest.csproj index 9cdf220368d..7faf20a6411 100644 --- a/src/Interactive/HostTest/InteractiveHostTest.csproj +++ b/src/Interactive/HostTest/InteractiveHostTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -112,8 +110,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Interactive/VbiCore/VbiCore.vbproj b/src/Interactive/VbiCore/VbiCore.vbproj index c8d7a3a565b..b18d1a37113 100644 --- a/src/Interactive/VbiCore/VbiCore.vbproj +++ b/src/Interactive/VbiCore/VbiCore.vbproj @@ -1,8 +1,6 @@  - - - + Debug x86 @@ -58,7 +56,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Interactive/csi/csi.csproj b/src/Interactive/csi/csi.csproj index db142170683..ab1566913be 100644 --- a/src/Interactive/csi/csi.csproj +++ b/src/Interactive/csi/csi.csproj @@ -1,8 +1,6 @@  - - - + Debug x86 @@ -52,7 +50,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Interactive/vbi/vbi.vbproj b/src/Interactive/vbi/vbi.vbproj index 922470a335f..a3ff75bde3b 100644 --- a/src/Interactive/vbi/vbi.vbproj +++ b/src/Interactive/vbi/vbi.vbproj @@ -1,8 +1,6 @@  - - - + Debug x86 @@ -54,7 +52,5 @@ - - - - \ No newline at end of file + + diff --git a/src/InteractiveWindow/Editor/InteractiveWindow.csproj b/src/InteractiveWindow/Editor/InteractiveWindow.csproj index 2481b46cad1..b55c0ec5ecd 100644 --- a/src/InteractiveWindow/Editor/InteractiveWindow.csproj +++ b/src/InteractiveWindow/Editor/InteractiveWindow.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -130,7 +128,5 @@ VisualStudioText - - - - \ No newline at end of file + + diff --git a/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj b/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj index f9948726841..48b4b9f9466 100644 --- a/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj +++ b/src/InteractiveWindow/EditorTest/InteractiveWindowTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -71,8 +69,6 @@ - - - - + + diff --git a/src/InteractiveWindow/VisualStudio/VisualStudioInteractiveWindow.csproj b/src/InteractiveWindow/VisualStudio/VisualStudioInteractiveWindow.csproj index 4d782e2391a..9b4a4c10310 100644 --- a/src/InteractiveWindow/VisualStudio/VisualStudioInteractiveWindow.csproj +++ b/src/InteractiveWindow/VisualStudio/VisualStudioInteractiveWindow.csproj @@ -3,9 +3,7 @@ CSharp - - - + Debug AnyCPU @@ -114,7 +112,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj b/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj index 637fbbb3022..221c8b10281 100644 --- a/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj +++ b/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj @@ -1,8 +1,6 @@  - - - + True false @@ -66,8 +64,6 @@ - - - - + + diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/CSharpAnalyzers.Test.csproj b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/CSharpAnalyzers.Test.csproj index 66379ee87f0..1702aeb1458 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/CSharpAnalyzers.Test.csproj +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/CSharpAnalyzers.Test.csproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -87,7 +85,5 @@ - - - + diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Vsix/CSharpAnalyzers.Vsix.csproj b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Vsix/CSharpAnalyzers.Vsix.csproj index 648bbd54c61..c42a59a2e4f 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Vsix/CSharpAnalyzers.Vsix.csproj +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Vsix/CSharpAnalyzers.Vsix.csproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -58,7 +56,5 @@ CSharpAnalyzers - - - - \ No newline at end of file + + diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj index 9a806eb7e15..bb671475484 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -104,7 +102,5 @@ - - - + diff --git a/src/Samples/CSharp/ConsoleClassifier/ConsoleClassifierCS.csproj b/src/Samples/CSharp/ConsoleClassifier/ConsoleClassifierCS.csproj index e2f44fa9b3a..43bad2c3bb6 100644 --- a/src/Samples/CSharp/ConsoleClassifier/ConsoleClassifierCS.csproj +++ b/src/Samples/CSharp/ConsoleClassifier/ConsoleClassifierCS.csproj @@ -3,9 +3,7 @@ false - - - + True true @@ -64,7 +62,5 @@ - - - + diff --git a/src/Samples/CSharp/ConvertToAutoProperty/ConvertToAutoPropertyCS.csproj b/src/Samples/CSharp/ConvertToAutoProperty/ConvertToAutoPropertyCS.csproj index d57914243cb..50e94c11bb1 100644 --- a/src/Samples/CSharp/ConvertToAutoProperty/ConvertToAutoPropertyCS.csproj +++ b/src/Samples/CSharp/ConvertToAutoProperty/ConvertToAutoPropertyCS.csproj @@ -1,8 +1,6 @@  - - - + True @@ -86,7 +84,5 @@ Designer - - - + diff --git a/src/Samples/CSharp/ConvertToConditional/Impl/ConvertToConditionalCS.csproj b/src/Samples/CSharp/ConvertToConditional/Impl/ConvertToConditionalCS.csproj index cda9e716b13..96d4047a64b 100644 --- a/src/Samples/CSharp/ConvertToConditional/Impl/ConvertToConditionalCS.csproj +++ b/src/Samples/CSharp/ConvertToConditional/Impl/ConvertToConditionalCS.csproj @@ -1,8 +1,6 @@  - - - + True @@ -93,7 +91,5 @@ - - - + diff --git a/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj b/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj index 05c55b9d125..25f8f242580 100644 --- a/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj +++ b/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj @@ -1,8 +1,6 @@  - - - + True true @@ -70,8 +68,6 @@ - - - - + + diff --git a/src/Samples/CSharp/CopyPasteWithUsing/CopyPasteWithUsing.csproj b/src/Samples/CSharp/CopyPasteWithUsing/CopyPasteWithUsing.csproj index b21f72c2b0d..b872076d5ea 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/CopyPasteWithUsing.csproj +++ b/src/Samples/CSharp/CopyPasteWithUsing/CopyPasteWithUsing.csproj @@ -1,8 +1,6 @@  - - - + True @@ -97,7 +95,5 @@ - - - + diff --git a/src/Samples/CSharp/FormatSolution/FormatSolutionCS.csproj b/src/Samples/CSharp/FormatSolution/FormatSolutionCS.csproj index cc871d13245..babaee3d41a 100644 --- a/src/Samples/CSharp/FormatSolution/FormatSolutionCS.csproj +++ b/src/Samples/CSharp/FormatSolution/FormatSolutionCS.csproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -91,7 +89,5 @@ --> - - - + diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedCS.csproj b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedCS.csproj index 95db2577348..fb13d0c6781 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedCS.csproj +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedCS.csproj @@ -1,8 +1,6 @@  - - - + True @@ -112,7 +110,5 @@ - - - + diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj index 51ce71a5c33..815d43015a2 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj @@ -1,8 +1,6 @@  - - - + True @@ -65,8 +63,6 @@ - - - - + + diff --git a/src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj b/src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj index f8ba10e1cec..fa65bda279f 100644 --- a/src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj +++ b/src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj @@ -3,9 +3,7 @@ false - - - + True @@ -86,7 +84,5 @@ Designer - - - + diff --git a/src/Samples/CSharp/RefOutModifier/AddOrRemoveRefOutModifier.csproj b/src/Samples/CSharp/RefOutModifier/AddOrRemoveRefOutModifier.csproj index ce7a51f9a3d..3cd27fa83ae 100644 --- a/src/Samples/CSharp/RefOutModifier/AddOrRemoveRefOutModifier.csproj +++ b/src/Samples/CSharp/RefOutModifier/AddOrRemoveRefOutModifier.csproj @@ -1,8 +1,6 @@  - - - + True @@ -102,7 +100,5 @@ Resources.Designer.cs - - - + diff --git a/src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj b/src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj index 8902f654fa5..9a4cb5b2a2a 100644 --- a/src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj +++ b/src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -63,7 +61,5 @@ - - - + diff --git a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj index 4900cf1fa29..5b077446a12 100644 --- a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj +++ b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj @@ -1,8 +1,6 @@  - - - + True true @@ -66,7 +64,5 @@ - - - + diff --git a/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj b/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj index f78a665de8b..692a8ec8250 100644 --- a/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj +++ b/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj @@ -1,8 +1,6 @@  - - - + True v4.6 @@ -82,8 +80,6 @@ - - - - + + diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/BasicAnalyzers.Test.vbproj b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/BasicAnalyzers.Test.vbproj index 58b98b57daf..3be0ad30bbd 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/BasicAnalyzers.Test.vbproj +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/BasicAnalyzers.Test.vbproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -115,7 +113,5 @@ Microsoft.CodeAnalysis.VisualBasic.Workspaces - - - + diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/BasicAnalyzers.Vsix.vbproj b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/BasicAnalyzers.Vsix.vbproj index c0c52d95788..21c2073c794 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/BasicAnalyzers.Vsix.vbproj +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/BasicAnalyzers.Vsix.vbproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -77,7 +75,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj index 76711e296e7..8e5544da604 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj @@ -1,8 +1,6 @@  - - - + True 11.0 @@ -145,7 +143,5 @@ - - - + diff --git a/src/Samples/VisualBasic/ConsoleClassifier/ConsoleClassifierVB.vbproj b/src/Samples/VisualBasic/ConsoleClassifier/ConsoleClassifierVB.vbproj index a2a95ef7231..16ad190d128 100644 --- a/src/Samples/VisualBasic/ConsoleClassifier/ConsoleClassifierVB.vbproj +++ b/src/Samples/VisualBasic/ConsoleClassifier/ConsoleClassifierVB.vbproj @@ -3,9 +3,7 @@ false - - - + True Debug @@ -112,7 +110,5 @@ --> - - - + diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/ConvertToAutoPropertyVB.vbproj b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/ConvertToAutoPropertyVB.vbproj index 9aa2a194710..14bfbf8dee4 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/ConvertToAutoPropertyVB.vbproj +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/ConvertToAutoPropertyVB.vbproj @@ -1,8 +1,6 @@  - - - + True @@ -100,7 +98,5 @@ - - - + diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj index a475a6955da..803bb7a028a 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -73,8 +71,6 @@ - - - - + + diff --git a/src/Samples/VisualBasic/FormatSolution/FormatSolutionVB.vbproj b/src/Samples/VisualBasic/FormatSolution/FormatSolutionVB.vbproj index f1790120607..9ed4e38bbfb 100644 --- a/src/Samples/VisualBasic/FormatSolution/FormatSolutionVB.vbproj +++ b/src/Samples/VisualBasic/FormatSolution/FormatSolutionVB.vbproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -118,7 +116,5 @@ --> - - - + diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedVB.vbproj b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedVB.vbproj index 646c8ddc53f..5e87b57545f 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedVB.vbproj +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedVB.vbproj @@ -1,8 +1,6 @@  - - - + True @@ -115,7 +113,5 @@ - - - + diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj index 7e07ff9bd5f..da68a4e5762 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj @@ -1,8 +1,6 @@  - - - + True true @@ -63,8 +61,6 @@ - - - - + + diff --git a/src/Samples/VisualBasic/MakeConst/Impl/MakeConstVB.vbproj b/src/Samples/VisualBasic/MakeConst/Impl/MakeConstVB.vbproj index c86a8bf2945..9db5d0f78e9 100644 --- a/src/Samples/VisualBasic/MakeConst/Impl/MakeConstVB.vbproj +++ b/src/Samples/VisualBasic/MakeConst/Impl/MakeConstVB.vbproj @@ -3,9 +3,7 @@ false - - - + True @@ -122,7 +120,5 @@ - - - + diff --git a/src/Samples/VisualBasic/RemoveByVal/Impl/RemoveByValVB.vbproj b/src/Samples/VisualBasic/RemoveByVal/Impl/RemoveByValVB.vbproj index c615f3168f6..6b16391ff05 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Impl/RemoveByValVB.vbproj +++ b/src/Samples/VisualBasic/RemoveByVal/Impl/RemoveByValVB.vbproj @@ -1,8 +1,6 @@  - - - + True true @@ -123,7 +121,5 @@ - - - + diff --git a/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj b/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj index 8d87b6cf7f1..aeb7a470b8f 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -81,8 +79,6 @@ - - - - + + diff --git a/src/Samples/VisualBasic/TreeTransforms/TreeTransformsVB.vbproj b/src/Samples/VisualBasic/TreeTransforms/TreeTransformsVB.vbproj index 9a5307a336f..1ac7d63682c 100644 --- a/src/Samples/VisualBasic/TreeTransforms/TreeTransformsVB.vbproj +++ b/src/Samples/VisualBasic/TreeTransforms/TreeTransformsVB.vbproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -95,7 +93,5 @@ - - - + diff --git a/src/Scripting/CSharp/CSharpScripting.csproj b/src/Scripting/CSharp/CSharpScripting.csproj index 46b5a540312..71f05ab74a0 100644 --- a/src/Scripting/CSharp/CSharpScripting.csproj +++ b/src/Scripting/CSharp/CSharpScripting.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -86,7 +84,5 @@ Designer - - - - \ No newline at end of file + + diff --git a/src/Scripting/CSharpTest.Desktop/CSharpScriptingTest.Desktop.csproj b/src/Scripting/CSharpTest.Desktop/CSharpScriptingTest.Desktop.csproj index 98c14431cf8..46381f7ca6a 100644 --- a/src/Scripting/CSharpTest.Desktop/CSharpScriptingTest.Desktop.csproj +++ b/src/Scripting/CSharpTest.Desktop/CSharpScriptingTest.Desktop.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -81,8 +79,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj index 82cf7530b79..85764eadc9a 100644 --- a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj +++ b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -77,8 +75,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Scripting/Core/Scripting.csproj b/src/Scripting/Core/Scripting.csproj index 8ff564e689f..94939c75dd7 100644 --- a/src/Scripting/Core/Scripting.csproj +++ b/src/Scripting/Core/Scripting.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -157,7 +155,5 @@ - - - + diff --git a/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj b/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj index 3efdf9fb6ee..60d856c552e 100644 --- a/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj +++ b/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -67,8 +65,6 @@ - - - - + + diff --git a/src/Scripting/CoreTest/ScriptingTest.csproj b/src/Scripting/CoreTest/ScriptingTest.csproj index 2a621be3344..3c17aea358b 100644 --- a/src/Scripting/CoreTest/ScriptingTest.csproj +++ b/src/Scripting/CoreTest/ScriptingTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -87,8 +85,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Scripting/VisualBasic/BasicScripting.vbproj b/src/Scripting/VisualBasic/BasicScripting.vbproj index 6653ffc83f9..486ce3a5879 100644 --- a/src/Scripting/VisualBasic/BasicScripting.vbproj +++ b/src/Scripting/VisualBasic/BasicScripting.vbproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -83,7 +81,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj b/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj index 238ee69b4e2..01e026dec7b 100644 --- a/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj +++ b/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -74,8 +72,6 @@ - - - - + + diff --git a/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj b/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj index 522b11265e8..744b9b6dff1 100644 --- a/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj +++ b/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -68,8 +66,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/Setup/BuildTasks/BuildTasks.vbproj b/src/Setup/BuildTasks/BuildTasks.vbproj index 8b00a384bcd..7f1ca8ea94e 100644 --- a/src/Setup/BuildTasks/BuildTasks.vbproj +++ b/src/Setup/BuildTasks/BuildTasks.vbproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -58,7 +56,5 @@ - - - + diff --git a/src/Setup/Deployment/Current/Roslyn.Deployment.Full.csproj b/src/Setup/Deployment/Current/Roslyn.Deployment.Full.csproj index 2233c3395ce..446a3f11a36 100644 --- a/src/Setup/Deployment/Current/Roslyn.Deployment.Full.csproj +++ b/src/Setup/Deployment/Current/Roslyn.Deployment.Full.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -91,7 +89,5 @@ false - - - + diff --git a/src/Setup/Deployment/Next/Roslyn.Deployment.Full.Next.csproj b/src/Setup/Deployment/Next/Roslyn.Deployment.Full.Next.csproj index 7c16b886268..199cd6da8ed 100644 --- a/src/Setup/Deployment/Next/Roslyn.Deployment.Full.Next.csproj +++ b/src/Setup/Deployment/Next/Roslyn.Deployment.Full.Next.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -98,7 +96,5 @@ false - - - + diff --git a/src/Setup/DevDivInsertionFiles/DevDivInsertionFiles.vbproj b/src/Setup/DevDivInsertionFiles/DevDivInsertionFiles.vbproj index e61a12fb1ac..0a9c39108f1 100644 --- a/src/Setup/DevDivInsertionFiles/DevDivInsertionFiles.vbproj +++ b/src/Setup/DevDivInsertionFiles/DevDivInsertionFiles.vbproj @@ -1,8 +1,6 @@  - - - + {5FE910A9-E7C9-40E1-AAF1-6C6C7DD61B67} Exe @@ -52,7 +50,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Setup/DevDivPackages/Dependencies.proj b/src/Setup/DevDivPackages/Dependencies.proj index 69686003366..c1c00de85d2 100644 --- a/src/Setup/DevDivPackages/Dependencies.proj +++ b/src/Setup/DevDivPackages/Dependencies.proj @@ -1,8 +1,6 @@ - - - + $(OutDir)DevDivPackages diff --git a/src/Setup/DevDivPackages/Roslyn.proj b/src/Setup/DevDivPackages/Roslyn.proj index bc4f62a80a0..7ebf7270d80 100644 --- a/src/Setup/DevDivPackages/Roslyn.proj +++ b/src/Setup/DevDivPackages/Roslyn.proj @@ -1,8 +1,6 @@ - - - + $(OutDir)DevDivInsertionFiles $(OutDir)DevDivPackages\Roslyn diff --git a/src/Setup/Templates/Templates.csproj b/src/Setup/Templates/Templates.csproj index 17d9b6c6393..3e87a3534a2 100644 --- a/src/Setup/Templates/Templates.csproj +++ b/src/Setup/Templates/Templates.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -348,7 +346,5 @@ $(GetVsixSourceItemsDependsOn);GetVsixTemplateItems - - - + diff --git a/src/Setup/Vsix/Vsix.proj b/src/Setup/Vsix/Vsix.proj index 3753a94eb0a..0f2ef429844 100644 --- a/src/Setup/Vsix/Vsix.proj +++ b/src/Setup/Vsix/Vsix.proj @@ -1,8 +1,6 @@ - - - + diff --git a/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj b/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj index fdfef10db71..4a82b621a71 100644 --- a/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj +++ b/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj @@ -1,9 +1,7 @@  - - - + Debug x64 @@ -46,7 +44,5 @@ CommonNetCoreReferences - - - - \ No newline at end of file + + diff --git a/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj b/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj index 76de52f06e6..3064b5846b4 100644 --- a/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj +++ b/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -42,7 +40,5 @@ TestUtilities - - - - \ No newline at end of file + + diff --git a/src/Test/Diagnostics/Diagnostics.csproj b/src/Test/Diagnostics/Diagnostics.csproj index ecf1e2cab52..e5faba7c514 100644 --- a/src/Test/Diagnostics/Diagnostics.csproj +++ b/src/Test/Diagnostics/Diagnostics.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -103,7 +101,5 @@ - - - + diff --git a/src/Test/PdbUtilities/PdbUtilities.csproj b/src/Test/PdbUtilities/PdbUtilities.csproj index bf45e1ca10d..3d5a6090a73 100644 --- a/src/Test/PdbUtilities/PdbUtilities.csproj +++ b/src/Test/PdbUtilities/PdbUtilities.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -87,7 +85,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Test/Perf/Runner/Perf.Runner.csproj b/src/Test/Perf/Runner/Perf.Runner.csproj index 50cb1d25cec..192376b2ffa 100644 --- a/src/Test/Perf/Runner/Perf.Runner.csproj +++ b/src/Test/Perf/Runner/Perf.Runner.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -81,7 +79,5 @@ - - - + diff --git a/src/Test/Perf/Utilities/Perf.Utilities.csproj b/src/Test/Perf/Utilities/Perf.Utilities.csproj index 7a10536e467..70bf90c5ae2 100644 --- a/src/Test/Perf/Utilities/Perf.Utilities.csproj +++ b/src/Test/Perf/Utilities/Perf.Utilities.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -56,7 +54,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Test/Perf/tests/Perf.Tests.csproj b/src/Test/Perf/tests/Perf.Tests.csproj index 59af59c422f..2ef0feb0b0e 100644 --- a/src/Test/Perf/tests/Perf.Tests.csproj +++ b/src/Test/Perf/tests/Perf.Tests.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -53,7 +51,5 @@ PreserveNewest - - - - \ No newline at end of file + + diff --git a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj index 46fad17d22c..8835cf58a4d 100644 --- a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj +++ b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -167,8 +165,6 @@ - - - - + + diff --git a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj index a08db8336d8..497ff6f0847 100644 --- a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj +++ b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -119,8 +117,6 @@ - - - - + + diff --git a/src/Test/Utilities/Portable/TestUtilities.csproj b/src/Test/Utilities/Portable/TestUtilities.csproj index f674e5b40bb..33c34408b6b 100644 --- a/src/Test/Utilities/Portable/TestUtilities.csproj +++ b/src/Test/Utilities/Portable/TestUtilities.csproj @@ -1,10 +1,8 @@  - - - - + + Debug AnyCPU @@ -136,9 +134,7 @@ Roslyn.Test.Utilities - - - - + + diff --git a/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj b/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj index bf53a79ad41..e5ca790aa14 100644 --- a/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj +++ b/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj @@ -29,11 +29,9 @@ - - - + .NETCoreApp,Version=v1.0 - \ No newline at end of file + diff --git a/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj b/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj index 9c80f8b84c9..0b8e0d507d1 100644 --- a/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj +++ b/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj @@ -28,11 +28,9 @@ - - - + .NETCoreApp,Version=v1.0 - \ No newline at end of file + diff --git a/src/Tools/ProcessWatchdog/ProcessWatchdog.csproj b/src/Tools/ProcessWatchdog/ProcessWatchdog.csproj index 967c214285c..9888dffe0b6 100644 --- a/src/Tools/ProcessWatchdog/ProcessWatchdog.csproj +++ b/src/Tools/ProcessWatchdog/ProcessWatchdog.csproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -52,7 +50,5 @@ Resources.Designer.cs - - - - \ No newline at end of file + + diff --git a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/DeployCompilerGeneratorToolsRuntime.csproj b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/DeployCompilerGeneratorToolsRuntime.csproj index 052380781f0..4dbb946d8cd 100644 --- a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/DeployCompilerGeneratorToolsRuntime.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/DeployCompilerGeneratorToolsRuntime.csproj @@ -1,9 +1,7 @@  - - - + 14.0 Debug @@ -56,7 +54,5 @@ VisualBasicSyntaxGenerator - - - - \ No newline at end of file + + diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj index 66f34bc19c8..1d583eeb1ae 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj @@ -1,9 +1,7 @@  - - - + True Debug @@ -38,7 +36,5 @@ - - - + diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj index 6918fe0a221..4fa29a44aa3 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -35,7 +33,5 @@ - - - + diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj index 976ce5e1be8..cbcd31b248f 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -51,7 +49,5 @@ Syntax.xml - - - + diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj index cc8003774a6..6f210b0e626 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -45,7 +43,5 @@ - - - + diff --git a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj index 575f452c98c..188ff4b34fc 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -75,7 +73,5 @@ - - - + diff --git a/src/Tools/Source/DebuggerVisualizers/Roslyn.DebuggerVisualizers.csproj b/src/Tools/Source/DebuggerVisualizers/Roslyn.DebuggerVisualizers.csproj index 3c261d79160..c20d8e8b955 100644 --- a/src/Tools/Source/DebuggerVisualizers/Roslyn.DebuggerVisualizers.csproj +++ b/src/Tools/Source/DebuggerVisualizers/Roslyn.DebuggerVisualizers.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -73,7 +71,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Tools/Source/MetadataVisualizer/MetadataVisualizer.csproj b/src/Tools/Source/MetadataVisualizer/MetadataVisualizer.csproj index 7a8a28a8168..c4601842123 100644 --- a/src/Tools/Source/MetadataVisualizer/MetadataVisualizer.csproj +++ b/src/Tools/Source/MetadataVisualizer/MetadataVisualizer.csproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -42,7 +40,5 @@ PdbUtilities - - - - \ No newline at end of file + + diff --git a/src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj b/src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj index 99ab38847cf..c990ddf02b8 100644 --- a/src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj +++ b/src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -34,7 +32,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Tools/Source/RunTests/RunTests.csproj b/src/Tools/Source/RunTests/RunTests.csproj index 24d37dda638..b6b61890774 100644 --- a/src/Tools/Source/RunTests/RunTests.csproj +++ b/src/Tools/Source/RunTests/RunTests.csproj @@ -1,8 +1,6 @@  - - - + True Debug @@ -52,7 +50,5 @@ - - - - \ 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 c4312e1ddad..5f36b85c13d 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/SyntaxVisualizerControl.csproj +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerControl/SyntaxVisualizerControl.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -78,7 +76,5 @@ - - - + diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/SyntaxVisualizerDgmlHelper.vbproj b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/SyntaxVisualizerDgmlHelper.vbproj index b77d0a60157..8aa9b231141 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/SyntaxVisualizerDgmlHelper.vbproj +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerDgmlHelper/SyntaxVisualizerDgmlHelper.vbproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -63,7 +61,5 @@ Designer - - - + diff --git a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerExtension.csproj b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerExtension.csproj index 0a9f0f60352..121f994a27a 100644 --- a/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerExtension.csproj +++ b/src/Tools/Source/SyntaxVisualizer/SyntaxVisualizerExtension/SyntaxVisualizerExtension.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -219,7 +217,5 @@ Designer - - - + diff --git a/src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj b/src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj index 0f403c84922..6cd95d0a248 100644 --- a/src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj +++ b/src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj @@ -5,9 +5,7 @@ even in WPF's build of a temporary project, where it won't be able to determine it based on the file extension. --> CSharp - - - + {1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} @@ -270,4 +268,4 @@ - \ No newline at end of file + diff --git a/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj b/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj index ce934a3657d..4644d3ba718 100644 --- a/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj +++ b/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj @@ -3,9 +3,7 @@ CSharp - - - + Debug AnyCPU @@ -123,7 +121,5 @@ - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/CSharp/Test/CSharpVisualStudioTest.csproj b/src/VisualStudio/CSharp/Test/CSharpVisualStudioTest.csproj index e32357bee48..a0954517587 100644 --- a/src/VisualStudio/CSharp/Test/CSharpVisualStudioTest.csproj +++ b/src/VisualStudio/CSharp/Test/CSharpVisualStudioTest.csproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -191,8 +189,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj b/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj index db824e5c798..af91aaa4e7b 100644 --- a/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj +++ b/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj @@ -3,9 +3,7 @@ CSharp - - - + Debug AnyCPU @@ -753,7 +751,5 @@ - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/Core/Impl/ServicesVisualStudioImpl.csproj b/src/VisualStudio/Core/Impl/ServicesVisualStudioImpl.csproj index a1ade977db7..8ddd59373ca 100644 --- a/src/VisualStudio/Core/Impl/ServicesVisualStudioImpl.csproj +++ b/src/VisualStudio/Core/Impl/ServicesVisualStudioImpl.csproj @@ -5,9 +5,7 @@ even in WPF's build of a temporary project, where it won't be able to determine it based on the file extension. --> CSharp - - - + {1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} @@ -304,7 +302,5 @@ - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj index 705db0e0ed9..fb168d314d6 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj +++ b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -127,7 +125,5 @@ - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/Core/Test/ServicesVisualStudioTest.vbproj b/src/VisualStudio/Core/Test/ServicesVisualStudioTest.vbproj index e80149a214c..b2d4df1b46e 100644 --- a/src/VisualStudio/Core/Test/ServicesVisualStudioTest.vbproj +++ b/src/VisualStudio/Core/Test/ServicesVisualStudioTest.vbproj @@ -1,8 +1,6 @@  - - - + true Debug @@ -377,8 +375,6 @@ - - - - - \ No newline at end of file + + + diff --git a/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj b/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj index 91dc69205a4..ac3cdceda44 100644 --- a/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj +++ b/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -128,7 +126,5 @@ - - - + diff --git a/src/VisualStudio/Next/ServicesVisualStudio.Next.csproj b/src/VisualStudio/Next/ServicesVisualStudio.Next.csproj index 6985ad29138..e23c1b00bc5 100644 --- a/src/VisualStudio/Next/ServicesVisualStudio.Next.csproj +++ b/src/VisualStudio/Next/ServicesVisualStudio.Next.csproj @@ -3,9 +3,7 @@ CSharp - - - + Debug AnyCPU @@ -123,7 +121,5 @@ ServicesVisualStudioNextResources.Designer.cs - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj b/src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj index 997a9b61a80..ea07eee425e 100644 --- a/src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj +++ b/src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -147,7 +145,5 @@ - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/Setup/VisualStudioSetup.csproj b/src/VisualStudio/Setup/VisualStudioSetup.csproj index 0ccb6f175dc..145e7e48134 100644 --- a/src/VisualStudio/Setup/VisualStudioSetup.csproj +++ b/src/VisualStudio/Setup/VisualStudioSetup.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -174,7 +172,5 @@ - - - + diff --git a/src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj b/src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj index 817fa303b58..fca60491c7d 100644 --- a/src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj +++ b/src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj @@ -1,8 +1,6 @@  - - - + Debug x86 @@ -107,7 +105,5 @@ Designer - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/TestSetup/VisualStudioTestSetup.csproj b/src/VisualStudio/TestSetup/VisualStudioTestSetup.csproj index 8231799be74..29b22f4d8fc 100644 --- a/src/VisualStudio/TestSetup/VisualStudioTestSetup.csproj +++ b/src/VisualStudio/TestSetup/VisualStudioTestSetup.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -79,7 +77,5 @@ - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/VisualBasic/Impl/BasicVisualStudio.vbproj b/src/VisualStudio/VisualBasic/Impl/BasicVisualStudio.vbproj index ddfef39756a..e40ea7aebcf 100644 --- a/src/VisualStudio/VisualBasic/Impl/BasicVisualStudio.vbproj +++ b/src/VisualStudio/VisualBasic/Impl/BasicVisualStudio.vbproj @@ -3,9 +3,7 @@ VB - - - + Debug AnyCPU @@ -244,7 +242,5 @@ - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj b/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj index 00ba3601aff..2eae02e87e6 100644 --- a/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj +++ b/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -120,7 +118,5 @@ - - - - \ No newline at end of file + + diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindow.csproj b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindow.csproj index 96432ef3b85..73836f73b6c 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindow.csproj +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindow.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -158,7 +156,5 @@ Designer - - - + diff --git a/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj b/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj index 41107477b2f..e4a7bb54e5b 100644 --- a/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj +++ b/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj @@ -1,8 +1,6 @@  - - - + Debug AnyCPU @@ -167,7 +165,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj b/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj index 3554bfa9c8e..657650b1d01 100644 --- a/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj +++ b/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -245,7 +243,5 @@ - - - + diff --git a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj index dd83f898a9d..eb1b8deb6de 100644 --- a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj +++ b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -76,8 +74,6 @@ - - - - + + diff --git a/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj b/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj index 4c6d9096da6..7de12c59be4 100644 --- a/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj +++ b/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -149,7 +147,5 @@ WorkspaceDesktopResources.Designer.cs - - - + diff --git a/src/Workspaces/Core/Portable/Workspaces.csproj b/src/Workspaces/Core/Portable/Workspaces.csproj index 26e8ee438f2..8e18f5e8ec4 100644 --- a/src/Workspaces/Core/Portable/Workspaces.csproj +++ b/src/Workspaces/Core/Portable/Workspaces.csproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -1053,7 +1051,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Workspaces/CoreTest/ServicesTest.csproj b/src/Workspaces/CoreTest/ServicesTest.csproj index 979479d9fdb..7bb6ebd66e0 100644 --- a/src/Workspaces/CoreTest/ServicesTest.csproj +++ b/src/Workspaces/CoreTest/ServicesTest.csproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -286,8 +284,6 @@ Designer - - - - + + diff --git a/src/Workspaces/Remote/Core/RemoteWorkspaces.csproj b/src/Workspaces/Remote/Core/RemoteWorkspaces.csproj index da7618faa15..585e56ed713 100644 --- a/src/Workspaces/Remote/Core/RemoteWorkspaces.csproj +++ b/src/Workspaces/Remote/Core/RemoteWorkspaces.csproj @@ -3,9 +3,7 @@ CSharp - - - + Debug AnyCPU @@ -58,7 +56,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Workspaces/Remote/ServiceHub/ServiceHub.csproj b/src/Workspaces/Remote/ServiceHub/ServiceHub.csproj index ba188b7aa54..0f0a073c369 100644 --- a/src/Workspaces/Remote/ServiceHub/ServiceHub.csproj +++ b/src/Workspaces/Remote/ServiceHub/ServiceHub.csproj @@ -3,9 +3,7 @@ CSharp - - - + Debug AnyCPU @@ -64,7 +62,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj b/src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj index 74e30684a87..d2718f1e133 100644 --- a/src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj +++ b/src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj @@ -1,9 +1,7 @@  - - - + Debug AnyCPU @@ -273,7 +271,5 @@ - - - - \ No newline at end of file + + diff --git a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj index 774271bb092..77aab470816 100644 --- a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj +++ b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj @@ -1,9 +1,7 @@  - - - + true Debug @@ -109,8 +107,6 @@ Designer - - - - + + -- GitLab