diff options
author | lbsa71 | 2007-03-14 14:25:18 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-14 14:25:18 +0000 |
commit | fd880bcbb6b6efb093c190283ce83de0f47057fa (patch) | |
tree | bf12085c5bff69024c333ca6ff74b95c0557ca69 /src/physics/plugins/BasicPhysicsplugin.csproj | |
parent | * Made sure physics dlls end up in /bin/Physics (diff) | |
download | opensim-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.csproj | 2 |
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> |