How can I limit builds to only support EN “Microsoft.Expression.Interactions.resources.dll”, and avoid DE, KR, FR, ES, etc…?

前端 未结 4 1219
日久生厌
日久生厌 2021-02-04 06:00

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

4条回答
  •  萌比男神i
    2021-02-04 06:11

    @Mike-Post solution didn't work for me :( Maybe because VS2012. I added en but nothing changed and also there was a warning that it is invalid element.

    But here is another solution: http://social.msdn.microsoft.com/Forums/vstudio/en-US/feb23879-660d-43d1-93ef-90a63eef70c6/how-can-i-remove-localization-information-from-my-wpf-project

    just delete these folders (except en maybe) from Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.0\Libraries

提交回复
热议问题