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.
 
Back
Top