Moved pCampBot to OpenSim/Tools

ThreadPoolClientBranch
Jeff Ames 2008-02-15 02:53:05 +00:00
parent 337d2d2a88
commit 21b623b70e
9 changed files with 11 additions and 11 deletions

View File

@ -10,7 +10,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors> <WarningsAsErrors>false</WarningsAsErrors>
<SuppressWarnings></SuppressWarnings> <SuppressWarnings></SuppressWarnings>
<OutputPath>../bin</OutputPath> <OutputPath>../../../bin</OutputPath>
<DebugInformation>true</DebugInformation> <DebugInformation>true</DebugInformation>
<IncrementalBuild>true</IncrementalBuild> <IncrementalBuild>true</IncrementalBuild>
<NoStdLib>false</NoStdLib> <NoStdLib>false</NoStdLib>
@ -25,7 +25,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors> <WarningsAsErrors>false</WarningsAsErrors>
<SuppressWarnings></SuppressWarnings> <SuppressWarnings></SuppressWarnings>
<OutputPath>../bin</OutputPath> <OutputPath>../../../bin</OutputPath>
<DebugInformation>false</DebugInformation> <DebugInformation>false</DebugInformation>
<IncrementalBuild>true</IncrementalBuild> <IncrementalBuild>true</IncrementalBuild>
<NoStdLib>false</NoStdLib> <NoStdLib>false</NoStdLib>
@ -37,16 +37,16 @@
<Project name="pCampBot" path="./" type="Exe"> <Project name="pCampBot" path="./" type="Exe">
<Configuration name="Debug"> <Configuration name="Debug">
<Options> <Options>
<OutputPath>../bin/</OutputPath> <OutputPath>../../../bin/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<Configuration name="Release"> <Configuration name="Release">
<Options> <Options>
<OutputPath>../bin/</OutputPath> <OutputPath>../../../bin/</OutputPath>
</Options> </Options>
</Configuration> </Configuration>
<ReferencePath>../bin/</ReferencePath> <ReferencePath>../../../bin/</ReferencePath>
<Reference name="System" localCopy="false"/> <Reference name="System" localCopy="false"/>
<Reference name="libsecondlife.dll"/> <Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework.dll"/> <Reference name="OpenSim.Framework.dll"/>

View File

@ -0,0 +1,2 @@
..\..\..\bin\Prebuild.exe /target nant
..\..\..\bin\Prebuild.exe /target vs2005

View File

@ -0,0 +1,4 @@
#!/bin/sh
mono ../../../bin/Prebuild.exe /target nant
mono ../../../bin/Prebuild.exe /target vs2005

View File

@ -1,2 +0,0 @@
..\bin\Prebuild.exe /target nant
..\bin\Prebuild.exe /target vs2005

View File

@ -1,4 +0,0 @@
#!/bin/sh
mono ../bin/Prebuild.exe /target nant
mono ../bin/Prebuild.exe /target vs2005