-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdr.analyzer.sln
More file actions
52 lines (52 loc) · 2.88 KB
/
dr.analyzer.sln
File metadata and controls
52 lines (52 loc) · 2.88 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hook", "hook\hook.vcxproj", "{1FC76583-540A-4DD4-A196-0B3A2B059D2F}"
ProjectSection(ProjectDependencies) = postProject
{37489709-8054-4903-9C49-A79846049FC9} = {37489709-8054-4903-9C49-A79846049FC9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dr_analyzer", "dr.analyzer\dr_analyzer.csproj", "{0D063BA1-228D-49F1-84CB-70878D5FFBCA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Detours", "Detours\vc\Detours.vcxproj", "{37489709-8054-4903-9C49-A79846049FC9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FC76583-540A-4DD4-A196-0B3A2B059D2F}.Debug|x64.ActiveCfg = Release|x64
{1FC76583-540A-4DD4-A196-0B3A2B059D2F}.Debug|x64.Build.0 = Release|x64
{1FC76583-540A-4DD4-A196-0B3A2B059D2F}.Debug|x86.ActiveCfg = Release|x64
{1FC76583-540A-4DD4-A196-0B3A2B059D2F}.Release|x64.ActiveCfg = Release|x64
{1FC76583-540A-4DD4-A196-0B3A2B059D2F}.Release|x64.Build.0 = Release|x64
{1FC76583-540A-4DD4-A196-0B3A2B059D2F}.Release|x86.ActiveCfg = Release|x64
{0D063BA1-228D-49F1-84CB-70878D5FFBCA}.Debug|x64.ActiveCfg = Debug|Any CPU
{0D063BA1-228D-49F1-84CB-70878D5FFBCA}.Debug|x64.Build.0 = Debug|Any CPU
{0D063BA1-228D-49F1-84CB-70878D5FFBCA}.Debug|x86.ActiveCfg = Debug|Any CPU
{0D063BA1-228D-49F1-84CB-70878D5FFBCA}.Debug|x86.Build.0 = Debug|Any CPU
{0D063BA1-228D-49F1-84CB-70878D5FFBCA}.Release|x64.ActiveCfg = Release|Any CPU
{0D063BA1-228D-49F1-84CB-70878D5FFBCA}.Release|x64.Build.0 = Release|Any CPU
{0D063BA1-228D-49F1-84CB-70878D5FFBCA}.Release|x86.ActiveCfg = Release|Any CPU
{0D063BA1-228D-49F1-84CB-70878D5FFBCA}.Release|x86.Build.0 = Release|Any CPU
{37489709-8054-4903-9C49-A79846049FC9}.Debug|x64.ActiveCfg = ReleaseMD|x64
{37489709-8054-4903-9C49-A79846049FC9}.Debug|x64.Build.0 = ReleaseMD|x64
{37489709-8054-4903-9C49-A79846049FC9}.Debug|x86.ActiveCfg = DebugMDd|Win32
{37489709-8054-4903-9C49-A79846049FC9}.Debug|x86.Build.0 = DebugMDd|Win32
{37489709-8054-4903-9C49-A79846049FC9}.Release|x64.ActiveCfg = ReleaseMD|x64
{37489709-8054-4903-9C49-A79846049FC9}.Release|x64.Build.0 = ReleaseMD|x64
{37489709-8054-4903-9C49-A79846049FC9}.Release|x86.ActiveCfg = ReleaseMD|Win32
{37489709-8054-4903-9C49-A79846049FC9}.Release|x86.Build.0 = ReleaseMD|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A92E0C18-0A1B-4300-BF98-5A6BF763A27C}
EndGlobalSection
EndGlobal