diff options
author | MW | 2007-03-08 13:21:24 +0000 |
---|---|---|
committer | MW | 2007-03-08 13:21:24 +0000 |
commit | f60bc970eb925cd245cc77b1ae700b28d4589163 (patch) | |
tree | d279883582f00232bad87bf17e5727ff263027a4 /src/Config/SimConfig/SimConfig.csproj | |
parent | Brought OGS.sql back into trunk (diff) | |
download | opensim-SC_OLD-f60bc970eb925cd245cc77b1ae700b28d4589163.zip opensim-SC_OLD-f60bc970eb925cd245cc77b1ae700b28d4589163.tar.gz opensim-SC_OLD-f60bc970eb925cd245cc77b1ae700b28d4589163.tar.bz2 opensim-SC_OLD-f60bc970eb925cd245cc77b1ae700b28d4589163.tar.xz |
Another attemp to fix the Session Logout bug
World map data is now saved in database and recovered on startup.
Primitives are now backed up to a local database and reloaded on startup.
Diffstat (limited to 'src/Config/SimConfig/SimConfig.csproj')
-rw-r--r-- | src/Config/SimConfig/SimConfig.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Config/SimConfig/SimConfig.csproj b/src/Config/SimConfig/SimConfig.csproj index 08f0f24..3131405 100644 --- a/src/Config/SimConfig/SimConfig.csproj +++ b/src/Config/SimConfig/SimConfig.csproj | |||
@@ -44,6 +44,10 @@ | |||
44 | <Project>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</Project> | 44 | <Project>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</Project> |
45 | <Name>Second-server</Name> | 45 | <Name>Second-server</Name> |
46 | </ProjectReference> | 46 | </ProjectReference> |
47 | <ProjectReference Include="..\..\GridInterfaces\GridInterfaces.csproj"> | ||
48 | <Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project> | ||
49 | <Name>GridInterfaces</Name> | ||
50 | </ProjectReference> | ||
47 | </ItemGroup> | 51 | </ItemGroup> |
48 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 52 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
49 | </Project> \ No newline at end of file | 53 | </Project> \ No newline at end of file |