diff options
Diffstat (limited to 'src/physics/plugins')
-rw-r--r-- | src/physics/plugins/BasicPhysicsplugin.csproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/physics/plugins/BasicPhysicsplugin.csproj b/src/physics/plugins/BasicPhysicsplugin.csproj index 57cd885..e9eaf03 100644 --- a/src/physics/plugins/BasicPhysicsplugin.csproj +++ b/src/physics/plugins/BasicPhysicsplugin.csproj | |||
@@ -1,4 +1,4 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
@@ -14,7 +14,7 @@ | |||
14 | <DebugSymbols>true</DebugSymbols> | 14 | <DebugSymbols>true</DebugSymbols> |
15 | <DebugType>full</DebugType> | 15 | <DebugType>full</DebugType> |
16 | <Optimize>false</Optimize> | 16 | <Optimize>false</Optimize> |
17 | <OutputPath>bin\Debug\</OutputPath> | 17 | <OutputPath>..\..\..\bin\Physics\</OutputPath> |
18 | <DefineConstants>DEBUG;TRACE</DefineConstants> | 18 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
19 | <ErrorReport>prompt</ErrorReport> | 19 | <ErrorReport>prompt</ErrorReport> |
20 | <WarningLevel>4</WarningLevel> | 20 | <WarningLevel>4</WarningLevel> |
@@ -31,6 +31,7 @@ | |||
31 | <Reference Include="Axiom.MathLib, Version=0.7.0.25497, Culture=neutral"> | 31 | <Reference Include="Axiom.MathLib, Version=0.7.0.25497, Culture=neutral"> |
32 | <SpecificVersion>False</SpecificVersion> | 32 | <SpecificVersion>False</SpecificVersion> |
33 | <HintPath>..\..\..\bin\Axiom.MathLib.dll</HintPath> | 33 | <HintPath>..\..\..\bin\Axiom.MathLib.dll</HintPath> |
34 | <Private>False</Private> | ||
34 | </Reference> | 35 | </Reference> |
35 | <Reference Include="System" /> | 36 | <Reference Include="System" /> |
36 | <Reference Include="System.Data" /> | 37 | <Reference Include="System.Data" /> |
@@ -44,6 +45,7 @@ | |||
44 | <ProjectReference Include="..\PhysicsManager.csproj"> | 45 | <ProjectReference Include="..\PhysicsManager.csproj"> |
45 | <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project> | 46 | <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project> |
46 | <Name>PhysicsManager</Name> | 47 | <Name>PhysicsManager</Name> |
48 | <Private>False</Private> | ||
47 | </ProjectReference> | 49 | </ProjectReference> |
48 | </ItemGroup> | 50 | </ItemGroup> |
49 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 51 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |