-
Notifications
You must be signed in to change notification settings - Fork 0
/
DotNetCoreMemoryCacheService.sln
38 lines (38 loc) · 1.86 KB
/
DotNetCoreMemoryCacheService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetCoreMemoryCacheService", "source\DotNetCoreMemoryCacheService.csproj", "{6AB5EE1B-72AB-4520-AB44-B18CB7F1F052}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "example", "example\example.csproj", "{49A216CF-8C89-4618-8CEE-FC09518A783E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{E3599094-D8BD-413C-ACDE-229B3D82B3B0}"
ProjectSection(SolutionItems) = preProject
changes.md = changes.md
LICENSE.txt = LICENSE.txt
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AB5EE1B-72AB-4520-AB44-B18CB7F1F052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AB5EE1B-72AB-4520-AB44-B18CB7F1F052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AB5EE1B-72AB-4520-AB44-B18CB7F1F052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AB5EE1B-72AB-4520-AB44-B18CB7F1F052}.Release|Any CPU.Build.0 = Release|Any CPU
{49A216CF-8C89-4618-8CEE-FC09518A783E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49A216CF-8C89-4618-8CEE-FC09518A783E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49A216CF-8C89-4618-8CEE-FC09518A783E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49A216CF-8C89-4618-8CEE-FC09518A783E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {849203E9-90E0-4BD1-ADA8-F8BB1C349E9B}
EndGlobalSection
EndGlobal