-
Notifications
You must be signed in to change notification settings - Fork 0
/
Containers.sln
84 lines (84 loc) · 3.86 KB
/
Containers.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Containers", "Containers\Containers.vcxproj", "{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTests", "UnitTests\UnitTests.vcxproj", "{189D01CD-40C0-4002-81B8-CE19F325DF6A}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
OptomizedDebug|x64 = OptomizedDebug|x64
OptomizedDebug|x86 = OptomizedDebug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.Debug|x64.ActiveCfg = Debug|x64
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.Debug|x64.Build.0 = Debug|x64
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.Debug|x86.ActiveCfg = Debug|Win32
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.Debug|x86.Build.0 = Debug|Win32
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.OptomizedDebug|x64.ActiveCfg = OptomizedDebug|x64
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.OptomizedDebug|x64.Build.0 = OptomizedDebug|x64
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.OptomizedDebug|x86.ActiveCfg = OptomizedDebug|Win32
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.OptomizedDebug|x86.Build.0 = OptomizedDebug|Win32
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.Release|x64.ActiveCfg = Release|x64
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.Release|x64.Build.0 = Release|x64
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.Release|x86.ActiveCfg = Release|Win32
{2B9B7E89-7223-48CE-AF39-E05AFEDD8ACA}.Release|x86.Build.0 = Release|Win32
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.Debug|x64.ActiveCfg = Debug|x64
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.Debug|x64.Build.0 = Debug|x64
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.Debug|x86.ActiveCfg = Debug|Win32
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.Debug|x86.Build.0 = Debug|Win32
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.OptomizedDebug|x64.ActiveCfg = Debug|x64
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.OptomizedDebug|x64.Build.0 = Debug|x64
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.OptomizedDebug|x86.ActiveCfg = Debug|Win32
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.OptomizedDebug|x86.Build.0 = Debug|Win32
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.Release|x64.ActiveCfg = Release|x64
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.Release|x64.Build.0 = Release|x64
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.Release|x86.ActiveCfg = Release|Win32
{189D01CD-40C0-4002-81B8-CE19F325DF6A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {888B2F2C-5F7A-4786-B8D2-64E7A70FF8AB}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal