diff options
author | lbsa71 | 2007-06-13 21:06:39 +0000 |
---|---|---|
committer | lbsa71 | 2007-06-13 21:06:39 +0000 |
commit | 1876c70ebdc2b620797318a56fb4c2ea03fbef17 (patch) | |
tree | d1cdee5f1ddb4751b6cb41b97bb847ba337ad4c0 /OpenSim/OpenSim.Physics/PhysXPlugin | |
parent | * First attempt at fixing differing build files on different .net flavours. (diff) | |
download | opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.zip opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.gz opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.bz2 opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.xz |
* Changed some more sort order issues
* Updated vs2005 files as well
Diffstat (limited to 'OpenSim/OpenSim.Physics/PhysXPlugin')
-rw-r--r-- | OpenSim/OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.csproj b/OpenSim/OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.csproj index b72bb0f..aa89cc1 100644 --- a/OpenSim/OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.csproj +++ b/OpenSim/OpenSim.Physics/PhysXPlugin/OpenSim.Physics.PhysXPlugin.csproj | |||
@@ -58,10 +58,6 @@ | |||
58 | <NoWarn></NoWarn> | 58 | <NoWarn></NoWarn> |
59 | </PropertyGroup> | 59 | </PropertyGroup> |
60 | <ItemGroup> | 60 | <ItemGroup> |
61 | <Reference Include="System" > | ||
62 | <HintPath>System.dll</HintPath> | ||
63 | <Private>False</Private> | ||
64 | </Reference> | ||
65 | <Reference Include="Axiom.MathLib.dll" > | 61 | <Reference Include="Axiom.MathLib.dll" > |
66 | <HintPath>..\..\..\bin\Axiom.MathLib.dll</HintPath> | 62 | <HintPath>..\..\..\bin\Axiom.MathLib.dll</HintPath> |
67 | <Private>False</Private> | 63 | <Private>False</Private> |
@@ -70,6 +66,10 @@ | |||
70 | <HintPath>..\..\..\bin\PhysX_Wrapper_Dotnet.dll</HintPath> | 66 | <HintPath>..\..\..\bin\PhysX_Wrapper_Dotnet.dll</HintPath> |
71 | <Private>False</Private> | 67 | <Private>False</Private> |
72 | </Reference> | 68 | </Reference> |
69 | <Reference Include="System" > | ||
70 | <HintPath>System.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | </ItemGroup> | 73 | </ItemGroup> |
74 | <ItemGroup> | 74 | <ItemGroup> |
75 | <ProjectReference Include="..\Manager\OpenSim.Physics.Manager.csproj"> | 75 | <ProjectReference Include="..\Manager\OpenSim.Physics.Manager.csproj"> |