forked from momo5502/ept-hook-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathept_check.sln
24 lines (24 loc) · 988 Bytes
/
ept_check.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32228.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ept_check", "ept_check.vcxproj", "{77F3E532-43FB-47D0-A7DF-4F396AAD9383}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77F3E532-43FB-47D0-A7DF-4F396AAD9383}.Release|x64.ActiveCfg = Release|x64
{77F3E532-43FB-47D0-A7DF-4F396AAD9383}.Release|x64.Build.0 = Release|x64
{77F3E532-43FB-47D0-A7DF-4F396AAD9383}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FCA9620D-4FDA-4A64-BC26-CCD6B21EFA4D}
EndGlobalSection
EndGlobal