Organizing a Visual Studio Solution with common source for multiple projects

711 views Asked by At

The title describes what I try to achieve since I started developing in VS2013.

I basically have a folder which contains all the projects linked to the solution (in this case, EditorRenderer, Engine, FileEditor and PhysicsWorkbench are project directories) which share the same source files which are placed in Source folder.

I organized the Source folder as an Filter in Visual Studio and I made filters to match the entire folder hierarchy that Source has in Windows Explorer. The problem is when I have 2 projects and I add a new folder to the Source, I have to add the folder and the files individually for each project. My question is: Is there any way to make a global project that will be included in every other project that I choose, and to make changes only one time?

0

There are 0 answers