aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
authorlbsa712007-07-08 12:10:32 +0000
committerlbsa712007-07-08 12:10:32 +0000
commit4adf4c57d481369af0d98d8addab2f7b54ce21a5 (patch)
tree6dec51dd8ece186c6044fa12ec3ff300d8f5074e /OpenSim/Grid
parent* Fixed building - something weird is happening with prebuild though, not add... (diff)
downloadopensim-SC_OLD-4adf4c57d481369af0d98d8addab2f7b54ce21a5.zip
opensim-SC_OLD-4adf4c57d481369af0d98d8addab2f7b54ce21a5.tar.gz
opensim-SC_OLD-4adf4c57d481369af0d98d8addab2f7b54ce21a5.tar.bz2
opensim-SC_OLD-4adf4c57d481369af0d98d8addab2f7b54ce21a5.tar.xz
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj10
-rw-r--r--OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build2
-rw-r--r--OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj10
-rw-r--r--OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.exe.build2
4 files changed, 10 insertions, 14 deletions
diff --git a/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj b/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj
index 424072e..550e2f8 100644
--- a/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj
+++ b/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.csproj
@@ -74,6 +74,10 @@
74 <HintPath>OpenSim.Framework.Console.dll</HintPath> 74 <HintPath>OpenSim.Framework.Console.dll</HintPath>
75 <Private>False</Private> 75 <Private>False</Private>
76 </Reference> 76 </Reference>
77 <Reference Include="OpenSim.Framework.Data" >
78 <HintPath>OpenSim.Framework.Data.dll</HintPath>
79 <Private>False</Private>
80 </Reference>
77 <Reference Include="OpenSim.Framework.GenericConfig.Xml" > 81 <Reference Include="OpenSim.Framework.GenericConfig.Xml" >
78 <HintPath>OpenSim.Framework.GenericConfig.Xml.dll</HintPath> 82 <HintPath>OpenSim.Framework.GenericConfig.Xml.dll</HintPath>
79 <Private>False</Private> 83 <Private>False</Private>
@@ -100,12 +104,6 @@
100 </Reference> 104 </Reference>
101 </ItemGroup> 105 </ItemGroup>
102 <ItemGroup> 106 <ItemGroup>
103 <ProjectReference Include="..\..\Framework\Data\OpenSim.Framework.Data.csproj">
104 <Name>OpenSim.Framework.Data</Name>
105 <Project>{36B72A9B-0000-0000-0000-000000000000}</Project>
106 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
107 <Private>False</Private>
108 </ProjectReference>
109 <ProjectReference Include="..\Framework.Manager\OpenSim.Grid.Framework.Manager.csproj"> 107 <ProjectReference Include="..\Framework.Manager\OpenSim.Grid.Framework.Manager.csproj">
110 <Name>OpenSim.Grid.Framework.Manager</Name> 108 <Name>OpenSim.Grid.Framework.Manager</Name>
111 <Project>{4B7BFD1C-0000-0000-0000-000000000000}</Project> 109 <Project>{4B7BFD1C-0000-0000-0000-000000000000}</Project>
diff --git a/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build b/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build
index 4cadf1d..fdf0922 100644
--- a/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build
+++ b/OpenSim/Grid/GridServer/OpenSim.Grid.GridServer.exe.build
@@ -24,7 +24,7 @@
24 <include name="../../../bin/libsecondlife.dll" /> 24 <include name="../../../bin/libsecondlife.dll" />
25 <include name="../../../bin/OpenSim.Framework.dll" /> 25 <include name="../../../bin/OpenSim.Framework.dll" />
26 <include name="../../../bin/OpenSim.Framework.Console.dll" /> 26 <include name="../../../bin/OpenSim.Framework.Console.dll" />
27 <include name="../../../bin/OpenSim.Framework.Data.dll" /> 27 <include name="OpenSim.Framework.Data.dll" />
28 <include name="../../../bin/OpenSim.Framework.GenericConfig.Xml.dll" /> 28 <include name="../../../bin/OpenSim.Framework.GenericConfig.Xml.dll" />
29 <include name="../../../bin/OpenSim.Framework.Servers.dll" /> 29 <include name="../../../bin/OpenSim.Framework.Servers.dll" />
30 <include name="../../../bin/OpenSim.Grid.Framework.Manager.dll" /> 30 <include name="../../../bin/OpenSim.Grid.Framework.Manager.dll" />
diff --git a/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj b/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj
index 1146b17..62d67f7 100644
--- a/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj
+++ b/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.csproj
@@ -74,6 +74,10 @@
74 <HintPath>OpenSim.Framework.Console.dll</HintPath> 74 <HintPath>OpenSim.Framework.Console.dll</HintPath>
75 <Private>False</Private> 75 <Private>False</Private>
76 </Reference> 76 </Reference>
77 <Reference Include="OpenSim.Framework.Data" >
78 <HintPath>OpenSim.Framework.Data.dll</HintPath>
79 <Private>False</Private>
80 </Reference>
77 <Reference Include="OpenSim.Framework.GenericConfig.Xml" > 81 <Reference Include="OpenSim.Framework.GenericConfig.Xml" >
78 <HintPath>OpenSim.Framework.GenericConfig.Xml.dll</HintPath> 82 <HintPath>OpenSim.Framework.GenericConfig.Xml.dll</HintPath>
79 <Private>False</Private> 83 <Private>False</Private>
@@ -100,12 +104,6 @@
100 </Reference> 104 </Reference>
101 </ItemGroup> 105 </ItemGroup>
102 <ItemGroup> 106 <ItemGroup>
103 <ProjectReference Include="..\..\Framework\Data\OpenSim.Framework.Data.csproj">
104 <Name>OpenSim.Framework.Data</Name>
105 <Project>{36B72A9B-0000-0000-0000-000000000000}</Project>
106 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
107 <Private>False</Private>
108 </ProjectReference>
109 <ProjectReference Include="..\..\Framework\UserManager\OpenSim.Framework.UserManagement.csproj"> 107 <ProjectReference Include="..\..\Framework\UserManager\OpenSim.Framework.UserManagement.csproj">
110 <Name>OpenSim.Framework.UserManagement</Name> 108 <Name>OpenSim.Framework.UserManagement</Name>
111 <Project>{586E2916-0000-0000-0000-000000000000}</Project> 109 <Project>{586E2916-0000-0000-0000-000000000000}</Project>
diff --git a/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.exe.build b/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.exe.build
index 50c9788..8a5d1e6 100644
--- a/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.exe.build
+++ b/OpenSim/Grid/UserServer/OpenSim.Grid.UserServer.exe.build
@@ -24,7 +24,7 @@
24 <include name="../../../bin/libsecondlife.dll" /> 24 <include name="../../../bin/libsecondlife.dll" />
25 <include name="../../../bin/OpenSim.Framework.dll" /> 25 <include name="../../../bin/OpenSim.Framework.dll" />
26 <include name="../../../bin/OpenSim.Framework.Console.dll" /> 26 <include name="../../../bin/OpenSim.Framework.Console.dll" />
27 <include name="../../../bin/OpenSim.Framework.Data.dll" /> 27 <include name="OpenSim.Framework.Data.dll" />
28 <include name="../../../bin/OpenSim.Framework.GenericConfig.Xml.dll" /> 28 <include name="../../../bin/OpenSim.Framework.GenericConfig.Xml.dll" />
29 <include name="../../../bin/OpenSim.Framework.Servers.dll" /> 29 <include name="../../../bin/OpenSim.Framework.Servers.dll" />
30 <include name="../../../bin/OpenSim.Framework.UserManagement.dll" /> 30 <include name="../../../bin/OpenSim.Framework.UserManagement.dll" />