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)?
bigworld12
@bigworld12
@GeertvanHorrik wpf designer for example, doesn't support designing xaml files in shared projects also you can leave the folder structure as is, just change the way used to link the files together, and instead of having a shared project, just have them in a normal folder, and link it manually in each project
Geert van Horrik
@GeertvanHorrik
@bigworld12 good points! Are there xaml files in the shared projects? In that case we could consider moving them around.
Excuse me, is there a way I can edit the SplashScreen, I should type "Produced for and not by"
Geert van Horrik
@GeertvanHorrik
I think it's coming from the language serivce
advapiIT
@advapiIT
yes, you're right, but I don't know how I can change the resource for the italian version ... I check the docs
Geert van Horrik
@GeertvanHorrik
we wouldn't allow resources changes for this (it must be direct translations). But... you can implement your own version of the language service and return the right value
advapiIT
@advapiIT
yep, you're right
I don't know, do you already have italian translation / need it?
Geert van Horrik
@GeertvanHorrik
we could definitly use it, I don't think it's available yet