diff --git a/src/Compilers/CSharp/CscCore/CscCore.csproj b/src/Compilers/CSharp/CscCore/CscCore.csproj index 10696dc0b52f390338a5044fb3e168d4311af938..e8d4474a5006ead96c55ffe0f08582718c7d451a 100644 --- a/src/Compilers/CSharp/CscCore/CscCore.csproj +++ b/src/Compilers/CSharp/CscCore/CscCore.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {E3CD2895-76A8-4D11-A316-EA67CB5EA42C} Exe @@ -69,4 +68,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj b/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj index 0b56b256beea926392b4f01b2cdb0bc618b7e0d7..bc3690a5fe417ab22b9c5570af4950aea2043328 100644 --- a/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj +++ b/src/Compilers/CSharp/Portable/CSharpCodeAnalysis.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {B501A547-C911-4A05-AC6E-274A50DFF30E} Library @@ -892,4 +891,4 @@ - + \ 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 23f01c26eafbe13799cede235aff47862eb9e84f..02f5e85c09e331870bea4145b9cd91a27336d1ab 100644 --- a/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj +++ b/src/Compilers/CSharp/Test/CommandLine/CSharpCommandLineTest.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {50D26304-0961-4A51-ABF6-6CAD1A56D203} Library @@ -48,10 +47,8 @@ CSharpCodeAnalysis - - - - + + @@ -88,4 +85,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj index fb6c9b16d3fa272928fcaaeda4781691c8ec7641..b306e6f016daf3ec38c2dd112e15f7d626051e99 100644 --- a/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj +++ b/src/Compilers/CSharp/Test/Emit/CSharpCompilerEmitTest.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {4462B57A-7245-4146-B504-D46FDE762948} Library @@ -195,4 +194,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj index 3f7eec4ba225ba224109993ef0d899f1bb45b801..ab2b76d07240ba8ee8a41ae856cc59d8a546c08b 100644 --- a/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj +++ b/src/Compilers/CSharp/Test/Semantic/CSharpCompilerSemanticTest.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {B2C33A93-DB30-4099-903E-77D75C4C3F45} Library @@ -48,10 +47,8 @@ CSharpCodeAnalysis - - - - + + ARM @@ -160,4 +157,4 @@ - + \ 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 cfcabaf5ab19606a91f20c7b9a1530e4734ce3b1..203dd2e1fec3d8fec8e90f642da7c6e64c35f5eb 100644 --- a/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj +++ b/src/Compilers/CSharp/Test/Symbol/CSharpCompilerSymbolTest.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {28026D16-EB0C-40B0-BDA7-11CAA2B97CCC} Library @@ -193,4 +192,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj index 385aa106c9216955cdeefe99ff8575bdc8395d84..83f4ec2890cd5d0613abdc76261fe1657a77c6bb 100644 --- a/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj +++ b/src/Compilers/CSharp/Test/Syntax/CSharpCompilerSyntaxTest.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {50D26304-0961-4A51-ABF6-6CAD1A56D202} Library @@ -148,4 +147,4 @@ - + \ 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 0cec8df92f9706788f6f7afeafa9c6b3311afd4e..b1549d9e19485d8eaf3274971818e9168099323b 100644 --- a/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj +++ b/src/Compilers/CSharp/Test/WinRT/CSharpWinRTTest.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {FCFA8808-A1B6-48CC-A1EA-0B8CA8AEDA8E} Library @@ -59,4 +58,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/CSharp/csc/csc.csproj b/src/Compilers/CSharp/csc/csc.csproj index 194951b65782a0f871609fbd676687db2a26e569..e28eb8d7efa7efb79a75f036246aabb163c7a85d 100644 --- a/src/Compilers/CSharp/csc/csc.csproj +++ b/src/Compilers/CSharp/csc/csc.csproj @@ -4,7 +4,6 @@ - Debug AnyCPU {4B45CA0C-03A0-400F-B454-3D4BCB16AF38} Exe @@ -61,4 +60,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj index f27440e924d45fddbaead0ca791eca7eb76627ea..ab84c1524baa9590a5bcb8b090d6b65c7b6f2809 100644 --- a/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj +++ b/src/Compilers/Core/CodeAnalysisTest/CodeAnalysisTest.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {A4C99B85-765C-4C65-9C2A-BB609AAB09E6} Library @@ -84,10 +83,8 @@ CodeAnalysis - - - - + + ARM @@ -188,4 +185,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Core/MSBuildTask/MSBuildTask.csproj b/src/Compilers/Core/MSBuildTask/MSBuildTask.csproj index 9b96afac1731a381cd43158f4d6ab3106008b2b5..002af671c6d6d2f3616657081a6a32464ce98bfa 100644 --- a/src/Compilers/Core/MSBuildTask/MSBuildTask.csproj +++ b/src/Compilers/Core/MSBuildTask/MSBuildTask.csproj @@ -3,7 +3,6 @@ 14.0 - Debug AnyCPU AnyCPU {7AD4FE65-9A30-41A6-8004-AA8F89BCB7F3} @@ -16,10 +15,8 @@ .NETPortable v5.0 - - - - + + PreserveNewest @@ -72,4 +69,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj index 14720135bdf75bf69c067776d0abe69a683c5e23..2c8150f3d6d2b092169ae5a707b90c6c33efdc12 100644 --- a/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj +++ b/src/Compilers/Core/MSBuildTaskTests/MSBuildTaskTests.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {1DFEA9C5-973C-4179-9B1B-0F32288E1EF2} Library @@ -40,10 +39,8 @@ CodeAnalysis - - - - + + ARM @@ -86,4 +83,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Core/Portable/CodeAnalysis.csproj b/src/Compilers/Core/Portable/CodeAnalysis.csproj index 922b6b2d78e255a1aa4cc4a13f2839ee3da3df6b..5443133257c45b183a6ab26557cf124f765a52ac 100644 --- a/src/Compilers/Core/Portable/CodeAnalysis.csproj +++ b/src/Compilers/Core/Portable/CodeAnalysis.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} Library @@ -813,4 +812,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Extension/CompilerExtension.csproj b/src/Compilers/Extension/CompilerExtension.csproj index 1d1d0f655fe397b2fa7b23cc0b1a161223efb590..1ff0d9e666ab8eadd70948764fabf8894ba187e0 100644 --- a/src/Compilers/Extension/CompilerExtension.csproj +++ b/src/Compilers/Extension/CompilerExtension.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {43026D51-3083-4850-928D-07E1883D5B1A} @@ -147,4 +146,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Server/PortableServer/PortableServer.csproj b/src/Compilers/Server/PortableServer/PortableServer.csproj index 59f6da03d29e00540c23ad6bef99db07f6bd151b..72dd6950b403b84495193fdfc1269c29d1ddb452 100644 --- a/src/Compilers/Server/PortableServer/PortableServer.csproj +++ b/src/Compilers/Server/PortableServer/PortableServer.csproj @@ -3,7 +3,6 @@ - Debug x64 {06B26DCB-7A12-48EF-AE50-708593ABD05F} Exe @@ -72,4 +71,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Server/VBCSCompiler/VBCSCompiler.csproj b/src/Compilers/Server/VBCSCompiler/VBCSCompiler.csproj index 58ed1f0f59fdfce4eab2e1628b9821f0bdeb0c63..6bc65f06e69b26c925db7d51e61b7fd28f138fe0 100644 --- a/src/Compilers/Server/VBCSCompiler/VBCSCompiler.csproj +++ b/src/Compilers/Server/VBCSCompiler/VBCSCompiler.csproj @@ -4,7 +4,6 @@ - Debug AnyCPU 8.0.30703 {9508F118-F62E-4C16-A6F4-7C3B56E166AD} diff --git a/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj b/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj index a30d39afcfc10a90d9f426b349c6cf31fffa7d5a..fd76f37961cb4829ef3ea8c6cf483673f9c430ca 100644 --- a/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj +++ b/src/Compilers/Server/VBCSCompilerTests/VBCSCompilerTests.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {F5CE416E-B906-41D2-80B9-0078E887A3F6} Library @@ -55,10 +54,8 @@ VBCSCompiler - - - - + + ARM @@ -112,4 +109,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/Test/Resources/Core/CompilerTestResources.csproj b/src/Compilers/Test/Resources/Core/CompilerTestResources.csproj index f198b03ade54643bcef19fcd1b90b4beffc2e89e..bceafc2713865fddf78c0509fb6701a31791dc3b 100644 --- a/src/Compilers/Test/Resources/Core/CompilerTestResources.csproj +++ b/src/Compilers/Test/Resources/Core/CompilerTestResources.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {7FE6B002-89D8-4298-9B1B-0B5C247DD1FD} Library @@ -428,4 +427,4 @@ - + \ 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 1fbab288883b146401cdb2e342d17f6c99c5b752..9b6497efa2c988c05a203b2af48254624171db9e 100644 --- a/src/Compilers/Test/Utilities/CSharp.Desktop/CSharpCompilerTestUtilities.Desktop.csproj +++ b/src/Compilers/Test/Utilities/CSharp.Desktop/CSharpCompilerTestUtilities.Desktop.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU Microsoft.CodeAnalysis.CSharp.Test.Utilities {7A4B2176-7BFD-4B75-A61A-E25A1FDD0A1E} @@ -41,10 +40,8 @@ PdbUtilities - - - - + + ARM @@ -119,4 +116,4 @@ - + \ 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 8f973bce85344b03affbd6e4e39b864ce5aad05f..19e08ad2315d7adc9a8c8970dc9a030955ff96a2 100644 --- a/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj +++ b/src/Compilers/Test/Utilities/CSharp/CSharpCompilerTestUtilities.csproj @@ -3,7 +3,6 @@ 14.0 - Debug AnyCPU {4371944A-D3BA-4B5B-8285-82E5FFC6D1F9} Library @@ -17,8 +16,7 @@ true true - - + @@ -83,4 +81,4 @@ - + \ 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 4e7e38161fff41b42de1c1f534653c5514d626b2..9c1474045a2c6bb5543cbaa32900ce3470fd4e4d 100644 --- a/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj +++ b/src/Compilers/Test/Utilities/VisualBasic/BasicCompilerTestUtilities.vbproj @@ -3,7 +3,6 @@ - Debug AnyCPU {4371944A-D3BA-4B5B-8285-82E5FFC6D1F8} Library @@ -114,4 +113,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj b/src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj index 0bb74dd8351d5e0334d2fe4e4181d3f4eb4073fb..17814e355846c16264877905e7f4e86b06026402 100644 --- a/src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj +++ b/src/Compilers/VisualBasic/Portable/BasicCodeAnalysis.vbproj @@ -3,7 +3,6 @@ - Debug AnyCPU {2523D0E6-DF32-4A3E-8AE0-A19BFFAE2EF6} Library @@ -991,4 +990,4 @@ - + \ 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 1c749a43abe3130c11d5720b532ef83aca908bc0..2300eb7d059e88e7bd1d0512f0b859950c1c944c 100644 --- a/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj +++ b/src/Compilers/VisualBasic/Test/CommandLine/BasicCommandLineTest.vbproj @@ -4,12 +4,10 @@ true - Debug AnyCPU {E3B32027-3362-41DF-9172-4D3B623F42A5} Library - - + Roslyn.Compilers.VisualBasic.CommandLine.UnitTests false v4.6 @@ -49,10 +47,8 @@ CompilerTestResources - - - - + + @@ -128,4 +124,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj index 5c457c04b0cfdbcef4ea418c561e9ada5b44a7f0..70cec5d9d19987adc0d19ba3b01036eee522db74 100644 --- a/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Emit/BasicCompilerEmitTest.vbproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {190CE348-596E-435A-9E5B-12A689F9FC29} Library @@ -263,4 +262,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj index 2dd4f6e2e83d9cd6978b0c3cbbce55b1f9f4ac18..b57fe81cc9666fde6f7e38222763c04a603acb70 100644 --- a/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Semantic/BasicCompilerSemanticTest.vbproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {BF180BD2-4FB7-4252-A7EC-A00E0C7A028A} Library @@ -229,4 +228,4 @@ - + \ 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 00a73a3c27401cc924a46bfe4a1b82cc76879671..06f094f4c5e2b578f45c676c08cf45d2a497bba7 100644 --- a/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Symbol/BasicCompilerSymbolTest.vbproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {BDA5D613-596D-4B61-837C-63554151C8F5} Library @@ -174,4 +173,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj index 7f04d3b9d36e39d28a2006e33e48e8ee1cf01a4d..1a5496b3e5f3354abe350ead5e42dea02e55f83d 100644 --- a/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj +++ b/src/Compilers/VisualBasic/Test/Syntax/BasicCompilerSyntaxTest.vbproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {91F6F646-4F6E-449A-9AB4-2986348F329D} Library @@ -159,4 +158,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/VbcCore/VbcCore.csproj b/src/Compilers/VisualBasic/VbcCore/VbcCore.csproj index 5ad53bfae3c30426fe944abdef201c3cd3157981..e55d5c133069dff1332df9b999cf175e98cfe89e 100644 --- a/src/Compilers/VisualBasic/VbcCore/VbcCore.csproj +++ b/src/Compilers/VisualBasic/VbcCore/VbcCore.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {8CE3A581-2969-4864-A803-013E9D977C3A} Exe @@ -69,4 +68,4 @@ - + \ No newline at end of file diff --git a/src/Compilers/VisualBasic/vbc/vbc.csproj b/src/Compilers/VisualBasic/vbc/vbc.csproj index 2fce39373e76d6c59a6035406d64a6e7ed8e2a12..a158df40048b435c06e17d7f3ba7f21964c1cb4a 100644 --- a/src/Compilers/VisualBasic/vbc/vbc.csproj +++ b/src/Compilers/VisualBasic/vbc/vbc.csproj @@ -4,7 +4,6 @@ - Debug AnyCPU {E58EE9D7-1239-4961-A0C1-F9EC3952C4C1} Exe @@ -61,4 +60,4 @@ - + \ No newline at end of file diff --git a/src/Deployment/Roslyn.csproj b/src/Deployment/Roslyn.csproj index 2c65ba1b3db9aca32c4d6bf56444889cb2cf09e9..a509c645d5558b16ce75a466d8e31accaf606d8b 100644 --- a/src/Deployment/Roslyn.csproj +++ b/src/Deployment/Roslyn.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {600AF682-E097-407B-AD85-EE3CED37E680} diff --git a/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj b/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj index 4f1ffdd666ad6c6e57ab748cde6710ca825ad0b1..cf6fcc5d48033055591ded8edba93b11aee57f25 100644 --- a/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj +++ b/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {B0CE9307-FFDB-4838-A5EC-CE1F7CDC4AC2} Library @@ -182,4 +181,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/CSharpTest/CSharpEditorServicesTest.csproj b/src/EditorFeatures/CSharpTest/CSharpEditorServicesTest.csproj index 09a8933d936f4394005f1d83b1f466681d93318b..e86ab125b8c027b84c4e96eb988f211895d8d773 100644 --- a/src/EditorFeatures/CSharpTest/CSharpEditorServicesTest.csproj +++ b/src/EditorFeatures/CSharpTest/CSharpEditorServicesTest.csproj @@ -86,7 +86,6 @@ true - Debug AnyCPU {AC2BCEFB-9298-4621-AC48-1FF5E639E48D} Library @@ -94,10 +93,8 @@ Roslyn.Services.Editor.CSharp.UnitTests UnitTest - - - - + + @@ -546,4 +543,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/CSharpTest2/CSharpEditorServicesTest2.csproj b/src/EditorFeatures/CSharpTest2/CSharpEditorServicesTest2.csproj index 27344fa0b6f0c3ba708ac1af41b1e7cecde9fb1f..d4a4a9406e08ed619dec2181edda86e69308ff49 100644 --- a/src/EditorFeatures/CSharpTest2/CSharpEditorServicesTest2.csproj +++ b/src/EditorFeatures/CSharpTest2/CSharpEditorServicesTest2.csproj @@ -90,7 +90,6 @@ true - Debug AnyCPU {16E93074-4252-466C-89A3-3B905ABAF779} Library @@ -98,10 +97,8 @@ Roslyn.Services.Editor.CSharp.UnitTests2 UnitTest - - - - + + @@ -253,4 +250,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/Core/EditorFeatures.csproj b/src/EditorFeatures/Core/EditorFeatures.csproj index 09bd9ae21ef061058cf7a0feb59cd1e83db5f5f3..71272afee26b23f8ae4de8e90e5916fd5d35b49f 100644 --- a/src/EditorFeatures/Core/EditorFeatures.csproj +++ b/src/EditorFeatures/Core/EditorFeatures.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {3CDEEAB7-2256-418A-BEB2-620B5CB16302} Library @@ -780,4 +779,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/Next/EditorFeatures.Next.csproj b/src/EditorFeatures/Next/EditorFeatures.Next.csproj index 69ddbaf865a02a1f79c1aefd5abeb72a28b91761..b9d97a561bab17464b64127f2023e5b4c9152bb6 100644 --- a/src/EditorFeatures/Next/EditorFeatures.Next.csproj +++ b/src/EditorFeatures/Next/EditorFeatures.Next.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {366BBCDC-B05F-4677-9B5B-78BA816A1484} Library @@ -76,4 +75,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/Test/EditorServicesTest.csproj b/src/EditorFeatures/Test/EditorServicesTest.csproj index 1f6dbcb7289940c72a51f4f29ea3d05bbcf1e492..d13bba3eb13e4b2b7fdc457a6695e89b571890cd 100644 --- a/src/EditorFeatures/Test/EditorServicesTest.csproj +++ b/src/EditorFeatures/Test/EditorServicesTest.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU AnyCPU {8CEE3609-A5A9-4A9B-86D7-33118F5D6B33} @@ -119,10 +118,8 @@ CodeAnalysisTest - - - - + + @@ -328,4 +325,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/Test2/EditorServicesTest2.vbproj b/src/EditorFeatures/Test2/EditorServicesTest2.vbproj index 09706f7702cd8ef4b62fe1dd8583b5c1b299e3b8..e8e2bc1b609bdb3bfc7936e3298277fb2f322c7d 100644 --- a/src/EditorFeatures/Test2/EditorServicesTest2.vbproj +++ b/src/EditorFeatures/Test2/EditorServicesTest2.vbproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {3CEA0D69-00D3-40E5-A661-DC41EA07269B} Library @@ -297,4 +296,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj index cc359c9d597c1439cdd7b9d0994e1d789873e036..9fbfb129766462f3f941ea1e0a44fe6b2c1f4174 100644 --- a/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj +++ b/src/EditorFeatures/TestUtilities/ServicesTestUtilities.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {76C6F005-C89D-4348-BB4A-39189DDBEB52} Library @@ -149,4 +148,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/Text/TextEditorFeatures.csproj b/src/EditorFeatures/Text/TextEditorFeatures.csproj index 86a57298ed9af12ba6a1751d68bd7c8f30501c13..2f2ebe87677c953b4c63e7534f8e75b6b91ed519 100644 --- a/src/EditorFeatures/Text/TextEditorFeatures.csproj +++ b/src/EditorFeatures/Text/TextEditorFeatures.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {18F5FBB8-7570-4412-8CC7-0A86FF13B7BA} Library @@ -21,10 +20,8 @@ Workspaces - - - - + + @@ -86,4 +83,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/VisualBasic/BasicEditorFeatures.vbproj b/src/EditorFeatures/VisualBasic/BasicEditorFeatures.vbproj index 07a7ad992d9d2b2a5754004be00cba4ec1765e5b..f04c469be63c5531fe0a6964209e673dfea074fe 100644 --- a/src/EditorFeatures/VisualBasic/BasicEditorFeatures.vbproj +++ b/src/EditorFeatures/VisualBasic/BasicEditorFeatures.vbproj @@ -2,7 +2,6 @@ - Debug AnyCPU {49BFAE50-1BCE-48AE-BC89-78B7D90A3ECD} Library @@ -227,4 +226,4 @@ - + \ No newline at end of file diff --git a/src/EditorFeatures/VisualBasicTest/BasicEditorServicesTest.vbproj b/src/EditorFeatures/VisualBasicTest/BasicEditorServicesTest.vbproj index f88b699010ddd8cf353ac0ff1594b753f8a99c88..97cb9d097f65f28af0b8b9d717842694b1fb2b65 100644 --- a/src/EditorFeatures/VisualBasicTest/BasicEditorServicesTest.vbproj +++ b/src/EditorFeatures/VisualBasicTest/BasicEditorServicesTest.vbproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {0BE66736-CDAA-4989-88B1-B3F46EBDCA4A} Library @@ -628,4 +627,4 @@ - + \ 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 d7c20e26548cef7b574e7ddeae431553f6e95f28..9b48d5d7a6688138891cf8bda649b25857b66472 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.csproj +++ b/src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpExpressionCompiler.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {FD6BA96C-7905-4876-8BCC-E38E2CA64F31} Library @@ -89,4 +88,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/CSharpResultProvider.NetFX20.csproj b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/CSharpResultProvider.NetFX20.csproj index efbf3698d3e53b8840f865808cf74cb573328759..b0a6292efac26710c182a3324af71b351a867fcb 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/CSharpResultProvider.NetFX20.csproj +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/NetFX20/CSharpResultProvider.NetFX20.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {BF9DAC1E-3A5E-4DC3-BB44-9A64E0D4E9D3} Library @@ -49,4 +48,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Portable/CSharpResultProvider.Portable.csproj b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Portable/CSharpResultProvider.Portable.csproj index 532339662fdcf17fd11905abd73543b1efa55679..88d628c09ae2974e78715e6a63c43a7119984162 100644 --- a/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Portable/CSharpResultProvider.Portable.csproj +++ b/src/ExpressionEvaluator/CSharp/Source/ResultProvider/Portable/CSharpResultProvider.Portable.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {BF9DAC1E-3A5E-4DC3-BB44-9A64E0D4E9D4} Library @@ -49,4 +48,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj index 0f2962aa8d111edf03ec7abcedbc90edd9f5c8c1..b2a7306416195383c56a8314c3ce99b941984b90 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ExpressionCompiler/CSharpExpressionCompilerTest.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {AE297965-4D56-4BA9-85EB-655AC4FC95A0} Library @@ -107,4 +106,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj index e24861c4e88b1184c7e320828a538b62531cf095..06d6d870ff2cb38dad5d32ddc74d4cab4627a77d 100644 --- a/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj +++ b/src/ExpressionEvaluator/CSharp/Test/ResultProvider/CSharpResultProviderTest.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {60DB272A-21C9-4E8D-9803-FF4E132392C8} Library @@ -98,4 +97,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/Core/Source/Concord/Concord.csproj b/src/ExpressionEvaluator/Core/Source/Concord/Concord.csproj index 0556dcb76cdaad1b1b1a25fcca9a9eec40a76193..8194c6ce0c3aa4e7d56ec84fea78894c767d2039 100644 --- a/src/ExpressionEvaluator/Core/Source/Concord/Concord.csproj +++ b/src/ExpressionEvaluator/Core/Source/Concord/Concord.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {5002636A-FE8D-40BF-8818-AB513A2194FA} Library @@ -30,7 +29,7 @@ - + - + \ 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 2064684da2e7031b59935fc81055428c6d4e6367..6d32b936868730c6b50e418ef4dedf5727a4f23e 100644 --- a/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompiler.csproj +++ b/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompiler.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {B8DA3A90-A60C-42E3-9D8E-6C67B800C395} Library @@ -88,4 +87,4 @@ - + \ 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 7296e04740c3d7dc7cb7ef188f907360b070fe17..08f112a7c08d5affefe760310bba32f3c467c2e7 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/NetFX20/ResultProvider.NetFX20.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {BEDC5A4A-809E-4017-9CFD-6C8D4E1847F0} Library @@ -100,4 +99,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/ResultProvider.Portable.csproj b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/ResultProvider.Portable.csproj index 81b85104fa286534e09fe1ef5807be71a5e3dcb1..7d749387f11c5bdf8c6ff04e335d151d37c655f0 100644 --- a/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/ResultProvider.Portable.csproj +++ b/src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/ResultProvider.Portable.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {FA0E905D-EC46-466D-B7B2-3B5557F9428C} Library @@ -99,4 +98,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj index 1a082413ac0466f36b4b04a47f7c6952720c194b..5a6810a611ae4b7cf527be4bc88792c4fa0d7444 100644 --- a/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ExpressionCompiler/ExpressionCompilerTestUtilities.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {21B80A31-8FF9-4E3A-8403-AABD635AEED9} Library @@ -85,4 +84,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj index 8685e340aedafc84c2e228e5865c8dc19136d8f9..f7b7335c3a73b6cd9f8f971b4308d760467982b2 100644 --- a/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj +++ b/src/ExpressionEvaluator/Core/Test/ResultProvider/ResultProviderTestUtilities.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {ABDBAC1E-350E-4DC3-BB45-3504404545EE} Library @@ -168,4 +167,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/Package/ExpressionEvaluatorPackage.csproj b/src/ExpressionEvaluator/Package/ExpressionEvaluatorPackage.csproj index a46e8004b832bf4d96f5bb49f17a7cc174909eda..8d3d37ccf9018f6eb53a6a2e26d645ac8f7843a7 100644 --- a/src/ExpressionEvaluator/Package/ExpressionEvaluatorPackage.csproj +++ b/src/ExpressionEvaluator/Package/ExpressionEvaluatorPackage.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {B617717C-7881-4F01-AB6D-B1B6CC0483A0} {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vbproj b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vbproj index e720d765c546eee6d24a355f27c5b235680ae925..39ad97fdcd695107b317f37150df3e4321766186 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vbproj @@ -2,7 +2,6 @@ - Debug AnyCPU {73242A2D-6300-499D-8C15-FADF7ECB185C} Library @@ -116,4 +115,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/BasicResultProvider.NetFX20.vbproj b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/BasicResultProvider.NetFX20.vbproj index a7ab1b2b66b71f4f722fac979784544907bacc69..5394d727f8b1b7847ed3e07cfc7ca9cfe471ffe8 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/BasicResultProvider.NetFX20.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/NetFX20/BasicResultProvider.NetFX20.vbproj @@ -5,20 +5,16 @@ - Debug AnyCPU {76242A2D-2600-49DD-8C15-FEA07ECB1842} Library - - + Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider $(OutDir)..\VBSyntaxGenerator.exe false - - - - + + {5002636a-fe8d-40bf-8818-ab513a2194fa} @@ -66,4 +62,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Portable/BasicResultProvider.Portable.vbproj b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Portable/BasicResultProvider.Portable.vbproj index 3d7f1573ff98e3b5a735762bfc040e6b290f481b..e7a826bb3626d0689d999b7ef72ecaab95192346 100644 --- a/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Portable/BasicResultProvider.Portable.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Portable/BasicResultProvider.Portable.vbproj @@ -2,12 +2,10 @@ - Debug AnyCPU {76242A2D-2600-49DD-8C15-FEA07ECB1843} Library - - + Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ResultProvider v4.5 Profile7 @@ -15,10 +13,8 @@ {14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} $(OutDir)VBSyntaxGenerator.exe - - - - + + {5002636a-fe8d-40bf-8818-ab513a2194fa} @@ -63,4 +59,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj index 02ef52e1803e8f30a674349adb4622e9b203f5c8..814dd0b966a99e5f52e3b7e6618a2691f6f19b04 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/BasicExpressionCompilerTest.vbproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {AC5E3515-482C-4C6A-92D9-D0CEA687DFC2} Library @@ -110,4 +109,4 @@ - + \ No newline at end of file diff --git a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj index d182f999052d92a593f0572e64d464264dffd208..6b9e6ef2dc5eb12ae1ce07615477420668766a95 100644 --- a/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj +++ b/src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/BasicResultProviderTest.vbproj @@ -3,12 +3,10 @@ true - Debug AnyCPU {ACE53515-482C-4C6A-E2D2-4242A687DFEE} Library - - + Roslyn.ExpressionEvaluator.VisualBasic.ResultProvider.UnitTests v4.6 @@ -89,4 +87,4 @@ - + \ No newline at end of file diff --git a/src/Features/CSharp/Portable/CSharpFeatures.csproj b/src/Features/CSharp/Portable/CSharpFeatures.csproj index 528c1ca08207f1263a36fc1eea6f68d71833ccaa..1f36b50b66444be459c979c683b037e33f1bc9df 100644 --- a/src/Features/CSharp/Portable/CSharpFeatures.csproj +++ b/src/Features/CSharp/Portable/CSharpFeatures.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {3973B09A-4FBF-44A5-8359-3D22CEB71F71} Library @@ -466,4 +465,4 @@ - + \ No newline at end of file diff --git a/src/Features/Core/Portable/Features.csproj b/src/Features/Core/Portable/Features.csproj index 376c21437833e9586142b30a83e96a745658e15d..cc33253c0f7f4fe154285cd607f270b4458243f2 100644 --- a/src/Features/Core/Portable/Features.csproj +++ b/src/Features/Core/Portable/Features.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {EDC68A0E-C68D-4A74-91B7-BF38EC909888} Library @@ -690,4 +689,4 @@ - + \ No newline at end of file diff --git a/src/Features/VisualBasic/Portable/BasicFeatures.vbproj b/src/Features/VisualBasic/Portable/BasicFeatures.vbproj index 72c1c942b2ce8079f9d9aeb54add931102c8df66..07157b65d019f0701674f17fbe5e98b830bc0f0a 100644 --- a/src/Features/VisualBasic/Portable/BasicFeatures.vbproj +++ b/src/Features/VisualBasic/Portable/BasicFeatures.vbproj @@ -2,12 +2,10 @@ - Debug AnyCPU {A1BCD0CE-6C2F-4F8C-9A48-D9D93928E26D} Library - - + Microsoft.CodeAnalysis.VisualBasic.Features .NETPortable v5.0 @@ -464,4 +462,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/CsiCore/CsiCore.csproj b/src/Interactive/CsiCore/CsiCore.csproj index c46d8ceb5491f57f183506f98ce11c6e9094eaa1..0a15dce069ca5aaf91987c70206a917576dc1e7d 100644 --- a/src/Interactive/CsiCore/CsiCore.csproj +++ b/src/Interactive/CsiCore/CsiCore.csproj @@ -2,7 +2,6 @@ - Debug x86 {D1B051A4-F2A1-4E97-9747-C41D13E475FD} Exe @@ -17,10 +16,8 @@ true ExeCoreClr - - - - + + {1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} @@ -53,4 +50,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj b/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj index 05f924469944a1bddcd982e622efd8b69ea1ddd9..dd9d09ebe2add71fcfdee79a9cb6e238d9598848 100644 --- a/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj +++ b/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {FE2CBEA6-D121-4FAA-AA8B-FC9900BF8C83} Library @@ -65,10 +64,8 @@ EditorFeatures - - - - + + @@ -115,4 +112,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj b/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj index f1b893a1686c07eb8df20dfa427818d0f5a6a2ba..7e80a3e15d3a0ea2c4401627cd7e96c86a7f8da2 100644 --- a/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj +++ b/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {92412D1A-0F23-45B5-B196-58839C524917} Library @@ -46,10 +45,8 @@ TextEditorFeatures - - - - + + @@ -134,4 +131,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj b/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj index c1e284c7ba35290f39e66596276a71adad5cfd31..3cc5dd8a922e849a3f60ca6820b6a5ff4a9c3f90 100644 --- a/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj +++ b/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj @@ -2,7 +2,6 @@ - Debug AnyCPU {849E516A-595F-474B-ADB4-E099F921CEDF} Library @@ -129,4 +128,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/Features/InteractiveFeatures.csproj b/src/Interactive/Features/InteractiveFeatures.csproj index 94b0e26d67d2cc308639c4729566645cea3060f9..de2cfc36571fe4b4139df370df41169d378699c3 100644 --- a/src/Interactive/Features/InteractiveFeatures.csproj +++ b/src/Interactive/Features/InteractiveFeatures.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {8E2A252E-A140-45A6-A81A-2652996EA589} Library @@ -91,4 +90,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/Host/InteractiveHost.csproj b/src/Interactive/Host/InteractiveHost.csproj index 7acacec2837983ada7d57ff6d0ca04df0566e45a..4693b0313c2f152468fa66305ea28411e599e62c 100644 --- a/src/Interactive/Host/InteractiveHost.csproj +++ b/src/Interactive/Host/InteractiveHost.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {EBA4DFA1-6DED-418F-A485-A3B608978906} Exe diff --git a/src/Interactive/HostTest/InteractiveHostTest.csproj b/src/Interactive/HostTest/InteractiveHostTest.csproj index 316d71b9e860cf5af439b6d7816f791c0c0c58f5..ed2f3de39eeaf718bcc140dbd971a680a87e3998 100644 --- a/src/Interactive/HostTest/InteractiveHostTest.csproj +++ b/src/Interactive/HostTest/InteractiveHostTest.csproj @@ -3,7 +3,6 @@ true - Debug x86 {8CEE3609-A5A9-4A9B-86D7-33118F5D6B34} Library @@ -83,10 +82,8 @@ BasicCodeAnalysis - - - - + + @@ -113,4 +110,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/VbiCore/VbiCore.vbproj b/src/Interactive/VbiCore/VbiCore.vbproj index 852b93745ce7567efe01235a0346a471f5f62540..729fe87e30c41c70a3f594e727d6af501c3def5d 100644 --- a/src/Interactive/VbiCore/VbiCore.vbproj +++ b/src/Interactive/VbiCore/VbiCore.vbproj @@ -2,13 +2,11 @@ - Debug x86 {1EEFB4B6-A6CC-4869-AF05-A43C8B82A8FD} Exe Sub Main - - + vbi x64 false @@ -19,10 +17,8 @@ true ExeCoreClr - - - - + + {1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} @@ -55,4 +51,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/csi/csi.csproj b/src/Interactive/csi/csi.csproj index 2f894d4ecd508fc6ad195f4c75dbd39715b6f657..fd696379d82fcae00902e7340dc87e038c40c2ea 100644 --- a/src/Interactive/csi/csi.csproj +++ b/src/Interactive/csi/csi.csproj @@ -3,7 +3,6 @@ - Debug x86 {14118347-ED06-4608-9C45-18228273C712} Exe @@ -13,10 +12,8 @@ false v4.6 - - - - + + {1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} @@ -50,4 +47,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/vbi/vbi.vbproj b/src/Interactive/vbi/vbi.vbproj index da4df850da080dd7195bca34f4e136d2e58cefe7..c41ecccbbdc9ce7de40a56940dbfd98e44170b34 100644 --- a/src/Interactive/vbi/vbi.vbproj +++ b/src/Interactive/vbi/vbi.vbproj @@ -3,22 +3,18 @@ - Debug x86 {6E62A0FF-D0DC-4109-9131-AB8E60CDFF7B} Exe Sub Main - - + vbi AnyCPU false v4.6 - - - - + + {1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} @@ -52,4 +48,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj b/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj index dcb003b6fe6ece43c9ab24127980c779af34d2a9..2cb4b74cc4b0890747d9047daa86d481a05c896c 100644 --- a/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj +++ b/src/Samples/CSharp/APISampleUnitTests/APISampleUnitTestsCS.csproj @@ -31,7 +31,6 @@ true CSharp\APISampleUnitTests - Debug AnyCPU {CFF49CC1-85B5-49F7-B14B-A6EBF2592DD2} Library @@ -39,10 +38,8 @@ APISampleUnitTestsCS {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - - - + + @@ -60,4 +57,4 @@ - + \ No newline at end of file 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 8982a7bb598a14114661f79036ad42c46daecb38..46f1430ebb570f2d7b20e8affab854085f75cda9 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/CSharpAnalyzers.Test.csproj +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Test/CSharpAnalyzers.Test.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU 8.0.30703 {E5603AB0-C831-4044-8E44-3CA853B6A152} 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 86ec6bac4c19341e29640fdb82beed7f83a3bc84..b5d390c2f52dabbaac56fdef772ec6eb722fabb6 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Vsix/CSharpAnalyzers.Vsix.csproj +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers.Vsix/CSharpAnalyzers.Vsix.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {D4277F22-5942-4DE7-9E42-B33168118D34} diff --git a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj index f9b459a360152a454cdc2b5227758772d62d7376..329f029f8d13dfa14471dc64d9a82b8066c8fc8d 100644 --- a/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj +++ b/src/Samples/CSharp/Analyzers/CSharpAnalyzers/CSharpAnalyzers/CSharpAnalyzers.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {409C5A1C-D4DE-43C4-86E1-F598C60B794B} Library @@ -100,4 +99,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/ConsoleClassifier/ConsoleClassifierCS.csproj b/src/Samples/CSharp/ConsoleClassifier/ConsoleClassifierCS.csproj index 69b9473068381641438ebd15e19078690a049aaf..dd59f8be837d6bd4d8c1c7f951af10ffdda66802 100644 --- a/src/Samples/CSharp/ConsoleClassifier/ConsoleClassifierCS.csproj +++ b/src/Samples/CSharp/ConsoleClassifier/ConsoleClassifierCS.csproj @@ -6,7 +6,6 @@ true - Debug AnyCPU AnyCPU {E1D96749-5BF9-4B04-81A1-9D4B3B1F6BF4} @@ -46,10 +45,8 @@ Microsoft.CodeAnalysis.VisualBasic.Workspaces - - - - + + @@ -62,4 +59,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/ConvertToAutoProperty/ConvertToAutoPropertyCS.csproj b/src/Samples/CSharp/ConvertToAutoProperty/ConvertToAutoPropertyCS.csproj index 304b0c97422aae05d0174e7d61c465a0225e0909..fe3f66fe4ad47f8d46801290908cb7ce71140b53 100644 --- a/src/Samples/CSharp/ConvertToAutoProperty/ConvertToAutoPropertyCS.csproj +++ b/src/Samples/CSharp/ConvertToAutoProperty/ConvertToAutoPropertyCS.csproj @@ -24,7 +24,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {AF90D220-D21A-4A85-8CB7-E33057AC5AE3} @@ -41,10 +40,8 @@ false Vsix - - - - + + Program $(DevEnvDir)devenv.exe @@ -79,4 +76,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/ConvertToConditional/Impl/ConvertToConditionalCS.csproj b/src/Samples/CSharp/ConvertToConditional/Impl/ConvertToConditionalCS.csproj index 361ba38421698a9d3600aec810b075c51d74a4a6..ff257f4b0ce1bdf636caf50a07cfb32f65c81d29 100644 --- a/src/Samples/CSharp/ConvertToConditional/Impl/ConvertToConditionalCS.csproj +++ b/src/Samples/CSharp/ConvertToConditional/Impl/ConvertToConditionalCS.csproj @@ -27,7 +27,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {12E87057-11A1-4A58-AF89-7132789320F9} @@ -47,8 +46,7 @@ - - + Program $(DevEnvDir)devenv.exe @@ -86,4 +84,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj b/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj index d9df94e1c2463bb7ea140f2a5ec6d6d45f4afeb5..81901bebb75faf0c8865cf3069f71c655ed1c488 100644 --- a/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj +++ b/src/Samples/CSharp/ConvertToConditional/Test/ConvertToConditionalCS.UnitTests.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {D2357ECA-345B-4E3A-9CA5-505082C13EAB} Library @@ -47,10 +46,8 @@ ConvertToConditionalCS - - - - + + @@ -69,4 +66,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/CopyPasteWithUsing/CopyPasteWithUsing.csproj b/src/Samples/CSharp/CopyPasteWithUsing/CopyPasteWithUsing.csproj index 2444a50b953c67b45af815ba2874191e37f8d3d2..7bb2502935683303de9cd95572e4ea57ef69c204 100644 --- a/src/Samples/CSharp/CopyPasteWithUsing/CopyPasteWithUsing.csproj +++ b/src/Samples/CSharp/CopyPasteWithUsing/CopyPasteWithUsing.csproj @@ -36,7 +36,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {82DF4070-0A70-4378-8A6E-7FF035CA619F} diff --git a/src/Samples/CSharp/FormatSolution/FormatSolutionCS.csproj b/src/Samples/CSharp/FormatSolution/FormatSolutionCS.csproj index cecaa26847de761b6d486e6919f556f97b07188c..745c1bbcf222ed0152766cc16c9300f747b159b0 100644 --- a/src/Samples/CSharp/FormatSolution/FormatSolutionCS.csproj +++ b/src/Samples/CSharp/FormatSolution/FormatSolutionCS.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {E2AE5575-436C-4CA5-9471-89D923FE84C6} Exe @@ -88,4 +87,4 @@ --> - + \ No newline at end of file diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedCS.csproj b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedCS.csproj index 4b36da4eea71c7901d988d8672817d3e8a4f4811..d4dd009f1e33bcf4eb510aeade0bf5957c3f7a5f 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedCS.csproj +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedCS.csproj @@ -39,7 +39,6 @@ true CSharp\ImplementNotifyPropertyChanged - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {23E24AFA-574E-47AA-860F-CAEF1DDCE74E} @@ -59,8 +58,7 @@ - - + Program $(DevEnvDir)devenv.exe @@ -105,4 +103,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj index 45705d082c34806ef9f5e123327b9046df03a0ff..4f5f8c4cfe87dfb992a6012a95b805537758131f 100644 --- a/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj +++ b/src/Samples/CSharp/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedCS.UnitTests.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {6A3B538F-247F-456C-A763-91991ABEB324} Library @@ -43,10 +42,8 @@ ImplementNotifyPropertyChangedCS - - - - + + @@ -64,4 +61,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj b/src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj index 5cb180f392e425cb4598bed09009c4101bbcb55f..9d8be2b17aa3829209ba8d64759c2626342cf23d 100644 --- a/src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj +++ b/src/Samples/CSharp/MakeConst/Impl/MakeConstCS.csproj @@ -22,7 +22,6 @@ true CSharp\MakeConst true - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {DE9D901F-43D6-4559-A068-B6E28E04F12E} @@ -42,8 +41,7 @@ - - + Program $(DevEnvDir)devenv.exe @@ -77,4 +75,4 @@ - + \ No newline at end of file diff --git a/src/Samples/CSharp/RefOutModifier/AddOrRemoveRefOutModifier.csproj b/src/Samples/CSharp/RefOutModifier/AddOrRemoveRefOutModifier.csproj index 73f2c967d4df172d0fe3b6849e6add91dbc2a4e7..adc734b6ea90da8e8256adeee572e1af8ebd8d1b 100644 --- a/src/Samples/CSharp/RefOutModifier/AddOrRemoveRefOutModifier.csproj +++ b/src/Samples/CSharp/RefOutModifier/AddOrRemoveRefOutModifier.csproj @@ -30,7 +30,6 @@ true true - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {0101B6B7-FE1B-45E9-8C7F-5B4EFD12B030} diff --git a/src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj b/src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj index cbd3f711deee3b8b1ca48a4f9546f87217fd6190..7b697106c362a9017c9a3f256e9f119b574fc41b 100644 --- a/src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj +++ b/src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj @@ -2,7 +2,6 @@ - Debug x86 8.0.30703 {0C3675A2-4DE8-4A86-BC2E-ABFC9CEB6BC5} diff --git a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj index 882cf4046faae128c57aaf3da26219f44fba2a07..2b86d5e0c7bf77ce58e57af70f85c52dce17a520 100644 --- a/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj +++ b/src/Samples/Shared/UnitTestFramework/UnitTestFramework.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {D571F126-F0B6-487E-BB79-E91EAEE46F4F} Library @@ -35,10 +34,8 @@ Microsoft.CodeAnalysis.Workspaces.Desktop - - - - + + @@ -63,4 +60,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj b/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj index 1ca725718546e8ce0a963522d42a164232515480..fb38477755759bbfad921faa9bfcc7b070999436 100644 --- a/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj +++ b/src/Samples/VisualBasic/APISampleUnitTests/APISampleUnitTestsVB.vbproj @@ -30,14 +30,12 @@ true VisualBasic\APISampleUnitTestsVB - Debug AnyCPU {A5C3CAA6-206D-41D1-9BE9-D8B5437D0D95} Library APISampleUnitTestsVB APISampleUnitTestsVB - - + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} @@ -76,4 +74,4 @@ - + \ No newline at end of file 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 784d9e3c58b8cf58b2ef301b3a145da2f364e3a1..8f96e90f6d7214226408c78dffe30e88df9ee3b0 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/BasicAnalyzers.Test.vbproj +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Test/BasicAnalyzers.Test.vbproj @@ -2,7 +2,6 @@ - Debug AnyCPU {5399E7A8-F8F1-4F2E-A5D2-9C96F3DD2A2D} Library @@ -113,4 +112,4 @@ - + \ No newline at end of file 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 b4fec546c3f91af511343d6e08c73a39b752046e..2cdd784212cee6cdc477c88e4b428fc9466f6341 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/BasicAnalyzers.Vsix.vbproj +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers.Vsix/BasicAnalyzers.Vsix.vbproj @@ -2,7 +2,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} {6E9FD555-EC3F-4865-A164-CB11A424B910} diff --git a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj index 885eaed508aa0921f0162f2dc102dcb6adf70327..aa486d8cc147bb1fb0a1efcefe8e9252555ccfba 100644 --- a/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj +++ b/src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/BasicAnalyzers.vbproj @@ -3,7 +3,6 @@ 11.0 - Debug AnyCPU {14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} {9E86BCE5-E095-4E9F-9C45-22D5AEB6AD2A} diff --git a/src/Samples/VisualBasic/ConsoleClassifier/ConsoleClassifierVB.vbproj b/src/Samples/VisualBasic/ConsoleClassifier/ConsoleClassifierVB.vbproj index ac580e4a5b1b8d17124a3a52d6f0a5af913d29a3..51dfe1a143f5807c794b81f99c0204aeca31c9e6 100644 --- a/src/Samples/VisualBasic/ConsoleClassifier/ConsoleClassifierVB.vbproj +++ b/src/Samples/VisualBasic/ConsoleClassifier/ConsoleClassifierVB.vbproj @@ -5,13 +5,11 @@ - Debug AnyCPU {41C3D7F9-BB1F-46F9-82E5-12B8C52F27B6} Exe Program - - + ConsoleClassifier Console v4.6 @@ -109,4 +107,4 @@ --> - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/ConvertToAutoPropertyVB.vbproj b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/ConvertToAutoPropertyVB.vbproj index 3e077c66d6c4af2154113f13143df7db05e5cd16..f6ba4e5d90e7143fbe8e8b5800b3697421289bd4 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/ConvertToAutoPropertyVB.vbproj +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Impl/ConvertToAutoPropertyVB.vbproj @@ -19,7 +19,6 @@ true true VisualBasic\ConvertToAutoProperty - Debug AnyCPU {DA0874AB-377A-48CF-99FF-0B209916309D} Library @@ -35,10 +34,8 @@ {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} Vsix - - - - + + On @@ -91,4 +88,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj index 515da7f5ecfd1dbbc4760868ee1188d2b1370730..d90f4f05a45ba30e3a29cd2088bcad2046b3d622 100644 --- a/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ConvertToAutoProperty/Test/ConvertToAutoPropertyVB.UnitTests.vbproj @@ -2,7 +2,6 @@ - Debug AnyCPU {A8D29846-9D4B-4B9F-91FF-7AE83965347C} Library @@ -72,4 +71,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/FormatSolution/FormatSolutionVB.vbproj b/src/Samples/VisualBasic/FormatSolution/FormatSolutionVB.vbproj index 8f66227c1e907ad1658184402102a81b0787a77c..be928e3ab97814f0247ce7ca9ed65ac53b1bb611 100644 --- a/src/Samples/VisualBasic/FormatSolution/FormatSolutionVB.vbproj +++ b/src/Samples/VisualBasic/FormatSolution/FormatSolutionVB.vbproj @@ -2,13 +2,11 @@ - Debug AnyCPU {979ECA30-895D-4F3F-AD2E-1B6388FAEBEF} Exe Program - - + FormatSolution Console v4.6 @@ -115,4 +113,4 @@ --> - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedVB.vbproj b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedVB.vbproj index e27ee540b31fa3ff81935c103de46a28413c428d..556bfa11295b7b306033a78ca2a8ec2119a5a917 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedVB.vbproj +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Impl/ImplementNotifyPropertyChangedVB.vbproj @@ -29,7 +29,6 @@ true VisualBasic\ImplementNotifyPropertyChanged true - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} {C182B3BA-431B-475E-ABA8-21A56283B493} @@ -52,8 +51,7 @@ - - + Program $(DevEnvDir)devenv.exe @@ -106,4 +104,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj index c410e35e52f2f3af1d27dec6504d27d668b92235..8ac3dd4cceeec1c8fbcfdf88df5c16a64299cc2f 100644 --- a/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/ImplementNotifyPropertyChanged/Test/ImplementNotifyPropertyChangedVB.UnitTests.vbproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {EF5ACC32-7644-4CF0-87FC-AE9AFD0DB4D8} Library @@ -42,10 +41,8 @@ ImplementNotifyPropertyChangedVB - - - - + + @@ -62,4 +59,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/MakeConst/Impl/MakeConstVB.vbproj b/src/Samples/VisualBasic/MakeConst/Impl/MakeConstVB.vbproj index 7194f14ac24fa2cf80235c9ec05cd7525775ad48..ce6a5ba544c2cb7f88779f0d74efdbc4ff7e32ed 100644 --- a/src/Samples/VisualBasic/MakeConst/Impl/MakeConstVB.vbproj +++ b/src/Samples/VisualBasic/MakeConst/Impl/MakeConstVB.vbproj @@ -22,7 +22,6 @@ true VisualBasic\MakeConst true - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} {050DC082-5E4E-4175-8F7E-723B134774BE} diff --git a/src/Samples/VisualBasic/RemoveByVal/Impl/RemoveByValVB.vbproj b/src/Samples/VisualBasic/RemoveByVal/Impl/RemoveByValVB.vbproj index 35544d342d45bcd357b3384ab896f5a1e53cefe6..e8f90ca50daf623adde23f824f255f1751cd2073 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Impl/RemoveByValVB.vbproj +++ b/src/Samples/VisualBasic/RemoveByVal/Impl/RemoveByValVB.vbproj @@ -29,7 +29,6 @@ true true - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} {4900921D-C548-4FBB-9681-BAF88E09DB3C} diff --git a/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj b/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj index a7f0140b1aa25707e8b8fced88543c19b49935ae..dab3d2a067f8c1f57691aa05b45990f2a3c3c0cb 100644 --- a/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj +++ b/src/Samples/VisualBasic/RemoveByVal/Test/RemoveByValVB.UnitTests.vbproj @@ -2,7 +2,6 @@ - Debug AnyCPU {D4D09B9B-8421-40B9-B4A9-594DAD5AF8DD} Library @@ -80,4 +79,4 @@ - + \ No newline at end of file diff --git a/src/Samples/VisualBasic/TreeTransforms/TreeTransformsVB.vbproj b/src/Samples/VisualBasic/TreeTransforms/TreeTransformsVB.vbproj index c7e00152266b976c8e5098790ff5254b4916a4ef..cd024fdb1cfe26d2eba87b986868d19bc0455a8d 100644 --- a/src/Samples/VisualBasic/TreeTransforms/TreeTransformsVB.vbproj +++ b/src/Samples/VisualBasic/TreeTransforms/TreeTransformsVB.vbproj @@ -2,7 +2,6 @@ - Debug x86 {D89124D4-FB1D-4D08-BD95-F60BD24D5965} diff --git a/src/Scripting/CSharp/CSharpScripting.csproj b/src/Scripting/CSharp/CSharpScripting.csproj index 5daffdbb7ff0a026bca98b43eb6a0c3c86b2dd25..76dc467ac5094271b72c2323c418be61f6def133 100644 --- a/src/Scripting/CSharp/CSharpScripting.csproj +++ b/src/Scripting/CSharp/CSharpScripting.csproj @@ -2,15 +2,13 @@ - Debug AnyCPU {066F0DBD-C46C-4C20-AFEC-99829A172625} Library Microsoft.CodeAnalysis.CSharp.Scripting Microsoft.CodeAnalysis.CSharp.Scripting v5.0 - - + .NETPortable {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -29,18 +27,15 @@ global,Scripting - - - - + + ARM ARM - - + @@ -83,4 +78,4 @@ - + \ 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 ec727b29f5c2b4f86c08db1edda8ca6162476885..bf953b56a6b4830d0526e85dd341545614269bc3 100644 --- a/src/Scripting/CSharpTest.Desktop/CSharpScriptingTest.Desktop.csproj +++ b/src/Scripting/CSharpTest.Desktop/CSharpScriptingTest.Desktop.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {286B01F3-811A-40A7-8C1F-10C9BB0597F7} Library @@ -22,10 +21,8 @@ - - - - + + @@ -82,4 +79,4 @@ - + \ No newline at end of file diff --git a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj index 10aa7259d8c716b4d3af933a5b639eb03a4c6e7b..5d0649032a8d823b695bb6a7c1b5b6573900de4c 100644 --- a/src/Scripting/CSharpTest/CSharpScriptingTest.csproj +++ b/src/Scripting/CSharpTest/CSharpScriptingTest.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {2DAE4406-7A89-4B5F-95C3-BC5422CE47CE} Library @@ -12,8 +11,7 @@ Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests true v5.0 - - + .NETPortable {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} UnitTest @@ -52,10 +50,8 @@ CSharpScripting - - - - + + @@ -76,4 +72,4 @@ - + \ No newline at end of file diff --git a/src/Scripting/Core/Scripting.csproj b/src/Scripting/Core/Scripting.csproj index 97cb37086a1c980cddc6c0c7a3cbae39c9542491..6afbd39e05f7b7403edd3430bc97608747769b57 100644 --- a/src/Scripting/Core/Scripting.csproj +++ b/src/Scripting/Core/Scripting.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {12A68549-4E8C-42D6-8703-A09335F97997} Library @@ -19,10 +18,8 @@ CodeAnalysis - - - - + + ARM @@ -159,4 +156,4 @@ - + \ No newline at end of file diff --git a/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj b/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj index 60d856c552e64ad9ff676972a96f81af9c54b5bc..9e3d884c1880ba28c28594bcfc9b62f06a9bdba7 100644 --- a/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj +++ b/src/Scripting/CoreTest.Desktop/ScriptingTest.Desktop.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {6FD1CC3E-6A99-4736-9B8D-757992DDE75D} Library @@ -47,10 +46,8 @@ CSharpScripting - - - - + + @@ -67,4 +64,4 @@ - + \ No newline at end of file diff --git a/src/Scripting/CoreTest/ScriptingTest.csproj b/src/Scripting/CoreTest/ScriptingTest.csproj index 6c598099f27544ae467ab14e401179cd2fd27fb5..cc04c09d40047278550d5a02f91bf7be86bbdce6 100644 --- a/src/Scripting/CoreTest/ScriptingTest.csproj +++ b/src/Scripting/CoreTest/ScriptingTest.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {2DAE4406-7A89-4B5F-95C3-BC5472CE47CE} Library @@ -12,8 +11,7 @@ Microsoft.CodeAnalysis.Scripting.UnitTests true v5.0 - - + .NETPortable {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} UnitTest @@ -53,10 +51,8 @@ BasicScripting - - - - + + @@ -86,4 +82,4 @@ - + \ No newline at end of file diff --git a/src/Scripting/VisualBasic/BasicScripting.vbproj b/src/Scripting/VisualBasic/BasicScripting.vbproj index 4ed162367208976f120c92dcec2b06acdff803af..763d4ae5c2304a3613c38048c2ccedbe702f3695 100644 --- a/src/Scripting/VisualBasic/BasicScripting.vbproj +++ b/src/Scripting/VisualBasic/BasicScripting.vbproj @@ -2,14 +2,12 @@ - Debug AnyCPU {3E7DEA65-317B-4F43-A25D-62F18D96CFD7} Library Microsoft.CodeAnalysis.VisualBasic.Scripting v5.0 - - + .NETPortable {14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} @@ -27,10 +25,8 @@ Scripting - - - - + + ARM @@ -80,4 +76,4 @@ - + \ 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 f32de91f8f648c2e41d967ab26c0fb5514e3177e..f774009173a6df9b4abe804672c34220d2b708d9 100644 --- a/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj +++ b/src/Scripting/VisualBasicTest.Desktop/BasicScriptingTest.Desktop.vbproj @@ -3,13 +3,11 @@ true - Debug AnyCPU {24973B4C-FD09-4EE1-97F4-EA03E6B12040} Library Properties - - + Microsoft.CodeAnalysis.VisualBasic.Scripting.Desktop.UnitTests true v4.6 @@ -49,10 +47,8 @@ BasicScripting - - - - + + @@ -75,4 +71,4 @@ - + \ No newline at end of file diff --git a/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj b/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj index e909d31e4be3af00e13f3b424c4fcad957521f4e..2d2a75554d5628a75c1308af2db945768946c148 100644 --- a/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj +++ b/src/Scripting/VisualBasicTest/BasicScriptingTest.vbproj @@ -3,22 +3,18 @@ true - Debug AnyCPU {ABC7262E-1053-49F3-B846-E3091BB92E8C} Library - - + Microsoft.CodeAnalysis.VisualBasic.Scripting.UnitTests v5.0 .NETPortable {14182A97-F7F0-4C62-8B27-98AA8AE2109A};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} UnitTest - - - - + + {1EE8CAD3-55F9-4D91-96B2-084641DA9A6C} @@ -67,4 +63,4 @@ - + \ No newline at end of file diff --git a/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj b/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj index ec439846bec887c6ee516e992eed16789b423742..d3ed7917516ddad6b659ee4a65366c898dcd5afb 100644 --- a/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj +++ b/src/Test/DeployCoreClrTestRuntime/DeployCoreClrTestRuntime.csproj @@ -3,7 +3,6 @@ - Debug x64 {59BABFC3-C19B-4472-A93D-3DD3835BC219} Exe @@ -44,4 +43,4 @@ - + \ No newline at end of file diff --git a/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj b/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj index b11bc9f815ed9d7ea11718bfee0cda5e6a042687..b4e24baf6cf0edea02abd1f3f6f50a88a489a2c3 100644 --- a/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj +++ b/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU AnyCPU {23683607-168A-4189-955E-908F0E80E60D} @@ -40,4 +39,4 @@ - + \ No newline at end of file diff --git a/src/Test/Diagnostics/Diagnostics.csproj b/src/Test/Diagnostics/Diagnostics.csproj index 3507fbecb20fa72fb5727269fc26cc9d3fae6889..2e4ba0aa10c99417220003f4aa20111b94c6db28 100644 --- a/src/Test/Diagnostics/Diagnostics.csproj +++ b/src/Test/Diagnostics/Diagnostics.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {E2E889A5-2489-4546-9194-47C63E49EAEB} Library @@ -103,4 +102,4 @@ - + \ No newline at end of file diff --git a/src/Test/PdbUtilities/PdbUtilities.csproj b/src/Test/PdbUtilities/PdbUtilities.csproj index da83c2f37e27fb59bfe105bfddb80b8d04fe184d..77e795c329eccadaae6e622d6412204e1c913035 100644 --- a/src/Test/PdbUtilities/PdbUtilities.csproj +++ b/src/Test/PdbUtilities/PdbUtilities.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {AFDE6BEA-5038-4A4A-A88E-DBD2E4088EED} Library @@ -83,4 +82,4 @@ - + \ 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 9ea2b1694278c7dae9d585c8c9d0ab54e2ec63f3..09f45240df95fe96784bfefe217c2df51e462e9b 100644 --- a/src/Test/Perf/Runner/Perf.Runner.csproj +++ b/src/Test/Perf/Runner/Perf.Runner.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {1AA6D2F0-2C40-4AF6-BB79-50AFDCC62720} Exe @@ -90,4 +89,4 @@ - + \ No newline at end of file diff --git a/src/Test/Perf/Utilities/Perf.Utilities.csproj b/src/Test/Perf/Utilities/Perf.Utilities.csproj index 15029cc0ea690eb65a7a55355266083ba94c25e7..7ac56d50a0e03adaf1b6f631053c144666b963fe 100644 --- a/src/Test/Perf/Utilities/Perf.Utilities.csproj +++ b/src/Test/Perf/Utilities/Perf.Utilities.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {59AD474E-2A35-4E8A-A74D-E33479977FBF} Library @@ -53,4 +52,4 @@ - + \ 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 aaa1f3bcd1eacc14c0a1d0e107029a1a800c17c3..f55ab6692a64c683b57cdacee6d3bd5febee35ab 100644 --- a/src/Test/Perf/tests/Perf.Tests.csproj +++ b/src/Test/Perf/tests/Perf.Tests.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {DA0D2A70-A2F9-4654-A99A-3227EDF54FF1} Library @@ -50,4 +49,4 @@ - + \ 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 282c49136493fb2018bdeb815dedc505d9e7cf76..6d4506e701eaa81a8bf00e1e0b60e623f848adb8 100644 --- a/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj +++ b/src/Test/Utilities/Desktop/TestUtilities.Desktop.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU AnyCPU {76C6F005-C89D-4348-BB4A-391898DBEB52} @@ -169,4 +168,4 @@ - + \ No newline at end of file diff --git a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj index 9cabc51d536ef10159796f2c21d8384d4bd03e78..9a4c2790aa816306a2abcf8ba6a0bfbeef5ae6bc 100644 --- a/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj +++ b/src/Test/Utilities/Portable.FX45/TestUtilities.FX45.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU AnyCPU {F7712928-1175-47B3-8819-EE086753DEE2} @@ -43,12 +42,10 @@ ARM - - + - - + true @@ -117,4 +114,4 @@ - + \ No newline at end of file diff --git a/src/Test/Utilities/Portable/TestUtilities.csproj b/src/Test/Utilities/Portable/TestUtilities.csproj index 08bc9329dcf4e89a5013b6787f417a01069002e7..87ddfee45a984791a6429a3f016481e15826d4c5 100644 --- a/src/Test/Utilities/Portable/TestUtilities.csproj +++ b/src/Test/Utilities/Portable/TestUtilities.csproj @@ -4,7 +4,6 @@ - Debug AnyCPU {CCBD3438-3E84-40A9-83AD-533F23BCFCA5} Library @@ -46,20 +45,16 @@ ARM - - + - - + - - + - - + @@ -129,4 +124,4 @@ - + \ No newline at end of file diff --git a/src/Tools/BuildBoss/BuildBoss.csproj b/src/Tools/BuildBoss/BuildBoss.csproj index bcfbb076fd15f99fb82173a7aed1981d3e2735fd..fc4f08a0060ef5cc348c3583d6ff8abb095ad6a1 100644 --- a/src/Tools/BuildBoss/BuildBoss.csproj +++ b/src/Tools/BuildBoss/BuildBoss.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {9C0660D9-48CA-40E1-BABA-8F6A1F11FE10} Exe diff --git a/src/Tools/BuildBoss/Program.cs b/src/Tools/BuildBoss/Program.cs index 315367312e5f4bcaea2c4668af664ce1daa86bec..4e3f0f882207d2b3e28cbbf0ff77870170cdf1ff 100644 --- a/src/Tools/BuildBoss/Program.cs +++ b/src/Tools/BuildBoss/Program.cs @@ -66,7 +66,7 @@ private static bool ProcessSolution(string solutionFilePath) allGood &= ProcessProject(solutionPath, projectData, map); count++; - var element = projectData.ProjectUtil.FindSingleProperty("SchemaVersion"); + var element = projectData.ProjectUtil.FindSingleProperty("Configuration"); if (element != null) { element.Remove(); diff --git a/src/Tools/BuildBoss/ProjectCheckerUtil.cs b/src/Tools/BuildBoss/ProjectCheckerUtil.cs index 2ba4fdc61d9e8712e8c2a72fb2506785a8d03334..ff88a185ca15ea35d04cc1f5f6765a6fee76c076 100644 --- a/src/Tools/BuildBoss/ProjectCheckerUtil.cs +++ b/src/Tools/BuildBoss/ProjectCheckerUtil.cs @@ -39,6 +39,7 @@ internal bool CheckAll(TextWriter textWriter) allGood &= CheckForProperty(textWriter, "UpgradeBackupLocation"); allGood &= CheckForProperty(textWriter, "OldToolsVersion"); allGood &= CheckForProperty(textWriter, "SchemaVersion"); + allGood &= CheckForProperty(textWriter, "Configuration"); allGood &= CheckRoslynProjectType(textWriter); allGood &= CheckProjectReferences(textWriter); } diff --git a/src/Tools/BuildBoss/README.md b/src/Tools/BuildBoss/README.md index 066c6284e67b1e95522f85fcd6a3b2366b260eab..f5271cfe8d6c6fbe77c74b8f7adf840850941efd 100644 --- a/src/Tools/BuildBoss/README.md +++ b/src/Tools/BuildBoss/README.md @@ -12,6 +12,7 @@ There are a number of MSBulid properties which are controlled by our central bui - FileAlignment - SolutionDir +- Configuration ### Unnecessary properties diff --git a/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj b/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj index 7ba91f7be1a22ee96d0b4e223dc1e1f2315cbce0..b47667101c5e22029cdabb0c77d8aad7f1352976 100644 --- a/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj +++ b/src/Tools/CommonCoreClrRuntime/CommonCoreClrRuntime.csproj @@ -3,7 +3,6 @@ - Debug x64 {1B665337-9D6A-451A-AEAC-F7BF1AF95FFB} Library @@ -32,4 +31,4 @@ .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 9287e5869e6e66712cdba0298cdaadc2241bde69..5a7409c21d362df01cbded9ec71beb87e9a1b25f 100644 --- a/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj +++ b/src/Tools/CommonNetCoreReferences/CommonNetCoreReferences.csproj @@ -3,7 +3,6 @@ - Debug x64 {B5A6057A-EB4C-49FB-987D-943137E72E47} Library @@ -31,4 +30,4 @@ .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 8cc95801b9d8a48681f19d643f6a30dbd3e7fda4..7a9e4b1f8ffefc0081f75e606bee142e916ae435 100644 --- a/src/Tools/ProcessWatchdog/ProcessWatchdog.csproj +++ b/src/Tools/ProcessWatchdog/ProcessWatchdog.csproj @@ -3,7 +3,6 @@ True - Debug AnyCPU {1553DE60-A2B0-4FAF-B1B8-C0A7313781CC} Exe @@ -49,4 +48,4 @@ - + \ No newline at end of file diff --git a/src/Tools/RepoUtil/RepoUtil.csproj b/src/Tools/RepoUtil/RepoUtil.csproj index 157c1bd5034696a5c1152c6c3ec1f4f82d708c17..1f96b5fa3696946fce4937cbe9f70f91c9127a09 100644 --- a/src/Tools/RepoUtil/RepoUtil.csproj +++ b/src/Tools/RepoUtil/RepoUtil.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {1CA184D3-89CB-4074-BEC5-F8AEBA657D41} Exe @@ -85,4 +84,4 @@ - + \ 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 caa931cbe21d830dda65dd828ddc34dd6fac96a8..64d8207c88a61649f910cc67cf53706209a92404 100644 --- a/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/DeployCompilerGeneratorToolsRuntime.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/DeployCompilerGeneratorToolsRuntime/DeployCompilerGeneratorToolsRuntime.csproj @@ -4,7 +4,6 @@ 14.0 - Debug x64 x64 {6DA08F12-32F2-4DD9-BBAD-982EB71A2C9B} @@ -55,4 +54,4 @@ - + \ 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 fb0224381ee5275a024ab931c26b68e7eb0e9a00..709104d317d9e7dd643933f157bf584f94bb0b0d 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/BoundTreeGenerator/CompilersBoundTreeGenerator.csproj @@ -4,7 +4,6 @@ True - Debug AnyCPU AnyCPU {02459936-CD2C-4F61-B671-5C518F2A3DDC} @@ -22,10 +21,8 @@ true CompilerGeneratorTool - - - - + + @@ -36,4 +33,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 d41b3e317980b07d924ef5026c16ede4fd862f46..0c9bb37c9c7f9201811f4134c77bb82a6b617bd5 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpErrorFactsGenerator/CSharpErrorFactsGenerator.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU AnyCPU {288089C5-8721-458E-BE3E-78990DAB5E2E} @@ -22,10 +21,8 @@ true CompilerGeneratorTool - - - - + + @@ -33,4 +30,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 777ae363000c364c526e3d111ce090badd3d5375..c3040687b3dc56c46f0b482cebf0d85f0696d869 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/CSharpSyntaxGenerator.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {288089C5-8721-458E-BE3E-78990DAB5E2D} Exe @@ -21,10 +20,8 @@ true CompilerGeneratorTool - - - - + + @@ -49,4 +46,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 ed730a8f8ac105d5bb87866f5c6573248c9919b0..63f5a4d1f154f7f072d6cddc331d00a1a923ac91 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicErrorFactsGenerator/VisualBasicErrorFactsGenerator.vbproj @@ -4,14 +4,12 @@ true - Debug AnyCPU AnyCPU {909B656F-6095-4AC2-A5AB-C3F032315C45} Exe $(CompilerGeneratorToolsDir) - - + Microsoft.CodeAnalysis.VisualBasic.Internal.VBErrorFactsGenerator VBErrorFactsGenerator Embed @@ -29,10 +27,8 @@ true CompilerGeneratorTool - - - - + + @@ -43,4 +39,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 71fff54998b5fd8df76d97d023f318a55e87c307..4e3066ba9fefdf7cb505451f78c22e2db2d95c30 100644 --- a/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj +++ b/src/Tools/Source/CompilerGeneratorTools/Source/VisualBasicSyntaxGenerator/VisualBasicSyntaxGenerator.vbproj @@ -4,7 +4,6 @@ true - Debug AnyCPU AnyCPU {6AA96934-D6B7-4CC8-990D-DB6B9DD56E34} @@ -26,10 +25,8 @@ true CompilerGeneratorTool - - - - + + @@ -73,4 +70,4 @@ - + \ No newline at end of file diff --git a/src/Tools/Source/MetadataVisualizer/MetadataVisualizer.csproj b/src/Tools/Source/MetadataVisualizer/MetadataVisualizer.csproj index 35fa7cec03be034d24e1faca85612688dca0361a..1162cbff5bd5d2fa3fb3591b998f6dc5cb6af349 100644 --- a/src/Tools/Source/MetadataVisualizer/MetadataVisualizer.csproj +++ b/src/Tools/Source/MetadataVisualizer/MetadataVisualizer.csproj @@ -3,7 +3,6 @@ True - Debug AnyCPU AnyCPU {4C7847DB-C412-4D5E-B573-F12FA0A76127} @@ -39,4 +38,4 @@ - + \ No newline at end of file diff --git a/src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj b/src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj index 0e0d35780cd2b238407f576495644af327dc2402..9e652cc84ff998974252e547205824487ec2038d 100644 --- a/src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj +++ b/src/Tools/Source/Pdb2Xml/Pdb2Xml.csproj @@ -1,9 +1,8 @@ - + - Debug AnyCPU {CF450DCE-D12B-4A11-8D2D-A7A125372C48} Exe @@ -31,4 +30,4 @@ - + \ No newline at end of file diff --git a/src/Tools/Source/RunTests/RunTests.csproj b/src/Tools/Source/RunTests/RunTests.csproj index e1ee63778adae47f33f5b9cd8b6838c174ed9b00..31c6404282b76dbf7d70862a1f80e640d29aab49 100644 --- a/src/Tools/Source/RunTests/RunTests.csproj +++ b/src/Tools/Source/RunTests/RunTests.csproj @@ -3,7 +3,6 @@ True - Debug AnyCPU {1A3941F1-1E1F-4EF7-8064-7729C4C2E2AA} Exe @@ -14,8 +13,7 @@ - - + @@ -49,4 +47,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj b/src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj index 5170848574abad5abf5ea3b3e1a74dc6f271c938..00255c74f6d53ec3fc2cd5eece6ea58aea4b79a3 100644 --- a/src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj +++ b/src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj @@ -57,7 +57,6 @@ - Debug AnyCPU {5DEFADBD-44EB-47A2-A53E-F1282CC9E4E9} Library @@ -266,4 +265,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj b/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj index 8ae42074377c3454fe6fd74ddeaf2aa4d3a5ca99..93efdbcbe5912540f19c480d351636ebf0ea495a 100644 --- a/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj +++ b/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {737FF62C-F068-4317-84D0-BFB210C17A4E} Library @@ -19,10 +18,8 @@ v4.6 false - - - - + + {5f8d2414-064a-4b3a-9b42-8e2a04246be5} @@ -114,4 +111,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Test/CSharpVisualStudioTest.csproj b/src/VisualStudio/CSharp/Test/CSharpVisualStudioTest.csproj index 127692d41e2d5c155a09518919cac5d289d3e1b3..c7aa2a074193ce7655c8f158129b406f77fbd590 100644 --- a/src/VisualStudio/CSharp/Test/CSharpVisualStudioTest.csproj +++ b/src/VisualStudio/CSharp/Test/CSharpVisualStudioTest.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {91C574AD-0352-47E9-A019-EE02CC32A396} Library @@ -98,10 +97,8 @@ false - - - - + + @@ -184,4 +181,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj b/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj index 33a1d65f72d9eca8bd12051187355fb6fc4b6e75..28eea2370331a75102790a564bd8ce09b80b2e26 100644 --- a/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj +++ b/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {86FD5B9A-4FA0-4B10-B59F-CFAF077A859C} Library @@ -725,4 +724,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/Core/Impl/ServicesVisualStudioImpl.csproj b/src/VisualStudio/Core/Impl/ServicesVisualStudioImpl.csproj index f966baf2c5e300519251d0fbe97aa888f06cf7bd..1d6c400bfd582b926c72fdd4420917d129b2f14a 100644 --- a/src/VisualStudio/Core/Impl/ServicesVisualStudioImpl.csproj +++ b/src/VisualStudio/Core/Impl/ServicesVisualStudioImpl.csproj @@ -45,7 +45,6 @@ - Debug AnyCPU {C0E80510-4FBE-4B0C-AF2C-4F473787722C} Library diff --git a/src/VisualStudio/Core/Next/ServicesVisualStudio.Next.csproj b/src/VisualStudio/Core/Next/ServicesVisualStudio.Next.csproj index 00e2266e6cc395a08e6027aeaf7fbdd00edcf3ca..844cb2bccb131f59db99e89589599611e200f6f0 100644 --- a/src/VisualStudio/Core/Next/ServicesVisualStudio.Next.csproj +++ b/src/VisualStudio/Core/Next/ServicesVisualStudio.Next.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {FE0D4BDD-1C30-488E-A870-854F5B8C5014} Library @@ -120,4 +119,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj index 572d517ddbb7fb290c6687d92ac60af21138c858..5be3d3abdd02c52f2812083ca34f9f3adadf2847 100644 --- a/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj +++ b/src/VisualStudio/Core/SolutionExplorerShim/SolutionExplorerShim.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {7BE3DEEB-87F8-4E15-9C21-4F94B0B1C2D6} Library @@ -43,10 +42,8 @@ false - - - - + + false @@ -126,4 +123,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/Core/Test.Next/VisualStudioTest.Next.csproj b/src/VisualStudio/Core/Test.Next/VisualStudioTest.Next.csproj index cd912585e7466071ce978934b39cf5287f56706f..c40c49e81be3b32648ec795e44ada42e9022a148 100644 --- a/src/VisualStudio/Core/Test.Next/VisualStudioTest.Next.csproj +++ b/src/VisualStudio/Core/Test.Next/VisualStudioTest.Next.csproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {2E1658E2-5045-4F85-A64C-C0ECCD39F719} Library @@ -113,10 +112,8 @@ ServicesVisualStudio.Next - - - - + + @@ -147,4 +144,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/Core/Test/ServicesVisualStudioTest.vbproj b/src/VisualStudio/Core/Test/ServicesVisualStudioTest.vbproj index a49044addd7afff36570f8fdcc7f48c5c81847fd..0bc5eaf6e586ed11545fe448b295123a22263864 100644 --- a/src/VisualStudio/Core/Test/ServicesVisualStudioTest.vbproj +++ b/src/VisualStudio/Core/Test/ServicesVisualStudioTest.vbproj @@ -3,7 +3,6 @@ true - Debug AnyCPU {A1455D30-55FC-45EF-8759-3AEBDB13D940} Library @@ -385,4 +384,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/IntegrationTests/VisualStudioIntegrationTests.csproj b/src/VisualStudio/IntegrationTests/VisualStudioIntegrationTests.csproj index 6a8ed454e52cc2f5457b96e863a608519f9caca1..3c3bf74405aab16fd9c26faef4e666d8ce9bf4a5 100644 --- a/src/VisualStudio/IntegrationTests/VisualStudioIntegrationTests.csproj +++ b/src/VisualStudio/IntegrationTests/VisualStudioIntegrationTests.csproj @@ -2,7 +2,6 @@ - Debug x86 {E5A55C16-A5B9-4874-9043-A5266DC02F58} Library @@ -14,10 +13,8 @@ true UnitTest - - - - + + @@ -68,4 +65,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj b/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj index 3178806c9134e96002f10b69e024d819058a5d8c..e0d34875e4879d88bd724234e376188e9a137635 100644 --- a/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj +++ b/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {A31228BB-F05C-4D4A-B98A-0E681D876B7C} Library @@ -127,4 +126,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/RemoteHostClientMock/RemoteHostClientMock.csproj b/src/VisualStudio/RemoteHostClientMock/RemoteHostClientMock.csproj index 9e97de10f03cf300b0bc6f02e06eaa90f7c7e431..041095577a02fabc5216abe0e8027da71afb498f 100644 --- a/src/VisualStudio/RemoteHostClientMock/RemoteHostClientMock.csproj +++ b/src/VisualStudio/RemoteHostClientMock/RemoteHostClientMock.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {7259740A-FD0E-480F-A7D4-08BE90AC9051} {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj b/src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj index acbb0d619c41b807a217a0415df34c4272b2fd04..08f730be55a282b1c1ca4d2fdce39fe26a534ac4 100644 --- a/src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj +++ b/src/VisualStudio/Setup.Next/VisualStudioSetup.Next.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {143FE684-6E1C-41DF-9C60-84C7772DC49C} @@ -108,4 +107,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/Setup/VisualStudioSetup.csproj b/src/VisualStudio/Setup/VisualStudioSetup.csproj index e766ccc719bd87746379f2a29df788482d22c8a5..2f7e3d7ad47f57d828e1db83124d5e9f9cfdd6af 100644 --- a/src/VisualStudio/Setup/VisualStudioSetup.csproj +++ b/src/VisualStudio/Setup/VisualStudioSetup.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {201EC5B7-F91E-45E5-B9F2-67A266CCE6FC} @@ -141,7 +140,6 @@ - @@ -201,4 +199,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/TestSetup/VisualStudioTestSetup.csproj b/src/VisualStudio/TestSetup/VisualStudioTestSetup.csproj index f501b522a09d0153d564b8a5ae1ade8cbf1f79ac..50c4c80763129de1bebbfdcc2e054e832a982414 100644 --- a/src/VisualStudio/TestSetup/VisualStudioTestSetup.csproj +++ b/src/VisualStudio/TestSetup/VisualStudioTestSetup.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {82B43B9B-A64C-4715-B499-D71E9CA2BD60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {A88AB44F-7F9D-43F6-A127-83BB65E5A7E2} diff --git a/src/VisualStudio/TestUtilities/VisualStudioTestUtilities.csproj b/src/VisualStudio/TestUtilities/VisualStudioTestUtilities.csproj index a6c52ba291a86a4d5aca077d64506c26aff9c2fc..da5fe66f3a36de3a938ac26406a8c77178bd9275 100644 --- a/src/VisualStudio/TestUtilities/VisualStudioTestUtilities.csproj +++ b/src/VisualStudio/TestUtilities/VisualStudioTestUtilities.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {3BED15FD-D608-4573-B432-1569C1026F6D} Library @@ -12,10 +11,8 @@ v4.6 true - - - - + + @@ -122,4 +119,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/BasicVisualStudio.vbproj b/src/VisualStudio/VisualBasic/Impl/BasicVisualStudio.vbproj index d6f7683918a7e95ca8c34822be19552356f2e851..920de002ce82bebd837c0134e2783cf5b7641292 100644 --- a/src/VisualStudio/VisualBasic/Impl/BasicVisualStudio.vbproj +++ b/src/VisualStudio/VisualBasic/Impl/BasicVisualStudio.vbproj @@ -5,7 +5,6 @@ - Debug AnyCPU {D49439D7-56D2-450F-A4F0-74CB95D620E6} Library @@ -67,10 +66,8 @@ ServicesVisualStudioImpl - - - - + + True @@ -241,4 +238,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj b/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj index 1cb5e34d691732ccfc857de2a60e50da4d568a3f..516be09e7d9d018280ed651d56a6851aa84bee45 100644 --- a/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj +++ b/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj @@ -2,7 +2,6 @@ - Debug AnyCPU {B4A38526-5F15-4CA8-B5E9-0BA04E547023} Library @@ -15,10 +14,8 @@ v4.6 false - - - - + + {1ee8cad3-55f9-4d91-96b2-084641da9a6c} @@ -111,4 +108,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindow.csproj b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindow.csproj index 9507aa562f829699873044ac703cc2e5626acc0f..994776e789fcaf75db4babda3e77d994fa837a79 100644 --- a/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindow.csproj +++ b/src/VisualStudio/VisualStudioDiagnosticsToolWindow/VisualStudioDiagnosticsWindow.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {A486D7DE-F614-409D-BB41-0FFDF582E35C} {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} diff --git a/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj b/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj index 5a599167cbc8abe1647f15f28bc0792ca4f66518..9eb734a1b496f80e976d6e6cc0e812fa8eda7cbc 100644 --- a/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj +++ b/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj @@ -2,7 +2,6 @@ - Debug AnyCPU {82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} {2169F526-8A88-435D-8732-486ACA095A6A} @@ -118,10 +117,8 @@ VisualStudioSetup false False - - - - + + @@ -191,4 +188,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/Xaml/Impl/XamlVisualStudio.csproj b/src/VisualStudio/Xaml/Impl/XamlVisualStudio.csproj index e734a767ea6f841693b1e328e03641e6498f364f..e76389f14c726c84cbe8e868ecf15161b6efc77e 100644 --- a/src/VisualStudio/Xaml/Impl/XamlVisualStudio.csproj +++ b/src/VisualStudio/Xaml/Impl/XamlVisualStudio.csproj @@ -9,7 +9,6 @@ - Debug AnyCPU {971E832B-7471-48B5-833E-5913188EC0E4} Library @@ -94,4 +93,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj b/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj index 1e62b5bb3ea1ac3d16ad6a3be438d295fae2a816..c9ca0d3e6ed8de0d6003693a66726f742ec75fbd 100644 --- a/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj +++ b/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {21B239D0-D144-430F-A394-C066D58EE267} Library @@ -245,4 +244,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj index b056c367bbb23c68664ff500fb49c4fd2b42b77e..db455fa77948b5601a44d25401d9d6542848c8d6 100644 --- a/src/Workspaces/CSharpTest/CSharpServicesTest.csproj +++ b/src/Workspaces/CSharpTest/CSharpServicesTest.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {E195A63F-B5A4-4C5A-96BD-8E7ED6A181B7} Library @@ -77,4 +76,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj b/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj index dee3f701dd83773386221377227a2a3ad8851ac4..6e61e67350a7ac07ef59927b3615d28eee6e292a 100644 --- a/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj +++ b/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {2E87FA96-50BB-4607-8676-46521599F998} Library @@ -190,4 +189,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/Core/Portable/Workspaces.csproj b/src/Workspaces/Core/Portable/Workspaces.csproj index 3aef4348fe0ab78798374fdd3def8419fb33b42c..b2874944025ccc19a6e96ff502f6b1d3df66e095 100644 --- a/src/Workspaces/Core/Portable/Workspaces.csproj +++ b/src/Workspaces/Core/Portable/Workspaces.csproj @@ -3,7 +3,6 @@ - Debug AnyCPU {5F8D2414-064A-4B3A-9B42-8E2A04246BE5} Library @@ -1088,8 +1087,7 @@ - - + @@ -1098,4 +1096,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/CoreTest/ServicesTest.csproj b/src/Workspaces/CoreTest/ServicesTest.csproj index d21ded740136951558656f0f4c4d4cbf8034cdb6..f2e4b9fd8ee7ccfc1a44526fc0d2077908db213d 100644 --- a/src/Workspaces/CoreTest/ServicesTest.csproj +++ b/src/Workspaces/CoreTest/ServicesTest.csproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {C50166F1-BABC-40A9-95EB-8200080CD701} Library @@ -287,4 +286,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/Remote/Core/RemoteWorkspaces.csproj b/src/Workspaces/Remote/Core/RemoteWorkspaces.csproj index 879ab41159a0c45e02fb76048747a8db1b274988..004624aa277d7d8994648f9f73e362280bc15873 100644 --- a/src/Workspaces/Remote/Core/RemoteWorkspaces.csproj +++ b/src/Workspaces/Remote/Core/RemoteWorkspaces.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {F822F72A-CC87-4E31-B57D-853F65CBEBF3} Library @@ -76,4 +75,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/Remote/ServiceHub/ServiceHub.csproj b/src/Workspaces/Remote/ServiceHub/ServiceHub.csproj index c1efd69f47fcb997fa87d661114774be95d0e52e..22b966c1574cfecafe99dbdaa193135547c9148f 100644 --- a/src/Workspaces/Remote/ServiceHub/ServiceHub.csproj +++ b/src/Workspaces/Remote/ServiceHub/ServiceHub.csproj @@ -5,7 +5,6 @@ - Debug AnyCPU {80FDDD00-9393-47F7-8BAF-7E87CE011068} Library @@ -83,4 +82,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj b/src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj index 8af8f01d2846b4b2f4d05e4353c4935b459433cb..471158e50c0877e1a7c55ea074940cacc06394c5 100644 --- a/src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj +++ b/src/Workspaces/VisualBasic/Portable/BasicWorkspace.vbproj @@ -3,7 +3,6 @@ - Debug AnyCPU {57CA988D-F010-4BF2-9A2E-07D6DCD2FF2C} Library @@ -270,4 +269,4 @@ - + \ No newline at end of file diff --git a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj index 9642e9d986906ceae8883dc9fa983cfaaf7442b6..78ac1fb7678f725abb2e759ef38073142b89db6d 100644 --- a/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj +++ b/src/Workspaces/VisualBasicTest/VisualBasicServicesTest.vbproj @@ -4,7 +4,6 @@ true - Debug AnyCPU {E3FDC65F-568D-4E2D-A093-5132FD3793B7} Library @@ -110,4 +109,4 @@ - + \ No newline at end of file