如何更改 Visual Studio 2008 中现有项目的名称?

发布于 2024-11-07 21:17:15 字数 53 浏览 0 评论 0原文

如何将VS 2008中的项目名称更改为其他名称?我已经创建了一个项目,现在我想更改它的名称。

How to change the name of a project in VS 2008 to something else? I have already created a project and now I want to change its name.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

爱的那么颓废 2024-11-14 21:17:15

几种方法:

  • 右键单击​​项目并选择重命名
  • 选择并按F2
  • 单击-等待-单击

要更改输出程序集的名称,您需要右键单击并选择属性。在应用程序选项卡中更改程序集名称

Several ways:

  • Right click the project and select Rename
  • Select and press F2
  • Click-wait-click

To change the name of the output assembly you need to right click and select Properties. Change Assembly Name in the Application tab.

吻泪 2024-11-14 21:17:15

要重命名您的项目:

  1. 在解决方案资源管理器中右键单击该项目。
  2. 单击“重命名”。
  3. 输入您的新名称,然后按 Enter

要重命名它生成的程序集:

  1. 在解决方案资源管理器中双击项目的“属性”节点。
  2. 更改“程序集名称”文本框中的文本。

To rename your project:

  1. Right-click on the project in the Solution Explorer.
  2. Click "Rename".
  3. Type in your new name, and then press Enter.

To rename the assembly it generates:

  1. Double-click on the "Properties" node for your project in the Solution Explorer.
  2. Change the text in the "Assembly name" textbox.
耀眼的星火 2024-11-14 21:17:15

鼠标右键单击该项目并选择重命名。

Right mouse click the project and choose rename.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文