We need to test a .NET application that references a .NET Wrapper DLL that references unmanaged C++ DLL.
The TFS Unit Testing project only copies the .NET Wrapper DLL and not the last one abd tests fail.
How can I tell to MSTest to copy all the necessary files?
Thanks.