Tests and deployment files in uplevel directories.
I am using xml configuration files that are stored outside of the bin folder at the same level.
\bin
\maps
When trying to unit test my code I have set the deployment items to copy the folder maps, but it copies the files into what would be the bin folder at run time. So the paths (..\maps) that are used at runtime, are incorrect.

