June 14, 2006

How to edit a Visual Studio 2005 project file in studio?

To unload and edit a project file in Visual Studio
  1. In Solution Explorer, right-click the project and click Unload Project. The project is marked (unavailable).

  2. In Solution Explorer, right-click the unavailable project and click Edit <Project File>.

    The project file opens in the Visual Studio XML Editor.

  3. Edit, save, and close the project file.

  4. In Solution Explorer, right-click the unavailable project and click Reload Project.