I'm trying to build a simple .Net wrapper around some basic C++ code.
The C++ code does not rely on anything in the vcredist dlls, so I'm wondering if I can setup my project, so it doesn't require those dlls to work ?
I'd hate to have my users download and run vcredist, just for a simple DLL to work.