aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Examples
diff options
context:
space:
mode:
authorlbsa712007-06-17 17:58:19 +0000
committerlbsa712007-06-17 17:58:19 +0000
commit45d407c7b548e85a85c4a978670ebbcc45871ff8 (patch)
tree4535ec8d701a0f455209c17093fa0c62a63a8564 /OpenSim/Examples
parent* Added the two Sample Apps to the solution (diff)
downloadopensim-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...
Diffstat (limited to 'OpenSim/Examples')
-rw-r--r--OpenSim/Examples/SimpleApp/Program.cs1
-rw-r--r--OpenSim/Examples/SimpleApp/SimpleApp.csproj4
-rw-r--r--OpenSim/Examples/SimpleApp/SimpleApp.exe.build1
-rw-r--r--OpenSim/Examples/SimpleApp2/Program.cs1
-rw-r--r--OpenSim/Examples/SimpleApp2/SimpleApp2.csproj4
-rw-r--r--OpenSim/Examples/SimpleApp2/SimpleApp2.exe.build1
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;
6using OpenSim.Framework.Interfaces; 6using OpenSim.Framework.Interfaces;
7using OpenSim.Framework.Types; 7using OpenSim.Framework.Types;
8using OpenSim.Framework.Console; 8using OpenSim.Framework.Console;
9using OpenSim.world;
10using OpenSim.Assets; 9using OpenSim.Assets;
11using libsecondlife; 10using libsecondlife;
12using OpenSim.UserServer; 11using 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;
8using OpenSim.Framework.Types; 8using OpenSim.Framework.Types;
9using OpenSim.UserServer; 9using OpenSim.UserServer;
10using OpenSim.Framework.Console; 10using OpenSim.Framework.Console;
11using OpenSim.world;
12using OpenSim.Assets; 11using OpenSim.Assets;
13using libsecondlife; 12using libsecondlife;
14using OpenSim.Framework; 13using 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" />