Maintain project dir structure on device after compiling?

  • Thread starter Thread starter Don Huan
  • Start date Start date
D

Don Huan

Hi,

I have a certain directory structure in my VS-project, that I want to
automatically keep on my smartphone after compiling (not after
deploying) project. Is it possible?

Thank you



Dir. example:

-VS project
-dir1
-file.xml
-dir2
-file.xml
...
 
Visual Studio 2003 puts all files into the applications root directory,
so the answer there is no.

However, Visual Studio 2005 preserves the directory structure, so when
it's released (the official release date is November 7), you'll have
this feature.
 

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

Back
Top