Visual Studio 2010: why all the foreign language folders?

前端 未结 5 580
抹茶落季
抹茶落季 2020-12-30 03:20

In the /bin/debug folder of my solution I\'ve noticed a slew of what appear to be foreign language folders with names like \"ar\", \"bg\", \"ca\", \"cs\", \

5条回答
  •  攒了一身酷
    2020-12-30 03:57

    I was able to prevent the folders being created by removing the line:

    xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" 
    

    when I had unwanted folders that contained an interactivity .dll.

提交回复
热议问题