I wasn't sure how what subject to put for this, but what I really want to know is how to compile code which is located outside of my Visual Studio project folder.
For example if my project is located in C:\my project\...
But the source files are located X:\source files\....
May I add the point that I cannot move the source files and nor the project files together. They have to remain seperate. How can I tell my Visual Studio 2008 to compile the code located in that folder?
Does anyone know?
Thank you.
For example if my project is located in C:\my project\...
But the source files are located X:\source files\....
May I add the point that I cannot move the source files and nor the project files together. They have to remain seperate. How can I tell my Visual Studio 2008 to compile the code located in that folder?
Does anyone know?
Thank you.
Comment