how to change namespace of entire project?

前端 未结 11 684
梦如初夏
梦如初夏 2020-12-22 22:30

I\'m modifying demo application from this article: http://msdn.microsoft.com/en-us/magazine/dd419663.aspx

I need to update all files to use my namespace, for example

11条回答
  •  借酒劲吻你
    2020-12-22 23:05

    You can use ReSharper for namespace refactoring. It will give 30 days free trial. It will change namespace as per folder structure.

    Steps:

    1. Right click on the project/folder/files you want to refactor.

    2. If you have installed ReSharper then you will get an option Refactor->Adjust Namespaces.... So click on this.

    It will automatically change the name spaces of all the selected files.

提交回复
热议问题