parent
5d59ffe99d
commit
45d407c7b5
|
@ -6,7 +6,6 @@ using OpenSim.GridInterfaces.Local;
|
||||||
using OpenSim.Framework.Interfaces;
|
using OpenSim.Framework.Interfaces;
|
||||||
using OpenSim.Framework.Types;
|
using OpenSim.Framework.Types;
|
||||||
using OpenSim.Framework.Console;
|
using OpenSim.Framework.Console;
|
||||||
using OpenSim.world;
|
|
||||||
using OpenSim.Assets;
|
using OpenSim.Assets;
|
||||||
using libsecondlife;
|
using libsecondlife;
|
||||||
using OpenSim.UserServer;
|
using OpenSim.UserServer;
|
||||||
|
|
|
@ -62,10 +62,6 @@
|
||||||
<HintPath>..\..\..\bin\libsecondlife.dll</HintPath>
|
<HintPath>..\..\..\bin\libsecondlife.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="OpenSim.World" >
|
|
||||||
<HintPath>OpenSim.World.dll</HintPath>
|
|
||||||
<Private>False</Private>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System" >
|
<Reference Include="System" >
|
||||||
<HintPath>System.dll</HintPath>
|
<HintPath>System.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
<include name="../../../bin/OpenSim.GridInterfaces.Local.dll" />
|
<include name="../../../bin/OpenSim.GridInterfaces.Local.dll" />
|
||||||
<include name="../../../bin/OpenSim.RegionServer.dll" />
|
<include name="../../../bin/OpenSim.RegionServer.dll" />
|
||||||
<include name="../../../bin/OpenSim.Servers.dll" />
|
<include name="../../../bin/OpenSim.Servers.dll" />
|
||||||
<include name="../../../bin/OpenSim.World.dll" />
|
|
||||||
<include name="System.dll" />
|
<include name="System.dll" />
|
||||||
<include name="System.Data.dll.dll" />
|
<include name="System.Data.dll.dll" />
|
||||||
<include name="System.Xml.dll" />
|
<include name="System.Xml.dll" />
|
||||||
|
|
|
@ -8,7 +8,6 @@ using OpenSim.Framework.Interfaces;
|
||||||
using OpenSim.Framework.Types;
|
using OpenSim.Framework.Types;
|
||||||
using OpenSim.UserServer;
|
using OpenSim.UserServer;
|
||||||
using OpenSim.Framework.Console;
|
using OpenSim.Framework.Console;
|
||||||
using OpenSim.world;
|
|
||||||
using OpenSim.Assets;
|
using OpenSim.Assets;
|
||||||
using libsecondlife;
|
using libsecondlife;
|
||||||
using OpenSim.Framework;
|
using OpenSim.Framework;
|
||||||
|
|
|
@ -62,10 +62,6 @@
|
||||||
<HintPath>..\..\..\bin\libsecondlife.dll</HintPath>
|
<HintPath>..\..\..\bin\libsecondlife.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="OpenSim.World" >
|
|
||||||
<HintPath>OpenSim.World.dll</HintPath>
|
|
||||||
<Private>False</Private>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System" >
|
<Reference Include="System" >
|
||||||
<HintPath>System.dll</HintPath>
|
<HintPath>System.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
<include name="../../../bin/OpenSim.GridInterfaces.Local.dll" />
|
<include name="../../../bin/OpenSim.GridInterfaces.Local.dll" />
|
||||||
<include name="../../../bin/OpenSim.RegionServer.dll" />
|
<include name="../../../bin/OpenSim.RegionServer.dll" />
|
||||||
<include name="../../../bin/OpenSim.Servers.dll" />
|
<include name="../../../bin/OpenSim.Servers.dll" />
|
||||||
<include name="../../../bin/OpenSim.World.dll" />
|
|
||||||
<include name="System.dll" />
|
<include name="System.dll" />
|
||||||
<include name="System.Data.dll.dll" />
|
<include name="System.Data.dll.dll" />
|
||||||
<include name="System.Xml.dll" />
|
<include name="System.Xml.dll" />
|
||||||
|
|
|
@ -546,7 +546,6 @@
|
||||||
<Reference name="OpenSim.Servers"/>
|
<Reference name="OpenSim.Servers"/>
|
||||||
<Reference name="OpenSim.Caches"/>
|
<Reference name="OpenSim.Caches"/>
|
||||||
<Reference name="OpenSim.RegionServer"/>
|
<Reference name="OpenSim.RegionServer"/>
|
||||||
<Reference name="OpenSim.World"/>
|
|
||||||
|
|
||||||
<Files>
|
<Files>
|
||||||
<Match pattern="*.cs" recurse="true"/>
|
<Match pattern="*.cs" recurse="true"/>
|
||||||
|
@ -574,7 +573,6 @@
|
||||||
<Reference name="OpenSim.Servers"/>
|
<Reference name="OpenSim.Servers"/>
|
||||||
<Reference name="OpenSim.Caches"/>
|
<Reference name="OpenSim.Caches"/>
|
||||||
<Reference name="OpenSim.RegionServer"/>
|
<Reference name="OpenSim.RegionServer"/>
|
||||||
<Reference name="OpenSim.World"/>
|
|
||||||
|
|
||||||
<Files>
|
<Files>
|
||||||
<Match pattern="*.cs" recurse="true"/>
|
<Match pattern="*.cs" recurse="true"/>
|
||||||
|
|
Loading…
Reference in New Issue