So I have a Visual Studio 2008 project which has a large amount of binary data that it is currently referencing. I would like to package the binary data much like you can do
You can embed the binary data as a C language array - no resources involved at all. An old classic trick. see for example XD