-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAsyncMemoryCache.sln
More file actions
39 lines (39 loc) · 1.95 KB
/
AsyncMemoryCache.sln
File metadata and controls
39 lines (39 loc) · 1.95 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncMemoryCache", "AsyncMemoryCache\AsyncMemoryCache.csproj", "{811823CF-34AF-41C7-B9A2-90C314B8734D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1475ABAD-E93D-49CD-B62E-7EDE68AFB42C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\build.yml = .github\workflows\build.yml
README.md = README.md
GitVersion.yml = GitVersion.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncMemoryCache.Tests", "AsyncMemoryCache.Tests\AsyncMemoryCache.Tests.csproj", "{85CFDDDA-4AA0-42EE-913A-D7357695208F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{811823CF-34AF-41C7-B9A2-90C314B8734D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{811823CF-34AF-41C7-B9A2-90C314B8734D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{811823CF-34AF-41C7-B9A2-90C314B8734D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{811823CF-34AF-41C7-B9A2-90C314B8734D}.Release|Any CPU.Build.0 = Release|Any CPU
{85CFDDDA-4AA0-42EE-913A-D7357695208F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85CFDDDA-4AA0-42EE-913A-D7357695208F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85CFDDDA-4AA0-42EE-913A-D7357695208F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85CFDDDA-4AA0-42EE-913A-D7357695208F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F68B2F91-70ED-4912-82DC-B5F4DA4A32EB}
EndGlobalSection
EndGlobal