forked from BackTrak/MemCacheDManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MemCacheDManager.sln
30 lines (30 loc) · 1.63 KB
/
MemCacheDManager.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemCacheDManager", "MemCacheDManager.csproj", "{AB2B6785-7E27-4480-B1B1-9FB1FFDF14C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enyim.Caching", "Enyim.Caching\Enyim.Caching.csproj", "{D438C0B3-A168-40B8-BDDD-61F0939DFF35}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{711F2473-3CE9-40CC-9667-54EF3536C4E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB2B6785-7E27-4480-B1B1-9FB1FFDF14C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB2B6785-7E27-4480-B1B1-9FB1FFDF14C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB2B6785-7E27-4480-B1B1-9FB1FFDF14C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB2B6785-7E27-4480-B1B1-9FB1FFDF14C9}.Release|Any CPU.Build.0 = Release|Any CPU
{D438C0B3-A168-40B8-BDDD-61F0939DFF35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D438C0B3-A168-40B8-BDDD-61F0939DFF35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D438C0B3-A168-40B8-BDDD-61F0939DFF35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D438C0B3-A168-40B8-BDDD-61F0939DFF35}.Release|Any CPU.Build.0 = Release|Any CPU
{711F2473-3CE9-40CC-9667-54EF3536C4E0}.Debug|Any CPU.ActiveCfg = Debug
{711F2473-3CE9-40CC-9667-54EF3536C4E0}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal