Modify VS 2010 Template to Reference System.Configuration
Almost every project I create in Visual Studio, I invariably have to add System.Configuration to the references for that project. As soon as I want to do much with app.config, I need to use something in System.Configuration. Well, rather than continue to add that reference to future projects, I’ve decided to change the project template so I don’t have to. The following is a description of how to do that. The project templates are located at C:\Program Files\Microsoft Visual Studio 10.0\Common7\ide\ProjectTemplates\ (replace "Program Files" with "Program Files (x86)" if you’re using a 64-bit version of Windows). For this example I’m … Continue reading Modify VS 2010 Template to Reference System.Configuration