jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

[Feature request] Make NiftyPerforce a .vsix for Visual Studio 2015 Support. #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This would enable everyone to install the extension through the Visual Studio 
Extension Manager and also easy updates.

Original issue reported on code.google.com by remigil...@gmail.com on 30 Mar 2014 at 11:47

jtilander commented 9 years ago

Hm. So first off, one seem to have to install the SDK:

http://www.microsoft.com/en-us/download/details.aspx?id=40758

jtilander commented 9 years ago

Some resources as well:

jtilander commented 9 years ago

This one seems promising: https://msdn.microsoft.com/en-us/library/vstudio/dn246938.aspx

jtilander commented 8 years ago

Hakon Steino graciously contributed an implementation for VSIX support. There is an experimental version as of this checkin: https://github.com/jtilander/niftyplugins/commit/acd7b0f984cf042608f5e2a1b1b8eb1af2b6de99

We're going to hammer out some issues before calling this a release.

speps commented 8 years ago

This extension can't be installed on VS2012 and VS2013 because it relies on MPF 14.0 (there is an error at the end of the installation). With MPF 12.0 instead, it should work on 2012, 2013 and 2015 with the same vsix.

speps commented 8 years ago

I see this is fixed in 2e28a75b425c380f3b1bdabcaa4d3269b72df714, so probably a new release should be done.