-
Notifications
You must be signed in to change notification settings - Fork 74
/
FullSpeed.sln
96 lines (96 loc) · 5.85 KB
/
FullSpeed.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
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{12DAB0DF-4CD8-4D59-9593-179374AC1FB4}"
ProjectSection(SolutionItems) = preProject
forkserver-proto.h = forkserver-proto.h
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "forklib", "forklib\forklib.vcxproj", "{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}"
ProjectSection(ProjectDependencies) = postProject
{9DA7F232-0096-45BC-A452-24C7F3AFA0F8} = {9DA7F232-0096-45BC-A452-24C7F3AFA0F8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wow64ext", "wow64ext\wow64ext.vcxproj", "{9DA7F232-0096-45BC-A452-24C7F3AFA0F8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "afl-fuzz", "afl-fuzz\afl-fuzz.vcxproj", "{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}"
ProjectSection(ProjectDependencies) = postProject
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8} = {051DE316-C76C-4CFC-82DA-46C0B04CFAD8}
{1B5BE021-FB5F-4792-AF04-39BF7705886E} = {1B5BE021-FB5F-4792-AF04-39BF7705886E}
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6} = {EA46B9B4-F034-4117-95DD-5A9D5279DCF6}
{03AFE5F8-783B-4091-8D04-A09E43F503A2} = {03AFE5F8-783B-4091-8D04-A09E43F503A2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "injected-harness", "injected-harness\injected-harness.vcxproj", "{03AFE5F8-783B-4091-8D04-A09E43F503A2}"
ProjectSection(ProjectDependencies) = postProject
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6} = {EA46B9B4-F034-4117-95DD-5A9D5279DCF6}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ipttool", "ipttool\ipttool.vcxproj", "{1B5BE021-FB5F-4792-AF04-39BF7705886E}"
ProjectSection(ProjectDependencies) = postProject
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8} = {051DE316-C76C-4CFC-82DA-46C0B04CFAD8}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libipt", "libipt\libipt.vcxproj", "{051DE316-C76C-4CFC-82DA-46C0B04CFAD8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}.Debug|Win32.ActiveCfg = Debug|Win32
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}.Debug|Win32.Build.0 = Debug|Win32
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}.Debug|x64.ActiveCfg = Debug|x64
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}.Debug|x64.Build.0 = Debug|x64
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}.Release|Win32.ActiveCfg = Release|Win32
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}.Release|Win32.Build.0 = Release|Win32
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}.Release|x64.ActiveCfg = Release|x64
{EA46B9B4-F034-4117-95DD-5A9D5279DCF6}.Release|x64.Build.0 = Release|x64
{9DA7F232-0096-45BC-A452-24C7F3AFA0F8}.Debug|Win32.ActiveCfg = Debug|Win32
{9DA7F232-0096-45BC-A452-24C7F3AFA0F8}.Debug|Win32.Build.0 = Debug|Win32
{9DA7F232-0096-45BC-A452-24C7F3AFA0F8}.Debug|x64.ActiveCfg = Debug|Win32
{9DA7F232-0096-45BC-A452-24C7F3AFA0F8}.Release|Win32.ActiveCfg = Release|Win32
{9DA7F232-0096-45BC-A452-24C7F3AFA0F8}.Release|Win32.Build.0 = Release|Win32
{9DA7F232-0096-45BC-A452-24C7F3AFA0F8}.Release|x64.ActiveCfg = Release|Win32
{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}.Debug|Win32.ActiveCfg = Debug|Win32
{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}.Debug|Win32.Build.0 = Debug|Win32
{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}.Debug|x64.ActiveCfg = Debug|x64
{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}.Debug|x64.Build.0 = Debug|x64
{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}.Release|Win32.ActiveCfg = Release|Win32
{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}.Release|Win32.Build.0 = Release|Win32
{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}.Release|x64.ActiveCfg = Release|x64
{4DCB0A62-8578-4092-ABE5-53B9BB0EF18A}.Release|x64.Build.0 = Release|x64
{03AFE5F8-783B-4091-8D04-A09E43F503A2}.Debug|Win32.ActiveCfg = Debug|Win32
{03AFE5F8-783B-4091-8D04-A09E43F503A2}.Debug|Win32.Build.0 = Debug|Win32
{03AFE5F8-783B-4091-8D04-A09E43F503A2}.Debug|x64.ActiveCfg = Debug|x64
{03AFE5F8-783B-4091-8D04-A09E43F503A2}.Debug|x64.Build.0 = Debug|x64
{03AFE5F8-783B-4091-8D04-A09E43F503A2}.Release|Win32.ActiveCfg = Release|Win32
{03AFE5F8-783B-4091-8D04-A09E43F503A2}.Release|Win32.Build.0 = Release|Win32
{03AFE5F8-783B-4091-8D04-A09E43F503A2}.Release|x64.ActiveCfg = Release|x64
{03AFE5F8-783B-4091-8D04-A09E43F503A2}.Release|x64.Build.0 = Release|x64
{1B5BE021-FB5F-4792-AF04-39BF7705886E}.Debug|Win32.ActiveCfg = Debug|Win32
{1B5BE021-FB5F-4792-AF04-39BF7705886E}.Debug|Win32.Build.0 = Debug|Win32
{1B5BE021-FB5F-4792-AF04-39BF7705886E}.Debug|x64.ActiveCfg = Debug|x64
{1B5BE021-FB5F-4792-AF04-39BF7705886E}.Debug|x64.Build.0 = Debug|x64
{1B5BE021-FB5F-4792-AF04-39BF7705886E}.Release|Win32.ActiveCfg = Release|Win32
{1B5BE021-FB5F-4792-AF04-39BF7705886E}.Release|x64.ActiveCfg = Release|x64
{1B5BE021-FB5F-4792-AF04-39BF7705886E}.Release|x64.Build.0 = Release|x64
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8}.Debug|Win32.ActiveCfg = Debug|Win32
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8}.Debug|Win32.Build.0 = Debug|Win32
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8}.Debug|x64.ActiveCfg = Debug|x64
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8}.Debug|x64.Build.0 = Debug|x64
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8}.Release|Win32.ActiveCfg = Release|Win32
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8}.Release|x64.ActiveCfg = Release|x64
{051DE316-C76C-4CFC-82DA-46C0B04CFAD8}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAEB2A2A-91EB-3259-8AF0-E45724CDD26B}
EndGlobalSection
EndGlobal