How to add xml files into the assembly using Pre or Post build event in VS.NET

lenasuminan

New Member
I have a web application project and some .xml file are present in one of the folders i.e. \ProjectXMen\xml\files. I cannot include this folder into the project because these files are made dynamically. So i need to find a way where these files can be made to generate resource (.resx )files. And i guess we can do something with Pre or Post build event from vs.net IDE.Now i want to convert these xml files into resource .resx files and finally add them to the project assembly. Please suggest.
 
Back
Top