My c# program uses a dll written in c++, and this dll is embedded by Fody Costura.
It works on machines having Visual C++ runtime installed or having msvcp140.dll
and dependencies in the working folder.
Is it possible to embed msvcp140.dll
and dependencies to the executable using Fody Costura? My attempt to do it was unsuccessful.