views:

105

answers:

0

Explicitly setting dependency in VS2010 between unmanaged C++ project and C# project is honored in VS2010, but dependency is ignored in MSBuild 4.0.

It is impossible to add a reference to unmanaged C++ project from C# project, afaik.

How do i ensure correct build order if a solution contains unmanaged and managed projects?