How do I reference a Native Dll project in a managed C# project in same solution?
Both projects are in the same solution. I added the native project as a project reference but the native dll doesn't seem to be copied to output directory of c# project because my LibraryImports cannot find it.
