How can I change the project namespace in Visual Studio?
The namespace is currently WindowsFormsApplication16, and I want the namespace to be MyNa
WindowsFormsApplication16
MyNa
You can change the default namespace: -> Project -> XXX Properties... On Application tab: Default namespace
Project
XXX Properties...
Other than that: Ctrl-H Find: WindowsFormsApplication16 Replace: MyName
Ctrl-H