diff --git a/src/Diagnostics/FxCop/Core/AnalyzerPowerPack.Common.csproj b/src/Diagnostics/FxCop/Core/AnalyzerPowerPack.Common.csproj index 1811d9fcd73399a80a8fbcb5f3ccf6e08163df9b..e5c4523ce1e9f1f73c084a9de27456bb81e600e1 100644 --- a/src/Diagnostics/FxCop/Core/AnalyzerPowerPack.Common.csproj +++ b/src/Diagnostics/FxCop/Core/AnalyzerPowerPack.Common.csproj @@ -82,10 +82,10 @@ - - - - + + + + diff --git a/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj b/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj index a0d74855347f812f9db99f867a1cc05b9a7ff0a0..fdd6b477f1034e29297bbb28e8e48bcd05bfb1f5 100644 --- a/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj +++ b/src/EditorFeatures/CSharp/CSharpEditorFeatures.csproj @@ -66,7 +66,7 @@ - + diff --git a/src/EditorFeatures/Core/EditorFeatures.csproj b/src/EditorFeatures/Core/EditorFeatures.csproj index 9c740cab091463e1f7b9f2cd152c3fa926255f38..5e748105bead75150c99ede0b86a456d0cf8e7bf 100644 --- a/src/EditorFeatures/Core/EditorFeatures.csproj +++ b/src/EditorFeatures/Core/EditorFeatures.csproj @@ -125,13 +125,13 @@ - - - - - + + + + + - + diff --git a/src/EditorFeatures/Text/TextEditorFeatures.csproj b/src/EditorFeatures/Text/TextEditorFeatures.csproj index c53b4baa28dbd76c764e0e1f516a7d96ef4a6067..b107a1e9950c72d2bae17c6c51c28891be8836c2 100644 --- a/src/EditorFeatures/Text/TextEditorFeatures.csproj +++ b/src/EditorFeatures/Text/TextEditorFeatures.csproj @@ -70,9 +70,9 @@ - - - + + + diff --git a/src/Features/CSharp/CSharpFeatures.csproj b/src/Features/CSharp/CSharpFeatures.csproj index 3b846bdb0aa479fea17e9e2f2d573a30d20e0a80..787a6f3414259a5b9d5ebb23ae94147eab23a128 100644 --- a/src/Features/CSharp/CSharpFeatures.csproj +++ b/src/Features/CSharp/CSharpFeatures.csproj @@ -76,7 +76,7 @@ - + diff --git a/src/Features/Core/Features.csproj b/src/Features/Core/Features.csproj index 47cdc4b3617f61a34e0e19ac3ac0606015929612..ad121301d028e2cf9e3f24cb7061a914540e4d23 100644 --- a/src/Features/Core/Features.csproj +++ b/src/Features/Core/Features.csproj @@ -72,10 +72,10 @@ - - - - + + + + diff --git a/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj b/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj index 05e640c9bd884861cc3c869f529b410a7f98aa0f..3efbc94dc2d3f3304bb2134e93e8d521380d99f0 100644 --- a/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj +++ b/src/Interactive/EditorFeatures/CSharp/CSharpInteractiveEditorFeatures.csproj @@ -9,7 +9,7 @@ {FE2CBEA6-D121-4FAA-AA8B-FC9900BF8C83} Library Microsoft.CodeAnalysis.Editor.CSharp - Roslyn.CSharp.InteractiveEditorFeatures + Microsoft.CodeAnalysis.CSharp.InteractiveEditorFeatures ..\..\..\..\ true v4.6 @@ -78,7 +78,7 @@ - + diff --git a/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj b/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj index 4c3338cf9251859e1c94b5988392f1ec0df8617e..f5f7b1f308eceb2027acb0d37acca16454dd4df6 100644 --- a/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj +++ b/src/Interactive/EditorFeatures/Core/InteractiveEditorFeatures.csproj @@ -9,7 +9,7 @@ {92412D1A-0F23-45B5-B196-58839C524917} Library Microsoft.CodeAnalysis.Editor - Roslyn.InteractiveEditorFeatures + Microsoft.CodeAnalysis.InteractiveEditorFeatures None ..\..\..\..\ @@ -127,10 +127,10 @@ - - - - + + + + diff --git a/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj b/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj index 529eba388c27ba60e5ef74dc65cb40f32f849311..bb06522872c97f9c75411d9c120f3bea698036c6 100644 --- a/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj +++ b/src/Interactive/EditorFeatures/VisualBasic/BasicInteractiveEditorFeatures.vbproj @@ -8,7 +8,7 @@ AnyCPU {849E516A-595F-474B-ADB4-E099F921CEDF} Library - Roslyn.VisualBasic.InteractiveEditorFeatures + Microsoft.CodeAnalysis.VisualBasic.InteractiveEditorFeatures ..\..\..\..\ true v4.6 @@ -100,13 +100,27 @@ - false - false - false - false - false - false - false + + false + + + false + + + false + + + false + + + false + + + false + + + false + @@ -151,4 +165,4 @@ - + \ No newline at end of file diff --git a/src/Interactive/Features/InteractiveFeatures.csproj b/src/Interactive/Features/InteractiveFeatures.csproj index ced8e45bac91f82b7bacd787ac2adbc282762816..c5b7e89a79ab1627adce318f8af8783d1e58c3c0 100644 --- a/src/Interactive/Features/InteractiveFeatures.csproj +++ b/src/Interactive/Features/InteractiveFeatures.csproj @@ -9,7 +9,7 @@ {8E2A252E-A140-45A6-A81A-2652996EA589} Library Microsoft.CodeAnalysis - Roslyn.InteractiveFeatures + Microsoft.CodeAnalysis.InteractiveFeatures ..\..\..\ true v4.6 @@ -82,12 +82,12 @@ - - - - - - + + + + + + diff --git a/src/Scripting/Core/Scripting.csproj b/src/Scripting/Core/Scripting.csproj index 7bef8af6d226b99ffd59b21ecb1f03b9e2b89e70..8c72e0faa6bf89082bfe66d03e973df541191b71 100644 --- a/src/Scripting/Core/Scripting.csproj +++ b/src/Scripting/Core/Scripting.csproj @@ -174,9 +174,9 @@ - - - + + + diff --git a/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj b/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj index b50eeb825053f6a10215f93214bf3415cfe67249..652f13b334c05d229e82f019d2558254d074cf5d 100644 --- a/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj +++ b/src/VisualStudio/CSharp/Repl/CSharpVisualStudioRepl.csproj @@ -13,7 +13,7 @@ {737FF62C-F068-4317-84D0-BFB210C17A4E} Library Microsoft.VisualStudio.LanguageServices.CSharp.Interactive - Roslyn.VisualStudio.CSharp.Repl + Microsoft.VisualStudio.CSharp.Repl false false @@ -68,27 +68,67 @@ - false - false - false - false - false - false - false - false + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + - false - false - false - false - false - false - false - false - false - false - false - false + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + @@ -97,7 +137,9 @@ - false + + false + @@ -136,4 +178,4 @@ - + \ No newline at end of file diff --git a/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj b/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj index c4ef2bb64c535a0a3b726f175f415bbe059b1fbb..9a57b5b95146eef6570ec340d6c4f0588dd3f84a 100644 --- a/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj +++ b/src/VisualStudio/Core/Def/ServicesVisualStudio.csproj @@ -213,10 +213,10 @@ - - + + - + diff --git a/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj b/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj index 8fc86f340d7bed4e20eb56968860caa66fceebe7..cead820559db5c15a9d6388db7ed577397628e83 100644 --- a/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj +++ b/src/VisualStudio/InteractiveServices/VisualStudioInteractiveServices.csproj @@ -9,7 +9,7 @@ {A31228BB-F05C-4D4A-B98A-0E681D876B7C} Library Roslyn.VisualStudio.Services - Roslyn.VisualStudio.InteractiveServices + Microsoft.VisualStudio.InteractiveServices AnyCPU true ..\..\..\ @@ -74,9 +74,9 @@ - + - + diff --git a/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj b/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj index 7551f9078a81520bc60f2f270f4306ea3239a222..a2967405eec6ee0118fce4b0c8a78db891f4d640 100644 --- a/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj +++ b/src/VisualStudio/VisualBasic/Repl/BasicVisualStudioRepl.vbproj @@ -8,7 +8,7 @@ AnyCPU {B4A38526-5F15-4CA8-B5E9-0BA04E547023} Library - Roslyn.VisualStudio.VisualBasic.Repl + Microsoft.VisualStudio.VisualBasic.Repl false false @@ -67,28 +67,64 @@ - false - false - false - false - false - false - false + + false + + + false + + + false + + + false + + + false + + + false + + + false + - false - false - false + + false + + + false + + + false + True - false - false - false - false - false - false - false - false + + false + + + false + + + false + + + false + + + false + + + false + + + false + + + false + @@ -99,7 +135,9 @@ - false + + false + diff --git a/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj b/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj index b1baccd292316e5c124ff2cd3afb902febec91ff..66ee993dfcada608105698e6568152f5be2801f9 100644 --- a/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj +++ b/src/Workspaces/CSharp/Portable/CSharpWorkspace.csproj @@ -65,8 +65,8 @@ - - + + diff --git a/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj b/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj index 67becb0550efa06bbf027f48b535851ca781aded..a68662b72671ca79d5c8d423ae5c63e2e84b8752 100644 --- a/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj +++ b/src/Workspaces/Core/Desktop/Workspaces.Desktop.csproj @@ -138,8 +138,8 @@ - - + + diff --git a/src/Workspaces/Core/Portable/Workspaces.csproj b/src/Workspaces/Core/Portable/Workspaces.csproj index e3a4a22b02a9b8d458359cf97817e058d15727ba..5c0673336df72c4b1bc96b881f825279ddbff92d 100644 --- a/src/Workspaces/Core/Portable/Workspaces.csproj +++ b/src/Workspaces/Core/Portable/Workspaces.csproj @@ -276,14 +276,14 @@ - - - - - - + + + + + + - +