Yes, I could remove it manually every time.
But I'm trying to automate the process - so we can create the store package in the "Release*" solution configs, while keeping it for the "Debug*" solution configs.
We want to keep the pseudo language in development and QA since it does help identify missing localized resources and issues with truncation, etc...
Our team uses https://stylecop.codeplex.com/ and we are good at getting rid of warnings to keep the code more maintainable and w/ better quality - so these warnings are a pain.
Does anyone have any ideas?
If anyone from the 'multilingual app toolkit' is listening, you introduced this warning in version 2.1.1100, it was not there in version 2.0.
Does anyone have any ideas on how to remove it in version 2.1.1100?
In the future, could this warning have a code and be suppressed using project > right-click > properties > build > suppress warnings? (see http://msdn.microsoft.com/en-us/library/vstudio/jj715718.aspx)