How to Include extra files in the bin directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am building a .net windows service. When I build the solution, all the
files needed to install the service are in the bin directory. But there are
other files that are in other folders that I want to include in the bin
directory when I build the solution. eg C:\settings.xml,
C:\BatchFiles\InstallService.bat.

Is there a way to include these extra files in the bin directory when I
build the solution ?

Thanks,
Craig
 
Just to add to my post....

I have created a DOS batch file that copies all the other files in the bin
folder so that they are in the right place. Is there a way I can get this
batch file to run automatically after I build the solution from within Visual
Studio ?
 
Back
Top