G
Guest
Is there an easy way to dup a project via changing switches in a project/solution file? I have an app that runs under CF .NET, but, in case the Pocket PC is broken, users will need to enter data via PC. I'd like to use the CF app code, and just rebuild it for PC settings, so I do not have to clone all of the source files. I was able to gen a new project, targeting Windows Forms and add existing files, but this project cloned all source files and now I'd be stuck with having to maintain 2 sets of source files. I'd rather have 2 different project/solution files in the same directory... is there another way to do this that does not require file duplication?