Change Project Namespace in Visual Studio

后端 未结 7 1368
星月不相逢
星月不相逢 2020-12-08 03:47

How can I change the project namespace in Visual Studio?

The namespace is currently WindowsFormsApplication16, and I want the namespace to be MyNa

7条回答
  •  隐瞒了意图╮
    2020-12-08 04:20

    You can change the default namespace:
    -> Project -> XXX Properties...
    On Application tab: Default namespace

    Other than that:
    Ctrl-H
    Find: WindowsFormsApplication16
    Replace: MyName

提交回复
热议问题