From 621336d9fd3e298a19461047adfd94f43a5a6863 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 5 Mar 2017 16:01:42 +0100 Subject: [PATCH] Follow https://github.com/Microsoft/visualstudio-docs/blob/master/docs/extensibility/faq-2017.md#can-i-build-a-vsix-v3-with-visual-studio-2015 Modify .csproj for proper building of .vsix --- ILSpy.AddIn/ILSpy.AddIn.csproj | 26 ++++++++++++++--------- ILSpy.AddIn/packages.config | 1 + ILSpy.AddIn/source.extension.vsixmanifest | 3 +++ 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/ILSpy.AddIn/ILSpy.AddIn.csproj b/ILSpy.AddIn/ILSpy.AddIn.csproj index 2f4adc923..b14b1027d 100644 --- a/ILSpy.AddIn/ILSpy.AddIn.csproj +++ b/ILSpy.AddIn/ILSpy.AddIn.csproj @@ -1,14 +1,11 @@  - - - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\VSSDK\Microsoft.VsSDK.targets - $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets - - - - - $(VisualStudioVersion) + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + @@ -22,6 +19,7 @@ ICSharpCode.ILSpy.AddIn ILSpy.AddIn True + v3 Key.snk v4.0 @@ -235,7 +233,15 @@ true - + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + +