Question

I'm porting my existing extension written for VS2010 SDK to VS2012 SDK and there seem to be some changes involving IVsSingleFileGenerator.

Basically, I'm creating a .VSIX with:

  1. Project Templates
  2. Item Templates
  3. A custom tool (implementing IVsSingleFileGenerator)

Did someone made a similar thing for VS2012 and got some code examples?

Was it helpful?

Solution

Figured out what was different from VSSDK 10.0:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top