How can I change the project namespace in Visual Studio?
The namespace is currently WindowsFormsApplication16
, and I want the namespace to be MyName
.
How can I change the project namespace in Visual Studio?
The namespace is currently WindowsFormsApplication16
, and I want the namespace to be MyName
.
Just right click on the name you want to change (this could be namespace or whatever else) and select Refactor->Rename...
Enter new name, leave location as [Global Namespace], check preview if you want and you're done!