Tagged Questions

2
votes
3answers
236 views

How to use the same C# 2008 project for both x86 and CF.Net targets?

Hi, I have a C# project in VS2008 which I wish to build for two targets - x86 and the compact framework for dot net (CF.Net) depending on a chosen configuration (say Debug/SmartDeviceDebug etc). How …