Caliburn.Micro generates a lot of files in my Release directory. Do I need to include them all while distributing package with my application? Is it possible to disable copying those files?
- Caliburn.Micro.Platform.xml
- Caliburn.Micro.xml
- directories like de, en, es etc. with a single file: System.Windows.Interactivity.resources.dll
These *.xml files look like meta-data for Caliburn.
My application will only support English, so maybe I could remove other directories, but I'm not sure if Caliburn will use it according to system settings or application settings.
I checked the documentation, but I wasn't able to find any description about those files.