How to show the project template option based on Visual Studio version

  • Thread starter Thread starter Ganesan Rengasamy
  • Start date Start date
G

Ganesan Rengasamy

Guest
Hi All,

I am trying to combine my custom separate VSIX for the VS2012 to VS2017 as a single VSIX. So, I have included the all template zip file into the single extension project and I have modified the manifest file. As I expected my VSIX has been installed in all Visual Studio version. But I wanted to disable the project template option in particular Visual Studio version when we choose the 4.0 framework.

For Ex: My template will shown when choose the framework version 4.0 in VS2012 and VS2013 and My template will not shown when choose the framework version 4.0 in VS2015 and VS2017. But I can't achieve this since I am using the all template zip files in the single extension project.


Could you please suggest the way to achieve this in my case.

Thanks,

Ganesan R.

Continue reading...
 
Back
Top