在 Microsoft Visual Studio 2010 Express for Windows Phone 中重命名项目
我不久前启动了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在“属性”页面中更改应用程序的标题。双击“解决方案资源管理器”中的“属性”节点,您将看到如下页面(请注意,左侧的“应用程序”选项卡已选中):
如您所见,您可以更改默认命名空间(如果文件内有类而没有显式命名空间,则封装所有类的命名空间)、程序集名称以及 < 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):
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.