From 5498ce108e898a9fab321ce57e010a5be0f3bf6f Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 21 Jun 2007 17:10:43 +0000 Subject: * Fixed solution to it points at ../../bin rather than ../../../bin --- tools/mass test client/MassTestClient.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mass test client/MassTestClient.csproj') diff --git a/tools/mass test client/MassTestClient.csproj b/tools/mass test client/MassTestClient.csproj index 0f5b6a6..e97a72f 100644 --- a/tools/mass test client/MassTestClient.csproj +++ b/tools/mass test client/MassTestClient.csproj @@ -14,7 +14,7 @@ true full false - ..\..\..\bin\ + ..\..\bin\ DEBUG;TRACE prompt 4 -- cgit v1.1