Swap references at build time in VS
- by NitroxDM
I have a project that runs on both .NET and .NET CF. But it uses a 3rd party library
that will not run on both. So I end up changing the reference every time the project gets built.
Project A - References the 3rd party dll.
Project B - References A and runs .NET CF
Project C - References A and runs .NET
Is there a way to automate it?