Generated files by caliburn.micro in Release directory

谁说我不能喝 提交于 2019-12-12 06:34:21

问题


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.


回答1:


To expand on my comment.

The xml files are generated documentation used by (among other things) intellisense, so won't need deploying. The language resources shouldn't need deploying if you don't intend to support those languages.



来源:https://stackoverflow.com/questions/29639129/generated-files-by-caliburn-micro-in-release-directory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!