Application manifest files
I have an application compiled in visual studio 2005.
Is there any way I can modify the manifest files of the application so that, the application works even when the files on which the application depends, resides in the parent directory instead of the working directory. ?

