Reputation: 351
I have c++ native dll, lib and headers file. After I reference lib from c++\cli project, it builds successfully, but since c++\cli project - just a wrapper, I reference it in c# project and no native dll appears in c# project output directory after build. How can I fix it? I would not like to use build event to copy dll`s manually.
Upvotes: 1
Views: 2019
Reputation: 351
Thus, I have found only two possible solutions:
Upvotes: 3