Get IDE to include folders in Bin/Debug folder?

L

Lee

Hi,

Is there a way to force VS2005 to copy the folders (and contents of
those folders) that I created in the project to the bin/debug
directories?

I have a folder that includes xml files that the app needs access to at
runtime and I'm using a relative path to get to them.

Thank you.

--
Warm Regards,
Lee

"Upon further investigation it appears that your software is missing
just one thing. It definitely needs more cow bell..."
 
M

Michael Nemtsev

Hello lee,

Create a .bat file where u perform all necessary copying, and appy this bat
to the PostBuild in the projectProperies menu of VS IDE

l> Hi,
l>
l> Is there a way to force VS2005 to copy the folders (and contents of
l> those folders) that I created in the project to the bin/debug
l> directories?
l>
l> I have a folder that includes xml files that the app needs access to
l> at runtime and I'm using a relative path to get to them.
l>
l> Thank you.
l>
l> "Upon further investigation it appears that your software is missing
l> just one thing. It definitely needs more cow bell..."
l>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
L

Lee

Michael Nemtsev enlightened me by writing:
Hello lee,

Create a .bat file where u perform all necessary copying, and appy
this bat to the PostBuild in the projectProperies menu of VS IDE

Thanks Michael, I will do that. Thought there might be a switch
somewhere that I missed...


--
Warm Regards,
Lee

"Upon further investigation it appears that your software is missing
just one thing. It definitely needs more cow bell..."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top