markrendle / nogit

Disable Git SCC plug-in in Visual Studio 2013 to 2017
https://visualstudiogallery.msdn.microsoft.com/146b404a-3c91-46ff-932a-fb0f8b826f94
MIT License
15 stars 10 forks source link

support VS2015 #4

Closed robertpi closed 6 years ago

robertpi commented 8 years ago

It forces an upgrade to VS2015, but will target both VS2013 & VS2015.

The syntax for supporting VS2015:

<Installation InstalledByMsi="false">
     <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0]" />
     <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />^M
</Installation>

reminds me of: https://xkcd.com/859/

markrendle commented 6 years ago

Completely missed this and have just published update for VS2017. Sorry.