forked from megai2/d912pxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathd912pxy.sln
66 lines (66 loc) · 3.36 KB
/
d912pxy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "d912pxy", "d912pxy\d912pxy.vcxproj", "{C5692CFC-8085-429F-AB8F-53E282189AB6}"
ProjectSection(ProjectDependencies) = postProject
{25B1AEC5-FF79-475B-AFA2-1936B7797005} = {25B1AEC5-FF79-475B-AFA2-1936B7797005}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "P7ClientLib", "thirdparty\p7logger\Sources\P7ClientLib.vcxproj", "{25B1AEC5-FF79-475B-AFA2-1936B7797005}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release_d|x64 = Release_d|x64
Release_pp|x64 = Release_pp|x64
Release_ps|x64 = Release_ps|x64
Release|x64 = Release|x64
ReleaseMt|x64 = ReleaseMt|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Debug|x64.ActiveCfg = Debug|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Debug|x64.Build.0 = Debug|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Release_d|x64.ActiveCfg = Release_d|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Release_d|x64.Build.0 = Release_d|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Release_pp|x64.ActiveCfg = Release_pp|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Release_pp|x64.Build.0 = Release_pp|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Release_ps|x64.ActiveCfg = Release_ps|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Release_ps|x64.Build.0 = Release_ps|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Release|x64.ActiveCfg = Release|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.Release|x64.Build.0 = Release|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.ReleaseMt|x64.ActiveCfg = Release|x64
{C5692CFC-8085-429F-AB8F-53E282189AB6}.ReleaseMt|x64.Build.0 = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Debug|x64.ActiveCfg = Debug|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Debug|x64.Build.0 = Debug|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Release_d|x64.ActiveCfg = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Release_d|x64.Build.0 = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Release_pp|x64.ActiveCfg = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Release_pp|x64.Build.0 = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Release_ps|x64.ActiveCfg = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Release_ps|x64.Build.0 = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Release|x64.ActiveCfg = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.Release|x64.Build.0 = Release|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.ReleaseMt|x64.ActiveCfg = ReleaseMt|x64
{25B1AEC5-FF79-475B-AFA2-1936B7797005}.ReleaseMt|x64.Build.0 = ReleaseMt|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9EE33444-61A8-45F4-9368-E10B022EAFB6}
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