문제

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?

도움이 되었습니까?

해결책

Figured out what was different from VSSDK 10.0:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top