C#: How to programmatically compile a DLL with certain XML content in the resources of the DLL?
Posted
by shifuimam
on Stack Overflow
See other posts from Stack Overflow
or by shifuimam
Published on 2010-05-29T03:31:15Z
Indexed on
2010/05/29
3:32 UTC
Read the original article
Hit count: 316
More specifically, I'm wanting to compile the XML required by Microsoft to create a GDF.dll file, in order to add a game to the Games Explorer in Windows 7. I found this KB article that explains how to programmatically compile source into a DLL or EXE, but I'm unsure how to properly compile a DLL that contains XML.
© Stack Overflow or respective owner