-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathHideProcessHook.sln
More file actions
51 lines (51 loc) · 2.94 KB
/
HideProcessHook.sln
File metadata and controls
51 lines (51 loc) · 2.94 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HideProcessHook", "HideProcessHook\HideProcessHook.vcxproj", "{775F4734-D75B-4180-A0AC-9CF0E26F604B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HideProcessHookTester", "HideProcessHookTester\HideProcessHookTester.vcxproj", "{783A67E9-7233-491C-83C9-E409B4024B89}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HideProcessHookInjector", "HideProcessHookInjector\HideProcessHookInjector.vcxproj", "{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}"
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
{775F4734-D75B-4180-A0AC-9CF0E26F604B}.Debug|x64.ActiveCfg = Debug|x64
{775F4734-D75B-4180-A0AC-9CF0E26F604B}.Debug|x64.Build.0 = Debug|x64
{775F4734-D75B-4180-A0AC-9CF0E26F604B}.Debug|x86.ActiveCfg = Debug|Win32
{775F4734-D75B-4180-A0AC-9CF0E26F604B}.Debug|x86.Build.0 = Debug|Win32
{775F4734-D75B-4180-A0AC-9CF0E26F604B}.Release|x64.ActiveCfg = Release|x64
{775F4734-D75B-4180-A0AC-9CF0E26F604B}.Release|x64.Build.0 = Release|x64
{775F4734-D75B-4180-A0AC-9CF0E26F604B}.Release|x86.ActiveCfg = Release|Win32
{775F4734-D75B-4180-A0AC-9CF0E26F604B}.Release|x86.Build.0 = Release|Win32
{783A67E9-7233-491C-83C9-E409B4024B89}.Debug|x64.ActiveCfg = Debug|x64
{783A67E9-7233-491C-83C9-E409B4024B89}.Debug|x64.Build.0 = Debug|x64
{783A67E9-7233-491C-83C9-E409B4024B89}.Debug|x86.ActiveCfg = Debug|Win32
{783A67E9-7233-491C-83C9-E409B4024B89}.Debug|x86.Build.0 = Debug|Win32
{783A67E9-7233-491C-83C9-E409B4024B89}.Release|x64.ActiveCfg = Release|x64
{783A67E9-7233-491C-83C9-E409B4024B89}.Release|x64.Build.0 = Release|x64
{783A67E9-7233-491C-83C9-E409B4024B89}.Release|x86.ActiveCfg = Release|Win32
{783A67E9-7233-491C-83C9-E409B4024B89}.Release|x86.Build.0 = Release|Win32
{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}.Debug|x64.ActiveCfg = Debug|x64
{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}.Debug|x64.Build.0 = Debug|x64
{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}.Debug|x86.ActiveCfg = Debug|Win32
{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}.Debug|x86.Build.0 = Debug|Win32
{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}.Release|x64.ActiveCfg = Release|x64
{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}.Release|x64.Build.0 = Release|x64
{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}.Release|x86.ActiveCfg = Release|Win32
{83F96B15-534F-4EB8-91EE-D8C0CA3F6C1A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CBC32142-6314-41B2-ADFE-296926F17AB4}
EndGlobalSection
EndGlobal