-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsolution.sln
More file actions
91 lines (91 loc) · 5.34 KB
/
Copy pathsolution.sln
File metadata and controls
91 lines (91 loc) · 5.34 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
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
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WhiteRabbitTracker", "pintool\pintool.vcxproj", "{639EF517-FCFC-408E-9500-71F0DC0458DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Kernel|Win32 = Debug Kernel|Win32
Debug Kernel|x64 = Debug Kernel|x64
Debug MD DLL|Win32 = Debug MD DLL|Win32
Debug MD DLL|x64 = Debug MD DLL|x64
Debug MD|Win32 = Debug MD|Win32
Debug MD|x64 = Debug MD|x64
Debug MT DLL|Win32 = Debug MT DLL|Win32
Debug MT DLL|x64 = Debug MT DLL|x64
Debug MT|Win32 = Debug MT|Win32
Debug MT|x64 = Debug MT|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release Kernel|Win32 = Release Kernel|Win32
Release Kernel|x64 = Release Kernel|x64
Release MD DLL|Win32 = Release MD DLL|Win32
Release MD DLL|x64 = Release MD DLL|x64
Release MD|Win32 = Release MD|Win32
Release MD|x64 = Release MD|x64
Release MT DLL|Win32 = Release MT DLL|Win32
Release MT DLL|x64 = Release MT DLL|x64
Release MT|Win32 = Release MT|Win32
Release MT|x64 = Release MT|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug Kernel|Win32.ActiveCfg = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug Kernel|Win32.Build.0 = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug Kernel|x64.ActiveCfg = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug Kernel|x64.Build.0 = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MD DLL|Win32.ActiveCfg = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MD DLL|Win32.Build.0 = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MD DLL|x64.ActiveCfg = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MD DLL|x64.Build.0 = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MD|Win32.ActiveCfg = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MD|Win32.Build.0 = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MD|x64.ActiveCfg = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MD|x64.Build.0 = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MT DLL|Win32.ActiveCfg = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MT DLL|Win32.Build.0 = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MT DLL|x64.ActiveCfg = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MT DLL|x64.Build.0 = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MT|Win32.ActiveCfg = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MT|Win32.Build.0 = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MT|x64.ActiveCfg = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug MT|x64.Build.0 = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug|Win32.ActiveCfg = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug|Win32.Build.0 = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug|x64.ActiveCfg = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Debug|x64.Build.0 = Debug|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release Kernel|Win32.ActiveCfg = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release Kernel|Win32.Build.0 = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release Kernel|x64.ActiveCfg = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release Kernel|x64.Build.0 = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MD DLL|Win32.ActiveCfg = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MD DLL|Win32.Build.0 = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MD DLL|x64.ActiveCfg = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MD DLL|x64.Build.0 = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MD|Win32.ActiveCfg = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MD|Win32.Build.0 = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MD|x64.ActiveCfg = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MD|x64.Build.0 = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MT DLL|Win32.ActiveCfg = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MT DLL|Win32.Build.0 = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MT DLL|x64.ActiveCfg = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MT DLL|x64.Build.0 = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MT|Win32.ActiveCfg = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MT|Win32.Build.0 = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MT|x64.ActiveCfg = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release MT|x64.Build.0 = Release|x64
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release|Win32.ActiveCfg = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release|Win32.Build.0 = Release|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release|x64.ActiveCfg = Debug|Win32
{639EF517-FCFC-408E-9500-71F0DC0458DB}.Release|x64.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E492018D-DFDB-4968-97A1-6BC02CEF7740}
EndGlobalSection
EndGlobal