diff --git a/src/ExpressionEvaluator/Package/source.extension.vsixmanifest b/src/ExpressionEvaluator/Package/source.extension.vsixmanifest index 48af7fb495428b457819290a017972c443aba0cc..ef3fe62fdb91b428c6dc8c5b976cef58d19debce 100644 --- a/src/ExpressionEvaluator/Package/source.extension.vsixmanifest +++ b/src/ExpressionEvaluator/Package/source.extension.vsixmanifest @@ -4,6 +4,7 @@ Roslyn Expression Evaluators Roslyn Expression Evaluators + ..\CommonExtensions\Microsoft\ManagedLanguages\VBCSharp\ExpressionEvaluators @@ -11,6 +12,16 @@ + + + + + + + + + + diff --git a/src/InteractiveWindow/VisualStudio/source.extension.vsixmanifest b/src/InteractiveWindow/VisualStudio/source.extension.vsixmanifest index cdf362ea240a4c3b3273add16c140c1bb572a61e..e25f4b8eadb3662d647ed4b27b624142d6f54ed6 100644 --- a/src/InteractiveWindow/VisualStudio/source.extension.vsixmanifest +++ b/src/InteractiveWindow/VisualStudio/source.extension.vsixmanifest @@ -4,6 +4,7 @@ VisualStudio Interactive Components Interactive components for Visual Studio. + ..\CommonExtensions\Microsoft\VisualStudioInteractiveComponents @@ -11,6 +12,12 @@ + + + + + + diff --git a/src/VisualStudio/Setup/source.extension.vsixmanifest b/src/VisualStudio/Setup/source.extension.vsixmanifest index 22cbd2ea59384e8dc12757b99625156daac0abf6..77151c449d64902f79b9d6dec54398610271b4a2 100644 --- a/src/VisualStudio/Setup/source.extension.vsixmanifest +++ b/src/VisualStudio/Setup/source.extension.vsixmanifest @@ -4,6 +4,7 @@ Roslyn Language Services C# and VB.NET language services for Visual Studio. + ..\CommonExtensions\Microsoft\ManagedLanguages\VBCSharp\LanguageServices @@ -11,6 +12,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj b/src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj index 60f32db01c9092e642b4094a2cc089fbb8a34a54..817fa303b58c12d2b37c6a6946b7c606b7cfce9f 100644 --- a/src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj +++ b/src/VisualStudio/SetupInteractive/VisualStudioSetupInteractive.csproj @@ -45,13 +45,6 @@ DebugSymbolsProjectOutputGroup true - - {b4a38526-5f15-4ca8-b5e9-0ba04e547023} - BasicVisualStudioRepl - BuiltProjectOutputGroup;PkgDefProjectOutputGroup;ContentFilesProjectOutputGroup - DebugSymbolsProjectOutputGroup - true - {201ec5b7-f91e-45e5-b9f2-67a266cce6fc} VisualStudioSetup diff --git a/src/VisualStudio/SetupInteractive/source.extension.vsixmanifest b/src/VisualStudio/SetupInteractive/source.extension.vsixmanifest index 227c7b1c126a18f8854461ab6399f21a4e3f0d1c..8adcaaa77e3fb807aa5ccc7a450936cc608f9c62 100644 --- a/src/VisualStudio/SetupInteractive/source.extension.vsixmanifest +++ b/src/VisualStudio/SetupInteractive/source.extension.vsixmanifest @@ -4,6 +4,7 @@ Roslyn Interactive Language Services Roslyn interactive language services. + ..\CommonExtensions\Microsoft\ManagedLanguages\VBCSharp\InteractiveLanguageServices @@ -11,6 +12,12 @@ + + + + + + @@ -18,10 +25,8 @@ - - \ No newline at end of file diff --git a/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj b/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj index 56bcf7e789971135881401ccdc5671454721424d..41107477b2f61792b30aaaad8bc2be026e971e8e 100644 --- a/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj +++ b/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj @@ -60,13 +60,6 @@ DebugSymbolsProjectOutputGroup true - - {849e516a-595f-474b-adb4-e099f921cedf} - BasicInteractiveEditorFeatures - BuiltProjectOutputGroup - DebugSymbolsProjectOutputGroup - true - {eba4dfa1-6ded-418f-a485-a3b608978906} InteractiveHost @@ -88,13 +81,6 @@ DebugSymbolsProjectOutputGroup true - - {3e7dea65-317b-4f43-a25d-62f18d96cfd7} - BasicScripting - BuiltProjectOutputGroup - DebugSymbolsProjectOutputGroup - true - {8E2A252E-A140-45A6-A81A-2652996EA589} InteractiveFeatures diff --git a/src/VisualStudio/VisualStudioInteractiveComponents/source.extension.vsixmanifest b/src/VisualStudio/VisualStudioInteractiveComponents/source.extension.vsixmanifest index 142ace215a65f274836529233e550a6f9cc710d8..435bb95f42af716a17b1edc3abd63a4cd93a224b 100644 --- a/src/VisualStudio/VisualStudioInteractiveComponents/source.extension.vsixmanifest +++ b/src/VisualStudio/VisualStudioInteractiveComponents/source.extension.vsixmanifest @@ -4,6 +4,7 @@ Roslyn Interactive Components Interactive Roslyn components for Visual Studio. + ..\CommonExtensions\Microsoft\ManagedLanguages\VBCSharp\InteractiveComponents @@ -11,6 +12,22 @@ + + + + + + + + + + + + + + + +