How to prevent resource assembly generation for embedded resources
问题 I have a project which embeds some files into it, two of which ends with .SMS.something . When the project is compiled, a satellite assembly for the "SMS" culture is generated even though I have not specified anywhere that I want to use satellite assemblies, and is it even a culture? I have searched all over the place for an explanation, but I am at a loss. The only things I found were people trying to embed their resource assemblies for actual cultures into their executable, but this is not