i want to split my views project into sereveral modules. i wanna have a main project that willl have ref to all modules and this main project will generate the view from the modules.
my question is how can i bind all the styles from the application to the other modules?
will it automatically recognize them?
and how will the view model templates will be located? cause now they r in a resource dictionary that i merge in the app.xaml
where shpuld i put them (i want them to be in their module project), how can i load thos resources?