clone off pCampBot to OpenSim.TestSuite, as I'm going to be

making enough breaking changes that I'd rather not mess up
people currently using pCampBot effectively.
This commit is contained in:
Sean Dague
2008-03-11 18:06:25 +00:00
parent 956f7cb4f9
commit fa79433d2e
4 changed files with 584 additions and 0 deletions

View File

@@ -1572,6 +1572,34 @@
</Files>
</Project>
<!-- Test Suite -->
<Project name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System" localCopy="false"/>
<Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Reference name="Nini.dll" />
<Reference name="log4net"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
</Solution>
<!-- Prebuild tool -->