Hi all,
I have a Visual Studio 2008 solution comprised of several projects. Only some header files in each project represents API to the library built from the project.
Is there a way in Visual Studio to copy the files to a common directory prior compilation? (I want to do it in order prevent including unintentionally header file I'm not supposed to)
Thanks Dima