I want to set the current directory to the solution diretory/configuration name. How do I do that? Can I use the global variables somehow?
Edit: I am trying to read a
Have you tried using the environment variable $(SolutionDir) ?
With reference to this thread here.
Also, hopefully the version of VS does not matter, but this answer is furnished based on the assumption that the platform is VS2005.
Hope this helps.