这意味着,Visual Studio将为您处理编译资源文件以及将该文件嵌入目标程序集的图像所涉及的所有细节。
That means that all the details involved in compiling the resource file and embedding it into the image of the target assembly are handled for you by Visual Studio.
例如,当你修改版本信息、运行时设置、资源文件、图标/启动画面等时,它会极大地降低编译时间。
It dramatically reduces compilation time if, for example, you modify version info, runtime settings, resource files, icon/splash screen, etc.
如果您将属性值添加到窗体及其控件的属性表,则Visual Studio会在幕后于一个已编译为非特定程序集的资源文件中维护它们。
As you add property values into the property sheet for the form and its controls, Visual Studio maintains them in a resource file behind the scenes that is compiled into the neutral assembly.
应用推荐