Silverlight 4 - how to skip building localized resources at Bin / Debug
Is it possible to skip building localized resources at Bin / Debug foler?
There are man开发者_StackOverflow社区y folders for languages but my application work only in English and these folders aren't required. I think it could speed up build process. Right now this application contains about 40 different projects and building in on VS2010 takes ages...
精彩评论