SvenHarenburg / TrayKit

A small application to help with often reoccuring tasks.
MIT License
6 stars 2 forks source link

NuGet reference to Xceed.WPF.AvalonDock creates language folders in output directory #2

Open SvenHarenburg opened 8 years ago

SvenHarenburg commented 8 years ago

Since the application uses controls provided by the Xceed WPF Toolkit, the project holds a reference to the "Xceed.WPF.AvalonDock"-assembly. While compiling the project this assembly generates some language-related folders in the output-directory.

While this is not necessarily a big issue, I still do not like it and am not sure if the reference is really needed. But simply removing the reference might break the NuGet-reference.

jpirok commented 8 years ago

I'm seeing these language folders copying to the output directory as well. It's more annoying than anything, but I would like to find a way to stop it from happening. It complicates the deployment for our devops.

jomtek commented 3 years ago

Someone?