Add new item in Custom project type

226 views Asked by At

I created a project type in visual studio as described in the Microsoft walk-through, but I couldn't add some item template to the "Add New Item" menu of this project type. Anyone could help me and tell me how can I perform this task?

1

There are 1 answers

0
blackmind On

Try checking out this tutorial, he even provides example code

http://www.kendar.org/?p=/tutorials/vsextensions/introduction

Basic idea:

  • create an Item Template
  • Import into VSIX project
  • Specificy the location of the the project type