aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/mass test client/MassTestClient.csproj
diff options
context:
space:
mode:
authorAdam Frisby2007-06-21 17:10:43 +0000
committerAdam Frisby2007-06-21 17:10:43 +0000
commit5498ce108e898a9fab321ce57e010a5be0f3bf6f (patch)
treeb4b253803f911ae4ef64ddbb7989d3008ed7ff29 /tools/mass test client/MassTestClient.csproj
parent* Importing Ming's mass test client (diff)
downloadopensim-SC_OLD-5498ce108e898a9fab321ce57e010a5be0f3bf6f.zip
opensim-SC_OLD-5498ce108e898a9fab321ce57e010a5be0f3bf6f.tar.gz
opensim-SC_OLD-5498ce108e898a9fab321ce57e010a5be0f3bf6f.tar.bz2
opensim-SC_OLD-5498ce108e898a9fab321ce57e010a5be0f3bf6f.tar.xz
* Fixed solution to it points at ../../bin rather than ../../../bin
Diffstat (limited to 'tools/mass test client/MassTestClient.csproj')
-rw-r--r--tools/mass test client/MassTestClient.csproj2
1 files changed, 1 insertions, 1 deletions
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 @@
14 <DebugSymbols>true</DebugSymbols> 14 <DebugSymbols>true</DebugSymbols>
15 <DebugType>full</DebugType> 15 <DebugType>full</DebugType>
16 <Optimize>false</Optimize> 16 <Optimize>false</Optimize>
17 <OutputPath>..\..\..\bin\</OutputPath> 17 <OutputPath>..\..\bin\</OutputPath>
18 <DefineConstants>DEBUG;TRACE</DefineConstants> 18 <DefineConstants>DEBUG;TRACE</DefineConstants>
19 <ErrorReport>prompt</ErrorReport> 19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel> 20 <WarningLevel>4</WarningLevel>