Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In VS 2005, you can edit project files (.csproj, .vbproj etc) in VS itself while they are loaded.
- Right click on the project node in Solution Explorer and ‘Unload Project’.
- Now right click on the project node again and select ‘Edit <project file>’.
- This opens the project file using XML editor. Make the changes you want.
- Reload the project by selecting ‘Reload project’ by right clicking the project node again.
Comments
- Anonymous
November 02, 2005
Is there anyway for VS.NET 2005 to read or export from a Project file a standard C++ make file? - Anonymous
November 04, 2005
The comment has been removed