I know that possible to bundle
eg.
index.html
main.css
jQuery.js
Logo.gif
into an assembly (DLL) and use it in WPF via res://
protocol, but I cannot find any project template in Visual Studio 2010/2012 to do it.
How it is possible to do this?
I know that possible to bundle
eg.
index.html
main.css
jQuery.js
Logo.gif
into an assembly (DLL) and use it in WPF via res://
protocol, but I cannot find any project template in Visual Studio 2010/2012 to do it.
How it is possible to do this?
You want to create what is called Resource File. There is wizard for creating this type of file:
File -> New -> File -> C# -> Resource File on my VS2010.