简体   繁体   English

在Visual Studio中创建Windows Phone项目的副本

[英]create a copy of a windows phone project in visual studio

I've developed a "basic app" which has a bunch of features. 我已经开发了具有许多功能的“基本应用”。 from that app i want to create copies of the same app and then customize them and build different apps. 我想从该应用程序创建同一应用程序的副本,然后自定义它们并构建不同的应用程序。 for example: think of a basic app for restaurants, all the restaurant app will have the "menu" page but everyone will have different menus and other differences. 例如:考虑到餐厅的基本应用程序,所有餐厅应用程序都将具有“菜单”页面,但每个人的菜单和其他方面都会有所不同。

I've tried to copy-paste the project folder and then add the project to the solution, but in this way I've to refactor all the files manually.... 我试图复制粘贴项目文件夹,然后将项目添加到解决方案中,但是通过这种方式,我必须手动重构所有文件。

how can i make several copies of the app (possibly with auto-refactoring)? 如何制作该应用程序的多个副本(可能具有自动重构功能)? it's possible to create the copies in new solutions? 有可能在新的解决方案中创建副本吗?

thanks 谢谢

解决方法如下:1)创建一个空项目(和解决方案)2)在旧项目文件夹的新解决方案中创建副本3)将副本添加到新解决方案4)重构

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以在visual studio 2013 update 2中创建一个新的Windows Phone 8项目? - Is it possible to create a new windows phone 8 project in visual studio 2013 update 2? 如何为Windows Phone 8创建类库? Visual Studio继续创建8.1项目 - How do I create a class library for Windows Phone 8? Visual Studio keeps creating 8.1 project 在Visual Studio中创建Windows项目类型 - Create Windows project type in Visual Studio 有没有办法在Windows 7和Visual Studio 2012中创建一个Windows Phone 8应用程序 - Is there a way to create a windows phone 8 app in windows 7 and visual studio 2012 Windows Phone Notefunction的Visual Studio 2010中的C#项目 - C# Project in Visual Studio 2010 for Windows Phone Notefunction 在Visual Studio 2013 Windows Phone 8项目中将TypeBindConflicts放在哪里? - Where to put TypeBindConflicts in visual studio 2013 windows phone 8 project? Visual Studio 2013 Windows Phone项目模板的疑问 - Visual Studio 2013 windows phone project templates doubts Windows Phone编程Visual Studio - Windows Phone Programming Visual Studio 无法在Visual Studio中向Windows Phone项目添加Visual C ++运行时包引用 - Cannot add Visual C++ Runtime Package reference to Windows Phone project in Visual Studio 如何创建一个Visual Studio安装项目以安装多个Windows服务 - How to Create a visual studio Setup Project to install multiple Windows Services
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM