in reply to How to Add MD5 C program using Inline::C to a perl program???
A VC++ workspace contains projects, which contain configurations. Workspaces (now called 'Solutions' in VC .Net) are specific to that IDE, and I can't see how you (could)/(would want to) add it to Inline.c.
You might be better creating an XS DLL workspace/project with your C MD5 program as part of it (assuming there is no 'main').