This is a template based on the shared code project template in VS 2013 Update 2. It allows you to share files between multiple projects. You have to manually reference this projects from the other projects. To add a reference, simply add an import statement into your project xml like the following: <Import Project="..\Awesome Shared Project\Common.Shared.projitems" Label="Shared"/> Make sure the path is correct. This is a technology demo, not a product for productive usage! For more info check out my blog. (http://blogs.msdn.com/dmx) |