Browse Source

* SimpleApp:
* fixed build errors
* still not working though...

lbsa71 17 years ago
parent
commit
45d407c7b5

+ 0 - 1
OpenSim/Examples/SimpleApp/Program.cs

@@ -6,7 +6,6 @@ using OpenSim.GridInterfaces.Local;
 using OpenSim.Framework.Interfaces;
 using OpenSim.Framework.Types;
 using OpenSim.Framework.Console;
-using OpenSim.world;
 using OpenSim.Assets;
 using libsecondlife;
 using OpenSim.UserServer;

+ 0 - 4
OpenSim/Examples/SimpleApp/SimpleApp.csproj

@@ -62,10 +62,6 @@
       <HintPath>..\..\..\bin\libsecondlife.dll</HintPath>
       <Private>False</Private>
     </Reference>
-    <Reference Include="OpenSim.World" >
-      <HintPath>OpenSim.World.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
     <Reference Include="System" >
       <HintPath>System.dll</HintPath>
       <Private>False</Private>

+ 0 - 1
OpenSim/Examples/SimpleApp/SimpleApp.exe.build

@@ -27,7 +27,6 @@
                 <include name="../../../bin/OpenSim.GridInterfaces.Local.dll" />
                 <include name="../../../bin/OpenSim.RegionServer.dll" />
                 <include name="../../../bin/OpenSim.Servers.dll" />
-                <include name="../../../bin/OpenSim.World.dll" />
                 <include name="System.dll" />
                 <include name="System.Data.dll.dll" />
                 <include name="System.Xml.dll" />

+ 0 - 1
OpenSim/Examples/SimpleApp2/Program.cs

@@ -8,7 +8,6 @@ using OpenSim.Framework.Interfaces;
 using OpenSim.Framework.Types;
 using OpenSim.UserServer;
 using OpenSim.Framework.Console;
-using OpenSim.world;
 using OpenSim.Assets;
 using libsecondlife;
 using OpenSim.Framework;

+ 0 - 4
OpenSim/Examples/SimpleApp2/SimpleApp2.csproj

@@ -62,10 +62,6 @@
       <HintPath>..\..\..\bin\libsecondlife.dll</HintPath>
       <Private>False</Private>
     </Reference>
-    <Reference Include="OpenSim.World" >
-      <HintPath>OpenSim.World.dll</HintPath>
-      <Private>False</Private>
-    </Reference>
     <Reference Include="System" >
       <HintPath>System.dll</HintPath>
       <Private>False</Private>

+ 0 - 1
OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build

@@ -28,7 +28,6 @@
                 <include name="../../../bin/OpenSim.GridInterfaces.Local.dll" />
                 <include name="../../../bin/OpenSim.RegionServer.dll" />
                 <include name="../../../bin/OpenSim.Servers.dll" />
-                <include name="../../../bin/OpenSim.World.dll" />
                 <include name="System.dll" />
                 <include name="System.Data.dll.dll" />
                 <include name="System.Xml.dll" />

+ 0 - 2
prebuild.xml

@@ -546,7 +546,6 @@
       <Reference name="OpenSim.Servers"/>
       <Reference name="OpenSim.Caches"/>
       <Reference name="OpenSim.RegionServer"/>
-      <Reference name="OpenSim.World"/>
 
       <Files>
         <Match pattern="*.cs" recurse="true"/>
@@ -574,7 +573,6 @@
       <Reference name="OpenSim.Servers"/>
       <Reference name="OpenSim.Caches"/>
       <Reference name="OpenSim.RegionServer"/>
-      <Reference name="OpenSim.World"/>
 
       <Files>
         <Match pattern="*.cs" recurse="true"/>