Hey all,
Long story short, I have a test project file (C# project) that contains the NUnit assemblies. When I hit F5, the build properties tell the project to launch NUnit and run the appropriate tests.
However, I work with a team and this project (including the NUnit binaries) are in subversion. Which means that when my partner pulls it down in a different location, the path to NUnit is different and thus it breaks.
Is there a "%PROJECTDIR%" constant or something that I can use in build properties to refer to the NUnit exe and make it work?
Thanks in advance for any help you can give, Sean