Create your own Visual Studio Project template, Visual Studio
If you need to create your own special projects frequently, creating custom engineering modules in advance may make your work easier.
The implementation method is simple. There are only six steps:
1. Create a project
* A blank Web project is selected here.
2. Create necessary directories and files
3. Click Export template menu options
* Click File> export module in the menu bar 」.
4. Click "Next ".
* The project template is selected by default in the pop-up form, so no changes are required.
5. add necessary attributes
* In this step, you can select your favorite project icon and preview chart, and click Finish.
6. Use the new custom template
Supplement:
The new custom project module File is placed under the C: \ Users \ {User Name} \ Documents \ {Visual Studio directory} \ Templates \ ProjectTemplates directory.
How to create your own code template in visual studio 2010
In vs, choose File> export template from the menu to save your code file as a personal template. Good luck!
Visual studio 2008 default Project template
The Express version only supports those projects, and Other templates are not supported.