From e77e3d8562dec280d6a6b914c9e1f97ebae9f051 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Wed, 4 Jul 2012 07:24:21 +0200 Subject: [PATCH] Renamed Caching folder --- {Caches => Caching}/FileDbCache/FileDb/FileDb.XML | 0 {Caches => Caching}/FileDbCache/FileDb/FileDb.dll | Bin {Caches => Caching}/FileDbCache/FileDb/FileDb.txt | 0 {Caches => Caching}/FileDbCache/FileDbCache.cs | 0 {Caches => Caching}/FileDbCache/FileDbCache.csproj | 0 .../FileDbCache/Properties/AssemblyInfo.cs | 0 MapControl.sln | 2 +- TestApplication/TestApplication.csproj | 2 +- 8 files changed, 2 insertions(+), 2 deletions(-) rename {Caches => Caching}/FileDbCache/FileDb/FileDb.XML (100%) rename {Caches => Caching}/FileDbCache/FileDb/FileDb.dll (100%) rename {Caches => Caching}/FileDbCache/FileDb/FileDb.txt (100%) rename {Caches => Caching}/FileDbCache/FileDbCache.cs (100%) rename {Caches => Caching}/FileDbCache/FileDbCache.csproj (100%) rename {Caches => Caching}/FileDbCache/Properties/AssemblyInfo.cs (100%) diff --git a/Caches/FileDbCache/FileDb/FileDb.XML b/Caching/FileDbCache/FileDb/FileDb.XML similarity index 100% rename from Caches/FileDbCache/FileDb/FileDb.XML rename to Caching/FileDbCache/FileDb/FileDb.XML diff --git a/Caches/FileDbCache/FileDb/FileDb.dll b/Caching/FileDbCache/FileDb/FileDb.dll similarity index 100% rename from Caches/FileDbCache/FileDb/FileDb.dll rename to Caching/FileDbCache/FileDb/FileDb.dll diff --git a/Caches/FileDbCache/FileDb/FileDb.txt b/Caching/FileDbCache/FileDb/FileDb.txt similarity index 100% rename from Caches/FileDbCache/FileDb/FileDb.txt rename to Caching/FileDbCache/FileDb/FileDb.txt diff --git a/Caches/FileDbCache/FileDbCache.cs b/Caching/FileDbCache/FileDbCache.cs similarity index 100% rename from Caches/FileDbCache/FileDbCache.cs rename to Caching/FileDbCache/FileDbCache.cs diff --git a/Caches/FileDbCache/FileDbCache.csproj b/Caching/FileDbCache/FileDbCache.csproj similarity index 100% rename from Caches/FileDbCache/FileDbCache.csproj rename to Caching/FileDbCache/FileDbCache.csproj diff --git a/Caches/FileDbCache/Properties/AssemblyInfo.cs b/Caching/FileDbCache/Properties/AssemblyInfo.cs similarity index 100% rename from Caches/FileDbCache/Properties/AssemblyInfo.cs rename to Caching/FileDbCache/Properties/AssemblyInfo.cs diff --git a/MapControl.sln b/MapControl.sln index 62028eaa..3162d326 100644 --- a/MapControl.sln +++ b/MapControl.sln @@ -5,7 +5,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MapControl", "MapControl\Ma EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "TestApplication\TestApplication.csproj", "{CCBCDAE5-E68F-43A8-930A-0749E476D29D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileDbCache", "Caches\FileDbCache\FileDbCache.csproj", "{EF44F661-B98A-4676-927F-85D138F82300}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileDbCache", "Caching\FileDbCache\FileDbCache.csproj", "{EF44F661-B98A-4676-927F-85D138F82300}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/TestApplication/TestApplication.csproj b/TestApplication/TestApplication.csproj index 4df35161..7075fba4 100644 --- a/TestApplication/TestApplication.csproj +++ b/TestApplication/TestApplication.csproj @@ -75,7 +75,7 @@ - + {EF44F661-B98A-4676-927F-85D138F82300} FileDbCache