您的位置:首页 > 其它

How to edit project file in VS?

2008-12-05 20:49 507 查看
[From: http://msdn.microsoft.com/en-us/library/ms171487(VS.80).aspx]
Visual Studio

How To: Edit Project Files

MSBuild project files are written in a standard XML format, and can be edited in any XML editor. Visual Studio 2005 provides two ways to view and edit a loaded project file without closing the IDE.

To unload and edit a project file in Visual Studio

In Solution Explorer, right-click the project and click Unload Project.

The project is marked (unavailable).


Note
The Unload Project command only appears if Solution Explorer is configured to display solutions. To configure Solution Explorer to display solutions, select Always show solutions in the General, Projects and Solutions, Options Dialog Box.

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

The project file opens in the Visual Studio XML Editor.

Edit, save, and close the project file.

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

To edit a loaded project file in Visual Studio

Open a new instance of Visual Studio.

In the new instance of Visual Studio, open the loaded project file that you want to edit.

Edit and save the project file.

The instance of Visual Studio with the loaded project displays the File Modification Detected dialog box.

Click Reload on the File Modification Detected dialog box to reload the project with the modified project file.

See Also

Concepts

MSBuild

MSBuild Project File Schema Reference

Other Resources

MSBuild Concepts

MSBuild Reference
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: