c# - create a copy of a windows phone project in visual studio -
i've developed "basic app" has bunch of features. app want create copies of same app , customize them , build different apps. example: think of basic app restaurants, restaurant app have "menu" page have different menus , other differences.
i've tried copy-paste project folder , add project solution, in way i've refactor files manually....
how can make several copies of app (possibly auto-refactoring)? it's possible create copies in new solutions?
thanks
resolved doing steps: 1)create empty project (and solution) 2)make copy in new solution of old project folder 3)add copy new solution 4)refactor
Comments
Post a Comment