Add XML to dll project
-
Hi I have console application that contain sub project define as dll, I would like to add XML to the dll so the when I deliver the dll it already contain the xml without sending dll and xml separately How can I add it? Should I just select add item and then select the XML file? Thanks Ronen
-
Hi I have console application that contain sub project define as dll, I would like to add XML to the dll so the when I deliver the dll it already contain the xml without sending dll and xml separately How can I add it? Should I just select add item and then select the XML file? Thanks Ronen
Add it as a linked resource to the dll which you are sending. In Visual studio you can easily add a linked resource by going to project properties / Resources button. Click on the top first dropsown button to change ti to files and then you can easily add. :)
Shyam.. My Blog dotnetscoups.blogspot.com