Open peter1591 opened 7 years ago
Three different parts in our UI:
When running our UI (i.e., 3 above), we also need the C++/CLI dll (i.e., 2 above)
ILMerge (https://github.com/Microsoft/ILMerge) can be used to merge them into one final executable.
What do you mean? What file do we merge?
The .dll build from the CppCLI project. Now this is done automatically by the dependency rules in the VS project files.
Three different parts in our UI:
When running our UI (i.e., 3 above), we also need the C++/CLI dll (i.e., 2 above)
ILMerge (https://github.com/Microsoft/ILMerge) can be used to merge them into one final executable.