diff options
author | lbsa71 | 2007-03-29 19:42:58 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-29 19:42:58 +0000 |
commit | feaf036aa2d83d493f1a5c7bb3ba7bec57f4c41e (patch) | |
tree | a0fe02996a7d0cd226ab7a658ad55e204c3a2410 /OpenSim/OpenSim.csproj | |
parent | * Now the rest handlers try to match path as close as possibly, so it's possi... (diff) | |
download | opensim-SC_OLD-feaf036aa2d83d493f1a5c7bb3ba7bec57f4c41e.zip opensim-SC_OLD-feaf036aa2d83d493f1a5c7bb3ba7bec57f4c41e.tar.gz opensim-SC_OLD-feaf036aa2d83d493f1a5c7bb3ba7bec57f4c41e.tar.bz2 opensim-SC_OLD-feaf036aa2d83d493f1a5c7bb3ba7bec57f4c41e.tar.xz |
* Moved LoginServer and LocalUserProfileManager to OpenSim.Servers
Diffstat (limited to 'OpenSim/OpenSim.csproj')
-rw-r--r-- | OpenSim/OpenSim.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/OpenSim.csproj b/OpenSim/OpenSim.csproj index c5858c1..f56206f 100644 --- a/OpenSim/OpenSim.csproj +++ b/OpenSim/OpenSim.csproj | |||
@@ -98,6 +98,12 @@ | |||
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"> | ||
102 | <Name>OpenSim.Servers</Name> | ||
103 | <Project>{8BB20F0A-0000-0000-0000-000000000000}</Project> | ||
104 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
105 | <Private>False</Private> | ||
106 | </ProjectReference> | ||
101 | <ProjectReference Include="..\OpenSim.RegionServer\OpenSim.RegionServer.csproj"> | 107 | <ProjectReference Include="..\OpenSim.RegionServer\OpenSim.RegionServer.csproj"> |
102 | <Name>OpenSim.RegionServer</Name> | 108 | <Name>OpenSim.RegionServer</Name> |
103 | <Project>{632E1BFD-0000-0000-0000-000000000000}</Project> | 109 | <Project>{632E1BFD-0000-0000-0000-000000000000}</Project> |