您的位置:首页 > 其它

Visual Studio Tips: How to change project namespace

2013-07-05 16:03 274 查看
/*

Author: Jiangong SUN

*/

If you want to modify a project's namespace and its physical container name, here are some steps to do:

In Visual Studio:

Change the namespace in the code

Change the namespace for the project

Go to project properties, and modify the assembly name and default namespace

In your system:

Locate the solution file .sln and modify the project path.



Now reload your solution, it works!

I hope this article can do help to you! Enjoy coding!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: