aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/physics/plugins/BasicPhysicsplugin.csproj
diff options
context:
space:
mode:
authorlbsa712007-03-14 14:25:18 +0000
committerlbsa712007-03-14 14:25:18 +0000
commitfd880bcbb6b6efb093c190283ce83de0f47057fa (patch)
treebf12085c5bff69024c333ca6ff74b95c0557ca69 /src/physics/plugins/BasicPhysicsplugin.csproj
parent* Made sure physics dlls end up in /bin/Physics (diff)
downloadopensim-SC_OLD-fd880bcbb6b6efb093c190283ce83de0f47057fa.zip
opensim-SC_OLD-fd880bcbb6b6efb093c190283ce83de0f47057fa.tar.gz
opensim-SC_OLD-fd880bcbb6b6efb093c190283ce83de0f47057fa.tar.bz2
opensim-SC_OLD-fd880bcbb6b6efb093c190283ce83de0f47057fa.tar.xz
* /bin for Release as well
Diffstat (limited to '')
-rw-r--r--src/physics/plugins/BasicPhysicsplugin.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physics/plugins/BasicPhysicsplugin.csproj b/src/physics/plugins/BasicPhysicsplugin.csproj
index e9eaf03..f0b3c9a 100644
--- a/src/physics/plugins/BasicPhysicsplugin.csproj
+++ b/src/physics/plugins/BasicPhysicsplugin.csproj
@@ -22,7 +22,7 @@
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23 <DebugType>pdbonly</DebugType> 23 <DebugType>pdbonly</DebugType>
24 <Optimize>true</Optimize> 24 <Optimize>true</Optimize>
25 <OutputPath>bin\Release\</OutputPath> 25 <OutputPath>..\..\..\bin\Physics\</OutputPath>
26 <DefineConstants>TRACE</DefineConstants> 26 <DefineConstants>TRACE</DefineConstants>
27 <ErrorReport>prompt</ErrorReport> 27 <ErrorReport>prompt</ErrorReport>
28 <WarningLevel>4</WarningLevel> 28 <WarningLevel>4</WarningLevel>