diff options
Diffstat (limited to '')
-rw-r--r-- | src/Config/SimConfig/SimConfig.csproj | 2 | ||||
-rw-r--r-- | src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj | 2 | ||||
-rw-r--r-- | src/physics/plugins/BasicPhysicsplugin.csproj | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Config/SimConfig/SimConfig.csproj b/src/Config/SimConfig/SimConfig.csproj index 5aee907..98e86f1 100644 --- a/src/Config/SimConfig/SimConfig.csproj +++ b/src/Config/SimConfig/SimConfig.csproj | |||
@@ -16,7 +16,7 @@ | |||
16 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> | 16 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
17 | </PropertyGroup> | 17 | </PropertyGroup> |
18 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | 18 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
19 | <OutputPath>bin\Release\</OutputPath> | 19 | <OutputPath>..\..\..\bin\</OutputPath> |
20 | <Optimize>True</Optimize> | 20 | <Optimize>True</Optimize> |
21 | <DefineConstants>TRACE</DefineConstants> | 21 | <DefineConstants>TRACE</DefineConstants> |
22 | <DebugSymbols>False</DebugSymbols> | 22 | <DebugSymbols>False</DebugSymbols> |
diff --git a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj index 7b1616a..8cbba6f 100644 --- a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj +++ b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj | |||
@@ -16,7 +16,7 @@ | |||
16 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> | 16 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
17 | </PropertyGroup> | 17 | </PropertyGroup> |
18 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | 18 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
19 | <OutputPath>bin\Release\</OutputPath> | 19 | <OutputPath>..\..\..\..\bin\Physics\</OutputPath> |
20 | <Optimize>True</Optimize> | 20 | <Optimize>True</Optimize> |
21 | <DefineConstants>TRACE</DefineConstants> | 21 | <DefineConstants>TRACE</DefineConstants> |
22 | <DebugSymbols>False</DebugSymbols> | 22 | <DebugSymbols>False</DebugSymbols> |
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> |