Pregunta

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?

¿Fue útil?

Solución

Figured out what was different from VSSDK 10.0:

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top