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/BasicPhysicsPlugin | |
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/BasicPhysicsPlugin')
-rw-r--r-- | OpenSim/OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.csproj b/OpenSim/OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.csproj index 15f3f72..f88eb32 100644 --- a/OpenSim/OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.csproj +++ b/OpenSim/OpenSim.Physics/BasicPhysicsPlugin/OpenSim.Physics.BasicPhysicsPlugin.csproj | |||
@@ -58,14 +58,14 @@ | |||
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> |
68 | </Reference> | 64 | </Reference> |
65 | <Reference Include="System" > | ||
66 | <HintPath>System.dll</HintPath> | ||
67 | <Private>False</Private> | ||
68 | </Reference> | ||
69 | </ItemGroup> | 69 | </ItemGroup> |
70 | <ItemGroup> | 70 | <ItemGroup> |
71 | <ProjectReference Include="..\Manager\OpenSim.Physics.Manager.csproj"> | 71 | <ProjectReference Include="..\Manager\OpenSim.Physics.Manager.csproj"> |