How do I move a project to a different folder in Visual Studio?
(如何将项目移动到Visual Studio中的其他文件夹?)
I am used to this structure in my projects. (我在项目中习惯了这种结构。)
-- app
---- Project.Something
---- Project.SomethingElse
I want to rename the whole namespace SomethingElse to SomethingNew, what's the best way to do that (without manually going into .sln file)?
(我想将整个命名空间SomethingElse重命名为SomethingNew,这样做的最佳方法是什么(无需手动进入.sln文件)?)
ask by Egor Pavlikhin translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…