MBuild - The compiler omit dependencies

Posted by stacker on Stack Overflow See other posts from Stack Overflow or by stacker
Published on 2010-05-09T21:49:48Z Indexed on 2010/05/10 0:48 UTC
Read the original article Hit count: 235

Filed under:
|

MBuild misses some dependencies when packaging the project. How can I fix this?

Edit: the problem seems that the project has few needed references that aren't actually used in the code, so the compiler exclude them.

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about .NET