diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Examples/SimpleApp/Program.cs | 1 | ||||
-rw-r--r-- | OpenSim/Examples/SimpleApp/SimpleApp.csproj | 4 | ||||
-rw-r--r-- | OpenSim/Examples/SimpleApp/SimpleApp.exe.build | 1 | ||||
-rw-r--r-- | OpenSim/Examples/SimpleApp2/Program.cs | 1 | ||||
-rw-r--r-- | OpenSim/Examples/SimpleApp2/SimpleApp2.csproj | 4 | ||||
-rw-r--r-- | OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build | 1 |
6 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Examples/SimpleApp/Program.cs b/OpenSim/Examples/SimpleApp/Program.cs index b3b04ab..ed1f063 100644 --- a/OpenSim/Examples/SimpleApp/Program.cs +++ b/OpenSim/Examples/SimpleApp/Program.cs | |||
@@ -6,7 +6,6 @@ using OpenSim.GridInterfaces.Local; | |||
6 | using OpenSim.Framework.Interfaces; | 6 | using OpenSim.Framework.Interfaces; |
7 | using OpenSim.Framework.Types; | 7 | using OpenSim.Framework.Types; |
8 | using OpenSim.Framework.Console; | 8 | using OpenSim.Framework.Console; |
9 | using OpenSim.world; | ||
10 | using OpenSim.Assets; | 9 | using OpenSim.Assets; |
11 | using libsecondlife; | 10 | using libsecondlife; |
12 | using OpenSim.UserServer; | 11 | using OpenSim.UserServer; |
diff --git a/OpenSim/Examples/SimpleApp/SimpleApp.csproj b/OpenSim/Examples/SimpleApp/SimpleApp.csproj index f7cca86..eddb29e 100644 --- a/OpenSim/Examples/SimpleApp/SimpleApp.csproj +++ b/OpenSim/Examples/SimpleApp/SimpleApp.csproj | |||
@@ -62,10 +62,6 @@ | |||
62 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> | 62 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> |
63 | <Private>False</Private> | 63 | <Private>False</Private> |
64 | </Reference> | 64 | </Reference> |
65 | <Reference Include="OpenSim.World" > | ||
66 | <HintPath>OpenSim.World.dll</HintPath> | ||
67 | <Private>False</Private> | ||
68 | </Reference> | ||
69 | <Reference Include="System" > | 65 | <Reference Include="System" > |
70 | <HintPath>System.dll</HintPath> | 66 | <HintPath>System.dll</HintPath> |
71 | <Private>False</Private> | 67 | <Private>False</Private> |
diff --git a/OpenSim/Examples/SimpleApp/SimpleApp.exe.build b/OpenSim/Examples/SimpleApp/SimpleApp.exe.build index d63fe41..922c557 100644 --- a/OpenSim/Examples/SimpleApp/SimpleApp.exe.build +++ b/OpenSim/Examples/SimpleApp/SimpleApp.exe.build | |||
@@ -27,7 +27,6 @@ | |||
27 | <include name="../../../bin/OpenSim.GridInterfaces.Local.dll" /> | 27 | <include name="../../../bin/OpenSim.GridInterfaces.Local.dll" /> |
28 | <include name="../../../bin/OpenSim.RegionServer.dll" /> | 28 | <include name="../../../bin/OpenSim.RegionServer.dll" /> |
29 | <include name="../../../bin/OpenSim.Servers.dll" /> | 29 | <include name="../../../bin/OpenSim.Servers.dll" /> |
30 | <include name="../../../bin/OpenSim.World.dll" /> | ||
31 | <include name="System.dll" /> | 30 | <include name="System.dll" /> |
32 | <include name="System.Data.dll.dll" /> | 31 | <include name="System.Data.dll.dll" /> |
33 | <include name="System.Xml.dll" /> | 32 | <include name="System.Xml.dll" /> |
diff --git a/OpenSim/Examples/SimpleApp2/Program.cs b/OpenSim/Examples/SimpleApp2/Program.cs index 34ede1b..88b7b17 100644 --- a/OpenSim/Examples/SimpleApp2/Program.cs +++ b/OpenSim/Examples/SimpleApp2/Program.cs | |||
@@ -8,7 +8,6 @@ using OpenSim.Framework.Interfaces; | |||
8 | using OpenSim.Framework.Types; | 8 | using OpenSim.Framework.Types; |
9 | using OpenSim.UserServer; | 9 | using OpenSim.UserServer; |
10 | using OpenSim.Framework.Console; | 10 | using OpenSim.Framework.Console; |
11 | using OpenSim.world; | ||
12 | using OpenSim.Assets; | 11 | using OpenSim.Assets; |
13 | using libsecondlife; | 12 | using libsecondlife; |
14 | using OpenSim.Framework; | 13 | using OpenSim.Framework; |
diff --git a/OpenSim/Examples/SimpleApp2/SimpleApp2.csproj b/OpenSim/Examples/SimpleApp2/SimpleApp2.csproj index 104c4cb..404cb55 100644 --- a/OpenSim/Examples/SimpleApp2/SimpleApp2.csproj +++ b/OpenSim/Examples/SimpleApp2/SimpleApp2.csproj | |||
@@ -62,10 +62,6 @@ | |||
62 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> | 62 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> |
63 | <Private>False</Private> | 63 | <Private>False</Private> |
64 | </Reference> | 64 | </Reference> |
65 | <Reference Include="OpenSim.World" > | ||
66 | <HintPath>OpenSim.World.dll</HintPath> | ||
67 | <Private>False</Private> | ||
68 | </Reference> | ||
69 | <Reference Include="System" > | 65 | <Reference Include="System" > |
70 | <HintPath>System.dll</HintPath> | 66 | <HintPath>System.dll</HintPath> |
71 | <Private>False</Private> | 67 | <Private>False</Private> |
diff --git a/OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build b/OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build index b47e7c3..8116f04 100644 --- a/OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build +++ b/OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build | |||
@@ -28,7 +28,6 @@ | |||
28 | <include name="../../../bin/OpenSim.GridInterfaces.Local.dll" /> | 28 | <include name="../../../bin/OpenSim.GridInterfaces.Local.dll" /> |
29 | <include name="../../../bin/OpenSim.RegionServer.dll" /> | 29 | <include name="../../../bin/OpenSim.RegionServer.dll" /> |
30 | <include name="../../../bin/OpenSim.Servers.dll" /> | 30 | <include name="../../../bin/OpenSim.Servers.dll" /> |
31 | <include name="../../../bin/OpenSim.World.dll" /> | ||
32 | <include name="System.dll" /> | 31 | <include name="System.dll" /> |
33 | <include name="System.Data.dll.dll" /> | 32 | <include name="System.Data.dll.dll" /> |
34 | <include name="System.Xml.dll" /> | 33 | <include name="System.Xml.dll" /> |