将 .res 文件作为本机 win 32 资源嵌入到 c# 应用程序中

embed .res file as a native win 32 resource into c# application

我想将 win32 资源嵌入到 c# 应用程序中,但我不知道如何做。 CodeProject上的Somone说不可能,建议使用resource hacker:

code project article

我试过了,效果很好。

但问题是我想在 visual studio 中使用代码(或一些 ide 参数或设置)添加此资源,而不需要像 respurce hacker 这样的第三方程序。

我还知道,当我创建一个 C# 应用程序时,它会以某种方式重新获得标准资源,例如 "version info" and "Manifest"

所以我想问的是,这仍然是不可能的,或者实际上是可能的,因为应用程序有一些标准资源。

支持,项目>属性>应用选项卡,"Resource file"设置。