Visual studio, add a new document type
2 answers
For .NET projects, you can create item templates here, and then they will be available in a new document dialog.
http://msdn.microsoft.com/en-us/library/tsyyf0yh.aspx
For Visual C ++ projects, you need the following:
http://msdn.microsoft.com/en-us/library/96xz4cw2.aspx
Hope it helps.
0
a source to share