C# in VS2005: Can a device project target both full framework and CF?
问题 We're developing with Compact Framework for a device under Visual Studio 2005. However we want to make an emulated version of the software as well, running at the PC (preferably selectable via a Build Configuration). It seems however that the .vsproj file is specific for devices; there is no way to use the full .NET framework for example by just changing the target. Is there any way around this? I suppose we can run the compact framework on the PC, but still the project can't target for