i think shared projects are better used for static assets that don't require code compilation, e.g. images/fonts/etc...
bigworld12
@bigworld12
btw i love the new templates, ty @GeertvanHorrik
Geert van Horrik
@GeertvanHorrik
@bigworld12 The shared projects came from a long history where we first had a project per target platform. And I am not really keen on adding more libs vs project that will be included in the final assembly itself
@bigworld12 glad you like them :-) They are open source, so if you ever need changes, feel free to create a new ticket
bigworld12
@bigworld12
@GeertvanHorrik then how about sharing items using the Link feature e.g.:
this eliminates all the problems that come with shared projects, while still having them shared
it's also better for readability since you get the files layed out in their respective places
and you can even filter out unneeded files
Geert van Horrik
@GeertvanHorrik
What are the problems you encounter with shared projects?
and then the issue is: where do you place them (the original files)?