NMaven and COM Interop
When Visual Studio compiles code that depends on a COM object, it creates a wrapper dll. For example, compiling code in MyProject that depends on Shell32.dll will result in both MyProject.dll and Interop.Shell32.dll being created.
References
Labels
