-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
EasyMemoryCache.sln
43 lines (43 loc) · 2.68 KB
/
EasyMemoryCache.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
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMemoryCache", "src\EasyMemoryCache\EasyMemoryCache.csproj", "{A470B998-506C-49FB-8C80-27E0FF1DAA3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMemoryCache.Tests", "src\EasyMemoryCache.Tests\EasyMemoryCache.Tests.csproj", "{10973543-3D4F-43E4-BEBE-40851B0B2703}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMemoryCache.SampleConsole", "src\EasyMemoryCache.Sample\EasyMemoryCache.SampleConsole.csproj", "{BB5BE72E-B594-4DCA-83CA-974C3E193938}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyMemoryCache.SampleApi", "EasyMemoryCache.SampleApi\EasyMemoryCache.SampleApi.csproj", "{7ABD8004-1EA9-4B42-8AEC-273404F965F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A470B998-506C-49FB-8C80-27E0FF1DAA3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A470B998-506C-49FB-8C80-27E0FF1DAA3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A470B998-506C-49FB-8C80-27E0FF1DAA3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A470B998-506C-49FB-8C80-27E0FF1DAA3E}.Release|Any CPU.Build.0 = Release|Any CPU
{10973543-3D4F-43E4-BEBE-40851B0B2703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10973543-3D4F-43E4-BEBE-40851B0B2703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10973543-3D4F-43E4-BEBE-40851B0B2703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10973543-3D4F-43E4-BEBE-40851B0B2703}.Release|Any CPU.Build.0 = Release|Any CPU
{BB5BE72E-B594-4DCA-83CA-974C3E193938}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB5BE72E-B594-4DCA-83CA-974C3E193938}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB5BE72E-B594-4DCA-83CA-974C3E193938}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB5BE72E-B594-4DCA-83CA-974C3E193938}.Release|Any CPU.Build.0 = Release|Any CPU
{7ABD8004-1EA9-4B42-8AEC-273404F965F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ABD8004-1EA9-4B42-8AEC-273404F965F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ABD8004-1EA9-4B42-8AEC-273404F965F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ABD8004-1EA9-4B42-8AEC-273404F965F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {820E29B6-4152-465E-B461-4E45A79F0EFF}
EndGlobalSection
EndGlobal