-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCacheTestHarness.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
CacheTestHarness.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheTestHarness", "CacheTestHarness\CacheTestHarness.csproj", "{EE1B06A6-0979-4DA9-889D-2A700B6F39AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CacheLib", "CacheLib\CacheLib.csproj", "{A536024E-686A-47FD-9A62-86C0D576389B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CacheUnitTests", "CacheUnitTests\CacheUnitTests.csproj", "{640E118C-CB8F-4C59-9780-4529BB89BD95}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE1B06A6-0979-4DA9-889D-2A700B6F39AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE1B06A6-0979-4DA9-889D-2A700B6F39AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE1B06A6-0979-4DA9-889D-2A700B6F39AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE1B06A6-0979-4DA9-889D-2A700B6F39AF}.Release|Any CPU.Build.0 = Release|Any CPU
{A536024E-686A-47FD-9A62-86C0D576389B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A536024E-686A-47FD-9A62-86C0D576389B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A536024E-686A-47FD-9A62-86C0D576389B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A536024E-686A-47FD-9A62-86C0D576389B}.Release|Any CPU.Build.0 = Release|Any CPU
{640E118C-CB8F-4C59-9780-4529BB89BD95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{640E118C-CB8F-4C59-9780-4529BB89BD95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{640E118C-CB8F-4C59-9780-4529BB89BD95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{640E118C-CB8F-4C59-9780-4529BB89BD95}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4296CB67-EE81-4F08-98C2-F5587BA88FBA}
EndGlobalSection
EndGlobal