From 1876c70ebdc2b620797318a56fb4c2ea03fbef17 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 13 Jun 2007 21:06:39 +0000 Subject: * Changed some more sort order issues * Updated vs2005 files as well --- .../OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/OpenSim.Physics/OdePlugin') diff --git a/OpenSim/OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.csproj b/OpenSim/OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.csproj index 8d57bd5..08f54aa 100644 --- a/OpenSim/OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.csproj +++ b/OpenSim/OpenSim.Physics/OdePlugin/OpenSim.Physics.OdePlugin.csproj @@ -58,10 +58,6 @@ <NoWarn></NoWarn> </PropertyGroup> <ItemGroup> - <Reference Include="System" > - <HintPath>System.dll</HintPath> - <Private>False</Private> - </Reference> <Reference Include="Axiom.MathLib.dll" > <HintPath>..\..\..\bin\Axiom.MathLib.dll</HintPath> <Private>False</Private> @@ -70,6 +66,10 @@ <HintPath>..\..\..\bin\Ode.NET.dll</HintPath> <Private>False</Private> </Reference> + <Reference Include="System" > + <HintPath>System.dll</HintPath> + <Private>False</Private> + </Reference> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Manager\OpenSim.Physics.Manager.csproj"> -- cgit v1.1