in some folder of my project , i have one xml file ,when the program run , it must be copyed into /bin/debug folder , i alwary do it manually
now i want it done automatically by IDE, (just like the way output assemble )
thanks
in some folder of my project , i have one xml file ,when the program run , it must be copyed into /bin/debug folder , i alwary do it manually
now i want it done automatically by IDE, (just like the way output assemble )
thanks
Output one xml file to bin/debug folder after compiling
ReneeC
Funny, there was a similiar question about doing just that
what you can do is specify a post build command, so after it builds the solution/project, it can then automatically copy over/do other things for your solution/build once its compiled.
Take a look at this thread and see if it helps:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=577817&SiteID=1