Try creating a new Shared Project using the New Project dialog. Add some classes, then check if you can use the “Add Shared Project Reference” command in your main projects. The shared project must be also added to your solutions.
How to use same source code for different framework or platform

Sanjay Kumar Jha
86
Reputation points
Hi
I have three different platforms on which I want to use class files defined in these folders.
I don't want to use them "As a link".Because in this case folder structure will not be physically available in these projects.
My requirement is to use files available in these folders without physically creating folders in my project but folders structure should be visible in my projects.
My requirement is just to use the same source code in all projects without replication of source files. How will it be possible?
Please find the source code.
Thanks
Sanjay