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.
我知道可以捆绑
例如。
index.html main.css jQuery.js Logo.gif
进入程序集(DLL)并通过res://协议在 WPF 中使用它,但我在 Visual Studio 2010/2012 中找不到任何项目模板来执行此操作。
res://
怎么可能做到这一点?
您想创建所谓的资源文件。有创建此类文件的向导:
我的 VS2010 上的文件->新建->文件-> C# ->资源文件。