Change Project Namespace in Visual Studio

后端 未结 7 1380
星月不相逢
星月不相逢 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条回答
  •  猫巷女王i
    2020-12-08 04:09

    "Default Namespace textbox in project properties is disabled" Same with me (VS 2010). I edited the project file ("xxx.csproj") and tweaked the item. That changed the default namespace.

提交回复
热议问题