aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common
diff options
context:
space:
mode:
authorlbsa712007-06-14 11:01:38 +0000
committerlbsa712007-06-14 11:01:38 +0000
commit3a20a7b5d1d3a70b203721f240f938fc221de732 (patch)
tree7a4a657d346aa47558d41b8e2ef4bfae98229885 /Common
parentCommented out the Scene.Backup method for now as there isn't really anything ... (diff)
downloadopensim-SC_OLD-3a20a7b5d1d3a70b203721f240f938fc221de732.zip
opensim-SC_OLD-3a20a7b5d1d3a70b203721f240f938fc221de732.tar.gz
opensim-SC_OLD-3a20a7b5d1d3a70b203721f240f938fc221de732.tar.bz2
opensim-SC_OLD-3a20a7b5d1d3a70b203721f240f938fc221de732.tar.xz
* Applied Prebuild fixes to Sugilite
* Rebuilt project files * ignored some bins
Diffstat (limited to '')
-rw-r--r--Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj8
-rw-r--r--Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build4
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.csproj28
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.dll.build6
-rw-r--r--Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build2
-rw-r--r--Common/OpenSim.Servers/OpenSim.Servers.csproj8
-rw-r--r--Common/OpenSim.Servers/OpenSim.Servers.dll.build6
7 files changed, 31 insertions, 31 deletions
diff --git a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
index fe3f9d9..75c6130 100644
--- a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
+++ b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.csproj
@@ -58,6 +58,10 @@
58 <NoWarn></NoWarn> 58 <NoWarn></NoWarn>
59 </PropertyGroup> 59 </PropertyGroup>
60 <ItemGroup> 60 <ItemGroup>
61 <Reference Include="libsecondlife.dll" >
62 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
63 <Private>False</Private>
64 </Reference>
61 <Reference Include="System" > 65 <Reference Include="System" >
62 <HintPath>System.dll</HintPath> 66 <HintPath>System.dll</HintPath>
63 <Private>False</Private> 67 <Private>False</Private>
@@ -66,10 +70,6 @@
66 <HintPath>System.Xml.dll</HintPath> 70 <HintPath>System.Xml.dll</HintPath>
67 <Private>False</Private> 71 <Private>False</Private>
68 </Reference> 72 </Reference>
69 <Reference Include="libsecondlife.dll" >
70 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
71 <Private>False</Private>
72 </Reference>
73 </ItemGroup> 73 </ItemGroup>
74 <ItemGroup> 74 <ItemGroup>
75 <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> 75 <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj">
diff --git a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build
index 4036747..9c5ba30 100644
--- a/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build
+++ b/Common/OpenGrid.Framework.Communications/OpenGrid.Framework.Communications.dll.build
@@ -31,10 +31,10 @@
31 <include name="${project::get-base-directory()}" /> 31 <include name="${project::get-base-directory()}" />
32 <include name="${project::get-base-directory()}/${build.dir}" /> 32 <include name="${project::get-base-directory()}/${build.dir}" />
33 </lib> 33 </lib>
34 <include name="../../bin/libsecondlife.dll" />
35 <include name="../../bin/OpenSim.Framework.dll" />
34 <include name="System.dll" /> 36 <include name="System.dll" />
35 <include name="System.Xml.dll" /> 37 <include name="System.Xml.dll" />
36 <include name="../../bin/OpenSim.Framework.dll" />
37 <include name="../../bin/libsecondlife.dll" />
38 </references> 38 </references>
39 </csc> 39 </csc>
40 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> 40 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" />
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj
index 8e6fdea..3c0d66e 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj
@@ -58,36 +58,36 @@
58 <NoWarn></NoWarn> 58 <NoWarn></NoWarn>
59 </PropertyGroup> 59 </PropertyGroup>
60 <ItemGroup> 60 <ItemGroup>
61 <Reference Include="System" > 61 <Reference Include="Db4objects.Db4o.dll" >
62 <HintPath>System.dll</HintPath> 62 <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath>
63 <Private>False</Private>
64 </Reference>
65 <Reference Include="System.Xml" >
66 <HintPath>System.Xml.dll</HintPath>
67 <Private>False</Private> 63 <Private>False</Private>
68 </Reference> 64 </Reference>
69 <Reference Include="libsecondlife.dll" > 65 <Reference Include="libsecondlife.dll" >
70 <HintPath>..\..\bin\libsecondlife.dll</HintPath> 66 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
71 <Private>False</Private> 67 <Private>False</Private>
72 </Reference> 68 </Reference>
73 <Reference Include="Db4objects.Db4o.dll" > 69 <Reference Include="System" >
74 <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath> 70 <HintPath>System.dll</HintPath>
71 <Private>False</Private>
72 </Reference>
73 <Reference Include="System.Xml" >
74 <HintPath>System.Xml.dll</HintPath>
75 <Private>False</Private> 75 <Private>False</Private>
76 </Reference> 76 </Reference>
77 </ItemGroup> 77 </ItemGroup>
78 <ItemGroup> 78 <ItemGroup>
79 <ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj">
80 <Name>XMLRPC</Name>
81 <Project>{8E81D43C-0000-0000-0000-000000000000}</Project>
82 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
83 <Private>False</Private>
84 </ProjectReference>
85 <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> 79 <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
86 <Name>OpenSim.Framework.Console</Name> 80 <Name>OpenSim.Framework.Console</Name>
87 <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> 81 <Project>{A7CD0630-0000-0000-0000-000000000000}</Project>
88 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> 82 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
89 <Private>False</Private> 83 <Private>False</Private>
90 </ProjectReference> 84 </ProjectReference>
85 <ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj">
86 <Name>XMLRPC</Name>
87 <Project>{8E81D43C-0000-0000-0000-000000000000}</Project>
88 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
89 <Private>False</Private>
90 </ProjectReference>
91 </ItemGroup> 91 </ItemGroup>
92 <ItemGroup> 92 <ItemGroup>
93 <Compile Include="AgentInventory.cs"> 93 <Compile Include="AgentInventory.cs">
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.dll.build b/Common/OpenSim.Framework/OpenSim.Framework.dll.build
index 5ef4c27..c50bdec 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.dll.build
+++ b/Common/OpenSim.Framework/OpenSim.Framework.dll.build
@@ -56,12 +56,12 @@
56 <include name="${project::get-base-directory()}" /> 56 <include name="${project::get-base-directory()}" />
57 <include name="${project::get-base-directory()}/${build.dir}" /> 57 <include name="${project::get-base-directory()}/${build.dir}" />
58 </lib> 58 </lib>
59 <include name="../../bin/Db4objects.Db4o.dll" />
60 <include name="../../bin/libsecondlife.dll" />
61 <include name="../../bin/OpenSim.Framework.Console.dll" />
59 <include name="System.dll" /> 62 <include name="System.dll" />
60 <include name="System.Xml.dll" /> 63 <include name="System.Xml.dll" />
61 <include name="../../bin/libsecondlife.dll" />
62 <include name="../../bin/Db4objects.Db4o.dll" />
63 <include name="../../bin/XMLRPC.dll" /> 64 <include name="../../bin/XMLRPC.dll" />
64 <include name="../../bin/OpenSim.Framework.Console.dll" />
65 </references> 65 </references>
66 </csc> 66 </csc>
67 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> 67 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" />
diff --git a/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build b/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build
index 926e72c..075ea7f 100644
--- a/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build
+++ b/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build
@@ -19,9 +19,9 @@
19 <include name="${project::get-base-directory()}" /> 19 <include name="${project::get-base-directory()}" />
20 <include name="${project::get-base-directory()}/${build.dir}" /> 20 <include name="${project::get-base-directory()}/${build.dir}" />
21 </lib> 21 </lib>
22 <include name="../../../bin/OpenSim.Framework.dll" />
22 <include name="System.dll" /> 23 <include name="System.dll" />
23 <include name="System.Xml.dll" /> 24 <include name="System.Xml.dll" />
24 <include name="../../../bin/OpenSim.Framework.dll" />
25 </references> 25 </references>
26 </csc> 26 </csc>
27 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../../bin/" /> 27 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../../bin/" />
diff --git a/Common/OpenSim.Servers/OpenSim.Servers.csproj b/Common/OpenSim.Servers/OpenSim.Servers.csproj
index 0c61f75..e9be796 100644
--- a/Common/OpenSim.Servers/OpenSim.Servers.csproj
+++ b/Common/OpenSim.Servers/OpenSim.Servers.csproj
@@ -58,6 +58,10 @@
58 <NoWarn></NoWarn> 58 <NoWarn></NoWarn>
59 </PropertyGroup> 59 </PropertyGroup>
60 <ItemGroup> 60 <ItemGroup>
61 <Reference Include="libsecondlife.dll" >
62 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
63 <Private>False</Private>
64 </Reference>
61 <Reference Include="System" > 65 <Reference Include="System" >
62 <HintPath>System.dll</HintPath> 66 <HintPath>System.dll</HintPath>
63 <Private>False</Private> 67 <Private>False</Private>
@@ -66,10 +70,6 @@
66 <HintPath>System.Xml.dll</HintPath> 70 <HintPath>System.Xml.dll</HintPath>
67 <Private>False</Private> 71 <Private>False</Private>
68 </Reference> 72 </Reference>
69 <Reference Include="libsecondlife.dll" >
70 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
71 <Private>False</Private>
72 </Reference>
73 </ItemGroup> 73 </ItemGroup>
74 <ItemGroup> 74 <ItemGroup>
75 <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> 75 <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj">
diff --git a/Common/OpenSim.Servers/OpenSim.Servers.dll.build b/Common/OpenSim.Servers/OpenSim.Servers.dll.build
index ec868f1..4103e73 100644
--- a/Common/OpenSim.Servers/OpenSim.Servers.dll.build
+++ b/Common/OpenSim.Servers/OpenSim.Servers.dll.build
@@ -25,11 +25,11 @@
25 <include name="${project::get-base-directory()}" /> 25 <include name="${project::get-base-directory()}" />
26 <include name="${project::get-base-directory()}/${build.dir}" /> 26 <include name="${project::get-base-directory()}/${build.dir}" />
27 </lib> 27 </lib>
28 <include name="System.dll" /> 28 <include name="../../bin/libsecondlife.dll" />
29 <include name="System.Xml.dll" />
30 <include name="../../bin/OpenSim.Framework.dll" /> 29 <include name="../../bin/OpenSim.Framework.dll" />
31 <include name="../../bin/OpenSim.Framework.Console.dll" /> 30 <include name="../../bin/OpenSim.Framework.Console.dll" />
32 <include name="../../bin/libsecondlife.dll" /> 31 <include name="System.dll" />
32 <include name="System.Xml.dll" />
33 <include name="../../bin/XMLRPC.dll" /> 33 <include name="../../bin/XMLRPC.dll" />
34 </references> 34 </references>
35 </csc> 35 </csc>