Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

How to develop VS 2015 Extension that will work with all editions of VS?

$
0
0

My VS 2015 extension currently has the following in the Manifest file:

 <Installation InstalledByMsi="false">
    <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.Pro" />
    <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.Ultimate" />
    <InstallationTarget Version="[14.0]" Id="Microsoft.VisualStudio.Enterprise" />
  </Installation>

How do I make sure that my Extension to VS 2015 works with ALL editions of Visual Studio2015 that support Extensions?

Joginder Nahil





Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>