Added Surface sample application

This commit is contained in:
ClemensF 2012-07-04 17:19:48 +02:00
parent e77e3d8562
commit 6b25260536
27 changed files with 564 additions and 45 deletions

View file

@ -397,7 +397,7 @@ namespace Caching
{
if (fileDb.IsOpen)
{
Trace.TraceWarning("FileDbCache is reindexing database");
Trace.TraceWarning("FileDbCache is reindexing the cache database");
fileDb.Reindex();
return true;
}

View file

@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("FileDbCache")]
[assembly: AssemblyDescription("ObjectCache implementation based on EzTools FileDb")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Clemens Fischer")]
[assembly: AssemblyProduct("FileDbCache")]
[assembly: AssemblyCopyright("Copyright © 2012 Clemens Fischer")]
[assembly: AssemblyTrademark("")]