Reputation: 1
Silly question: I am looking through the options in VS for something that will allow me to prevent VS from automatically creating (or at least automatically naming) the starting files when you create a new project. When I create a new Windows Form application, for example, and I name both the project and the solution "ExampleForm," VS will create the project but add a default Form1.cs
file. I would think it would at least name the first file after the project/solution.
Is there any setting for this?
Upvotes: 0
Views: 89
Reputation: 894
I think you will have to define your own Visual studio template
Upvotes: 4