在 Microsoft Visual Studio 2010 Express for Windows Phone 中重命名项目

发布于 2025-01-08 09:23:24 字数 139 浏览 0 评论 0原文

我不久前启动了一个 Windows Phone 7 应用程序,但启动时没有为其提供一个合理的名称。这就是为什么我的项目现在被称为“WindowsPhoneApplication1”。有没有一种简单的方法可以将我的项目重命名为更合理的名称?

提前致谢

I started a Windows Phone 7 application some time ago but didn't provide it with a sensible name when I started. That's why my project is called "WindowsPhoneApplication1" at the moment. Is there an easy way to rename my project to a more sensible name?

Thanks in advance

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

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

发布评论

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

评论(1

酒几许 2025-01-15 09:23:24

您可以在“属性”页面中更改应用程序的标题。双击“解决方案资源管理器”中的“属性”节点,您将看到如下页面(请注意,左侧的“应用程序”选项卡已选中):

显示应用程序标题和程序集名称选项的图像

如您所见,您可以更改默认命名空间(如果文件内有类而没有显式命名空间,则封装所有类的命名空间)、程序集名称以及 < strong>应用程序的标题这是我的认为你在问的是。

You can change the title of the application in the Properties pages. Double click the Properties node in Solution Explorer and you'll get a page like this (note that the Application tab, on the left, is selected):

Image showing application title and assembly name options

As you can see you can change the default namespace (the one that encapsulates all classes if you have classes inside files without an explicit namespace), assembly name, and also the Title of the application which is what I think you're asking about.

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