Hello,
I am trying to create a new project template that could allow me to do the following:
1- Totally new project type (not under C#, VB, C++ or anything like that)
2- It would have its own items. For instance, when creating a project and right click over it and select “Add->New Item” I don’t want to see other files like .cs or .vb or anything like that. Just my files.
3- When I press “Build”, instead of using MSBuild, I use my own compiler/application
4- If possible, disable/remove all menu/toolbar items that don’t make sense for us (i.e. debug)
Is this possible? If yes, then how :)?
Thank you so much,
Mu
I am trying to create a new project template that could allow me to do the following:
1- Totally new project type (not under C#, VB, C++ or anything like that)
2- It would have its own items. For instance, when creating a project and right click over it and select “Add->New Item” I don’t want to see other files like .cs or .vb or anything like that. Just my files.
3- When I press “Build”, instead of using MSBuild, I use my own compiler/application
4- If possible, disable/remove all menu/toolbar items that don’t make sense for us (i.e. debug)
Is this possible? If yes, then how :)?
Thank you so much,
Mu