diff options
author | lbsa71 | 2007-06-17 17:58:19 +0000 |
---|---|---|
committer | lbsa71 | 2007-06-17 17:58:19 +0000 |
commit | 45d407c7b548e85a85c4a978670ebbcc45871ff8 (patch) | |
tree | 4535ec8d701a0f455209c17093fa0c62a63a8564 | |
parent | * Added the two Sample Apps to the solution (diff) | |
download | opensim-SC_OLD-45d407c7b548e85a85c4a978670ebbcc45871ff8.zip opensim-SC_OLD-45d407c7b548e85a85c4a978670ebbcc45871ff8.tar.gz opensim-SC_OLD-45d407c7b548e85a85c4a978670ebbcc45871ff8.tar.bz2 opensim-SC_OLD-45d407c7b548e85a85c4a978670ebbcc45871ff8.tar.xz |
* SimpleApp:
* fixed build errors
* still not working though...
-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 | ||||
-rw-r--r-- | prebuild.xml | 2 |
7 files changed, 0 insertions, 14 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" /> |
diff --git a/prebuild.xml b/prebuild.xml index 95600f8..d5cc646 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -546,7 +546,6 @@ | |||
546 | <Reference name="OpenSim.Servers"/> | 546 | <Reference name="OpenSim.Servers"/> |
547 | <Reference name="OpenSim.Caches"/> | 547 | <Reference name="OpenSim.Caches"/> |
548 | <Reference name="OpenSim.RegionServer"/> | 548 | <Reference name="OpenSim.RegionServer"/> |
549 | <Reference name="OpenSim.World"/> | ||
550 | 549 | ||
551 | <Files> | 550 | <Files> |
552 | <Match pattern="*.cs" recurse="true"/> | 551 | <Match pattern="*.cs" recurse="true"/> |
@@ -574,7 +573,6 @@ | |||
574 | <Reference name="OpenSim.Servers"/> | 573 | <Reference name="OpenSim.Servers"/> |
575 | <Reference name="OpenSim.Caches"/> | 574 | <Reference name="OpenSim.Caches"/> |
576 | <Reference name="OpenSim.RegionServer"/> | 575 | <Reference name="OpenSim.RegionServer"/> |
577 | <Reference name="OpenSim.World"/> | ||
578 | 576 | ||
579 | <Files> | 577 | <Files> |
580 | <Match pattern="*.cs" recurse="true"/> | 578 | <Match pattern="*.cs" recurse="true"/> |