Moved ConvexDecompositionDotNet.dll to bin directory to fix picky references on Linux

bulletsim
Mic Bowman 2011-07-11 15:24:23 -07:00
parent b9cbe92f30
commit 616f3844b6
1 changed files with 2 additions and 2 deletions

View File

@ -637,12 +637,12 @@
<Project frameworkVersion="v3_5" name="OpenSim.Region.Physics.ConvexDecompositionDotNet" path="OpenSim/Region/Physics/ConvexDecompositionDotNet" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../../bin/Physics/</OutputPath>
<OutputPath>../../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../../bin/Physics/</OutputPath>
<OutputPath>../../../../bin/</OutputPath>
</Options>
</Configuration>