Browse by Tags

All Tags » DevCenterPost » WinForms » Visual Studio 2010 (RSS)

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...