C# files on release/debug

  • Thread starter Thread starter Przemek M. Zawada
  • Start date Start date
P

Przemek M. Zawada

Dear Group!

While I'm including files through "Project/Add Items/New
Folder/*.newFiles", and so on, and so on, in Visual Studio (2003), I
wish to have a copy of pre-selected directories in my Release/Debug
directory, is it possible ? In fact, I've there some xml-based
configuration files and data storage, and it'd be very useful for me to
have those directories..

Thanks a lot and best wishes,
Przemek
 
Check out the 'Pre-build Event Command Line' property of the 'Build Events'
screen in the project properties page.

Cheers

Ollie Riches
 
Back
Top