- Navigate to "C:\program files\microsoft visual studio 9.0\common7\IDE\ProjectTemplates\CSharp\Windows\1033"
- Copied the template ConsoleApplication.zip
- Navigate to My Documents\Visual Studio 2008\Templates\ProjectTemplates\Visual C#
- Pasted ConsoleApplication.zip
- Opened up the zip with "Open with > Compressed (zipped) folders" and dragged "consoleapplication.csproj" onto the desktop
- At line 45 added
- Saved the proj file
- Opened up the zip with Winzip (or use 7zip) and dragged in the new version of "consoleapplication.csproj"
- Closed winzip (or 7zip)
<Reference Include="System.Configuration" />
The official documentation from Microsoft is here.
No comments:
Post a Comment