Created OpenSim.Caches project and moved the assetcache to that.

This commit is contained in:
MW
2007-06-12 15:24:12 +00:00
parent d02d925c86
commit fd1a7f28ab
11 changed files with 889 additions and 143 deletions

View File

@@ -39,6 +39,7 @@ using OpenSim.Framework.Utilities;
namespace OpenSim.Assets
{
/*
/// <summary>
/// Manages local cache of assets and their sending to viewers.
/// </summary>
@@ -614,5 +615,5 @@ namespace OpenSim.Assets
Description = aBase.Description;
}
}
*/
}

View File

@@ -116,6 +116,12 @@
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\OpenSim.Caches\OpenSim.Caches.csproj">
<Name>OpenSim.Caches</Name>
<Project>{1938EB12-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\..\Common\XmlRpcCS\XMLRPC.csproj">
<Name>XMLRPC</Name>
<Project>{8E81D43C-0000-0000-0000-000000000000}</Project>

View File

@@ -44,6 +44,7 @@
<include name="../../bin/OpenSim.GenericConfig.Xml.dll" />
<include name="../../bin/OpenSim.Physics.Manager.dll" />
<include name="../../bin/OpenSim.Servers.dll" />
<include name="../../bin/OpenSim.Caches.dll" />
<include name="../../bin/XMLRPC.dll" />
</references>
</csc>