Here is my problem.
In VS 2010, how to share a file in several class projects in a given solution without creating a DLL. The file consists of a single class for interfacing with the rapid system DLLs (PInvoke). I have several executables (= number of projects) to create using this class. I do not want to create a DLL (no new class library project). But I can not find how to keep VS 2010 to make multiple copies of the file class. Obviously I do not want me having to modify all.
Bookmarks