The CF app should run on the PC without recompiling if you didn't use any
CE-specific items. As for the file's getting duplicated, in the file
settings, uncheck "copy local"
--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net
"Garrick" <(E-Mail Removed)> wrote in message
news:B865328F-A459-49EC-8382-(E-Mail Removed)...
> 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?