When I build my WPF Project, it creates several language folders, each containing \"Microsoft.Expression.Interactions.resources.dll\".
The weird thing is that I never cr
I had this same irritation of unneeded localized folders and resources.dll files in the Output folder. Removing the reference to Microsoft.Expression.Drawing solved it.
Of course, this meant that I cannot use anything in that library; I was using
in a XAML file to draw an arc. I just found a different way to draw the arc.