Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Silverlight 应用程序(Silverlight 4.0),并且 ApplicationStrings.resx 文件中有很多字符串。我想删除资源文件中不需要的资源字符串。请帮帮我。
在 Visual Studio 中打开 ApplicationStrings.resx。它会显示一个包含所有字符串的网格。只需选择您不想要的并点击删除即可。然后重新编译并查看字符串是否已从文件中删除。
格雷格