diff options
author | lbsa71 | 2007-03-27 20:19:35 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-27 20:19:35 +0000 |
commit | 81f01a12960a5004cde8321794c002e1ad9522b3 (patch) | |
tree | a601a55dcb31a80597483c43e65eea06d7330c49 /OpenSim.RegionServer | |
parent | * Added OpenSim.Framework ref to phys mgr (diff) | |
download | opensim-SC_OLD-81f01a12960a5004cde8321794c002e1ad9522b3.zip opensim-SC_OLD-81f01a12960a5004cde8321794c002e1ad9522b3.tar.gz opensim-SC_OLD-81f01a12960a5004cde8321794c002e1ad9522b3.tar.bz2 opensim-SC_OLD-81f01a12960a5004cde8321794c002e1ad9522b3.tar.xz |
* vaseline + duct-tape.
Diffstat (limited to 'OpenSim.RegionServer')
-rw-r--r-- | OpenSim.RegionServer/OpenSim.RegionServer.csproj | 10 | ||||
-rw-r--r-- | OpenSim.RegionServer/OpenSim.RegionServer.dll.build | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim.RegionServer/OpenSim.RegionServer.csproj b/OpenSim.RegionServer/OpenSim.RegionServer.csproj index 086e287..c08eb48 100644 --- a/OpenSim.RegionServer/OpenSim.RegionServer.csproj +++ b/OpenSim.RegionServer/OpenSim.RegionServer.csproj | |||
@@ -3,7 +3,7 @@ | |||
3 | <ProjectType>Local</ProjectType> | 3 | <ProjectType>Local</ProjectType> |
4 | <ProductVersion>8.0.50727</ProductVersion> | 4 | <ProductVersion>8.0.50727</ProductVersion> |
5 | <SchemaVersion>2.0</SchemaVersion> | 5 | <SchemaVersion>2.0</SchemaVersion> |
6 | <ProjectGuid>{D385B640-E037-419A-AC83-5CB6E66D9FF3}</ProjectGuid> | 6 | <ProjectGuid>{72B438C6-38C5-4620-AC4C-E15BA326FF51}</ProjectGuid> |
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
9 | <ApplicationIcon></ApplicationIcon> | 9 | <ApplicationIcon></ApplicationIcon> |
@@ -82,25 +82,25 @@ | |||
82 | <ItemGroup> | 82 | <ItemGroup> |
83 | <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> | 83 | <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> |
84 | <Name>OpenSim.Framework</Name> | 84 | <Name>OpenSim.Framework</Name> |
85 | <Project>{1817C154-9111-4C45-A19A-609A5717C1FA}</Project> | 85 | <Project>{E1171263-9131-454C-B0A6-2374D98714A8}</Project> |
86 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 86 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
87 | <Private>False</Private> | 87 | <Private>False</Private> |
88 | </ProjectReference> | 88 | </ProjectReference> |
89 | <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> | 89 | <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> |
90 | <Name>OpenSim.Framework.Console</Name> | 90 | <Name>OpenSim.Framework.Console</Name> |
91 | <Project>{023EA61E-BBAE-4FCC-BCDD-43A50FD95D54}</Project> | 91 | <Project>{C73A2D5E-EF8F-41D1-9A1D-1730694B6822}</Project> |
92 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 92 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
93 | <Private>False</Private> | 93 | <Private>False</Private> |
94 | </ProjectReference> | 94 | </ProjectReference> |
95 | <ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj"> | 95 | <ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj"> |
96 | <Name>OpenSim.Physics.Manager</Name> | 96 | <Name>OpenSim.Physics.Manager</Name> |
97 | <Project>{D9A7F5B1-0F86-4463-BA4C-9F15D3981E5C}</Project> | 97 | <Project>{EE1CA661-C388-44B7-BBE4-7C59C83B1E09}</Project> |
98 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 98 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
99 | <Private>False</Private> | 99 | <Private>False</Private> |
100 | </ProjectReference> | 100 | </ProjectReference> |
101 | <ProjectReference Include="..\Servers\OpenSim.Servers.csproj"> | 101 | <ProjectReference Include="..\Servers\OpenSim.Servers.csproj"> |
102 | <Name>OpenSim.Servers</Name> | 102 | <Name>OpenSim.Servers</Name> |
103 | <Project>{570A9C4C-950E-4F9D-9FB1-1A77E1A5C4C2}</Project> | 103 | <Project>{8038EFDC-3245-4EA1-B198-0DA1E724D7A1}</Project> |
104 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 104 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
105 | <Private>False</Private> | 105 | <Private>False</Private> |
106 | </ProjectReference> | 106 | </ProjectReference> |
diff --git a/OpenSim.RegionServer/OpenSim.RegionServer.dll.build b/OpenSim.RegionServer/OpenSim.RegionServer.dll.build index 78e0e8d..04e86bc 100644 --- a/OpenSim.RegionServer/OpenSim.RegionServer.dll.build +++ b/OpenSim.RegionServer/OpenSim.RegionServer.dll.build | |||
@@ -51,7 +51,7 @@ | |||
51 | <include name="../bin/Db4objects.Db4o.dll" /> | 51 | <include name="../bin/Db4objects.Db4o.dll" /> |
52 | <include name="../bin/OpenSim.Framework.dll" /> | 52 | <include name="../bin/OpenSim.Framework.dll" /> |
53 | <include name="../bin/OpenSim.Framework.Console.dll" /> | 53 | <include name="../bin/OpenSim.Framework.Console.dll" /> |
54 | <include name="../../bin/OpenSim.Physics.Manager.dll" /> | 54 | <include name="../bin/OpenSim.Physics.Manager.dll" /> |
55 | <include name="../bin/OpenSim.Servers.dll" /> | 55 | <include name="../bin/OpenSim.Servers.dll" /> |
56 | </references> | 56 | </references> |
57 | </csc> | 57 | </csc> |