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/GridInterfaces/GridInterfaces.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 '')
-rw-r--r-- | src/GridInterfaces/GridInterfaces.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GridInterfaces/GridInterfaces.csproj b/src/GridInterfaces/GridInterfaces.csproj index 3284e7f..bbdc9e9 100644 --- a/src/GridInterfaces/GridInterfaces.csproj +++ b/src/GridInterfaces/GridInterfaces.csproj | |||
@@ -35,6 +35,7 @@ | |||
35 | <Compile Include="IAssetServer.cs" /> | 35 | <Compile Include="IAssetServer.cs" /> |
36 | <Compile Include="AssemblyInfo.cs" /> | 36 | <Compile Include="AssemblyInfo.cs" /> |
37 | <Compile Include="IGridServer.cs" /> | 37 | <Compile Include="IGridServer.cs" /> |
38 | <Compile Include="ILocalStorage.cs" /> | ||
38 | </ItemGroup> | 39 | </ItemGroup> |
39 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 40 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
40 | </Project> \ No newline at end of file | 41 | </Project> \ No newline at end of file |