From cebb6682299da72b093663b59808ab7b04cd857c Mon Sep 17 00:00:00 2001 From: Schabse Laks Date: Thu, 16 Jan 2014 14:16:29 -0500 Subject: [PATCH] Add missing PIA assembly Project now builds correctly Fixes #1 --- Root-VSIX.csproj | 7 ++++ Root-VSIX.sln | 6 ++++ Shell.Interop/COM Types.cs | 34 +++++++++++++++++++ Shell.Interop/Shell.Interop.csproj | 52 ++++++++++++++++++++++++++++++ 4 files changed, 99 insertions(+) create mode 100644 Shell.Interop/COM Types.cs create mode 100644 Shell.Interop/Shell.Interop.csproj diff --git a/Root-VSIX.csproj b/Root-VSIX.csproj index 7007fbf..6415f5c 100644 --- a/Root-VSIX.csproj +++ b/Root-VSIX.csproj @@ -52,6 +52,13 @@ False $(DevEnvDir)\..\..\VSSDK\VisualStudioIntegration\Common\Assemblies\v4.0\Microsoft.VisualStudio.Shell.12.0.dll + + + + + {2ae4160d-f51a-4374-9f40-ecee109d0f0d} + Shell.Interop + + \ No newline at end of file