-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConcurrentCache.sln
31 lines (31 loc) · 1.57 KB
/
ConcurrentCache.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConcurrentCache", "src\ConcurrentCache.csproj", "{5F62C89D-91D0-40E5-AA93-2A1C3855E5C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CacheUnitTests", "tests\CacheUnitTests\CacheUnitTests.csproj", "{45B38E8B-F5A8-460D-AA91-C5EE1D06A073}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F62C89D-91D0-40E5-AA93-2A1C3855E5C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F62C89D-91D0-40E5-AA93-2A1C3855E5C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F62C89D-91D0-40E5-AA93-2A1C3855E5C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F62C89D-91D0-40E5-AA93-2A1C3855E5C3}.Release|Any CPU.Build.0 = Release|Any CPU
{45B38E8B-F5A8-460D-AA91-C5EE1D06A073}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45B38E8B-F5A8-460D-AA91-C5EE1D06A073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45B38E8B-F5A8-460D-AA91-C5EE1D06A073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45B38E8B-F5A8-460D-AA91-C5EE1D06A073}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D0FE6B2-A93C-4AC0-AA15-D3B5B12ECFD8}
EndGlobalSection
EndGlobal