From 2da1b7304aff391601cd7fdccae383ad6a88e068 Mon Sep 17 00:00:00 2001 From: Kevin Halverson Date: Tue, 28 Jul 2015 22:11:32 -0700 Subject: [PATCH] Interactive Workspace dll signing... My wild guess as to why the Workspaces dlls aren't signed in the Interactive VSIX is that they're not marked "ForceIncludeInVSIX=true" (as most of the other references are). --- .../VisualStudioInteractiveComponents.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj b/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj index 9ab6ab862ee..fb0d6c86272 100644 --- a/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj +++ b/src/VisualStudio/VisualStudioInteractiveComponents/VisualStudioInteractiveComponents.csproj @@ -123,18 +123,21 @@ Features BuiltProjectOutputGroup DebugSymbolsProjectOutputGroup + true {2e87fa96-50bb-4607-8676-46521599f998} Workspaces.Desktop BuiltProjectOutputGroup DebugSymbolsProjectOutputGroup + true {5F8D2414-064A-4B3A-9B42-8E2A04246BE5} Workspaces BuiltProjectOutputGroup DebugSymbolsProjectOutputGroup + true {201EC5B7-F91E-45E5-B9F2-67A266CCE6FC} -- GitLab