Pergunta

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?

Foi útil?

Solução

Figured out what was different from VSSDK 10.0:

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top