-
Notifications
You must be signed in to change notification settings - Fork 0
/
ddd.sln
41 lines (41 loc) · 2.07 KB
/
ddd.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{20A69684-8D2B-3F5A-8DD2-377BA5861BD0}"
ProjectSection(ProjectDependencies) = postProject
{2FEFFA9F-5086-31D8-892A-CF2AEAF32981} = {2FEFFA9F-5086-31D8-892A-CF2AEAF32981}
{7D436B46-C8B4-32E6-A06B-A8C79FA16389} = {7D436B46-C8B4-32E6-A06B-A8C79FA16389}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{2FEFFA9F-5086-31D8-892A-CF2AEAF32981}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ddd", "ddd.vcxproj", "{7D436B46-C8B4-32E6-A06B-A8C79FA16389}"
ProjectSection(ProjectDependencies) = postProject
{2FEFFA9F-5086-31D8-892A-CF2AEAF32981} = {2FEFFA9F-5086-31D8-892A-CF2AEAF32981}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20A69684-8D2B-3F5A-8DD2-377BA5861BD0}.Debug|x64.ActiveCfg = Debug|x64
{20A69684-8D2B-3F5A-8DD2-377BA5861BD0}.Release|x64.ActiveCfg = Release|x64
{2FEFFA9F-5086-31D8-892A-CF2AEAF32981}.Debug|x64.ActiveCfg = Debug|x64
{2FEFFA9F-5086-31D8-892A-CF2AEAF32981}.Debug|x64.Build.0 = Debug|x64
{2FEFFA9F-5086-31D8-892A-CF2AEAF32981}.Release|x64.ActiveCfg = Release|x64
{2FEFFA9F-5086-31D8-892A-CF2AEAF32981}.Release|x64.Build.0 = Release|x64
{7D436B46-C8B4-32E6-A06B-A8C79FA16389}.Debug|x64.ActiveCfg = Debug|x64
{7D436B46-C8B4-32E6-A06B-A8C79FA16389}.Debug|x64.Build.0 = Debug|x64
{7D436B46-C8B4-32E6-A06B-A8C79FA16389}.Release|x64.ActiveCfg = Release|x64
{7D436B46-C8B4-32E6-A06B-A8C79FA16389}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9FD31204-8643-3DE3-A9FD-947A608A8A37}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal