Enterprise Class Library Project Template
It's really a shame that I didn't use the Export Template feature of Visual Studio up till now.
Lately, I got a bit frustrated by modifying each time the standard Class Library Project in my development projects. Here are the project settings I always want to enforce when creating a new Enterprise Class Library Project (note that these settings should be set for the Debug and Release configuration):
Anyway, after you have chosen the project settings you want to activate on an empty Class Library Project, you only have to follow the Export Template ... wizard to create a reusable Enterprise Class Library Project :
Lately, I got a bit frustrated by modifying each time the standard Class Library Project in my development projects. Here are the project settings I always want to enforce when creating a new Enterprise Class Library Project (note that these settings should be set for the Debug and Release configuration):
- Remove the default Class1.cs file
- Treat all warnings as errors during compilation
- Generate XML documentation file
- Enable Code Analysis during compilation and treat warnings as errors
Anyway, after you have chosen the project settings you want to activate on an empty Class Library Project, you only have to follow the Export Template ... wizard to create a reusable Enterprise Class Library Project :
- Choose Project template for the type of template you would like to create
- Choose a Template Icon, a Template name and and a Template description
- Finishing the wizard will result in your customized Project Template that will be available in the new Project dialog.
Labels: Visual Studio
0 Comments:
Post a Comment
<< Home