Swap references at build time in VS

Posted by NitroxDM on Stack Overflow See other posts from Stack Overflow or by NitroxDM
Published on 2010-04-06T21:42:04Z Indexed on 2010/04/06 21:43 UTC
Read the original article Hit count: 265

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about reference