-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathInjectDetectDemo.sln
More file actions
44 lines (44 loc) · 2.3 KB
/
InjectDetectDemo.sln
File metadata and controls
44 lines (44 loc) · 2.3 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InjectDetectDemo", "InjectDetectDemo\InjectDetectDemo.vcxproj", "{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}"
ProjectSection(ProjectDependencies) = postProject
{7E2021D0-C2DC-4EF8-804B-C345E8E67458} = {7E2021D0-C2DC-4EF8-804B-C345E8E67458}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PackedResource", "PackedResource\PackedResource.vcxproj", "{7E2021D0-C2DC-4EF8-804B-C345E8E67458}"
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
{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}.Debug|x64.ActiveCfg = Debug|x64
{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}.Debug|x64.Build.0 = Debug|x64
{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}.Debug|x86.ActiveCfg = Debug|Win32
{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}.Debug|x86.Build.0 = Debug|Win32
{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}.Release|x64.ActiveCfg = Release|x64
{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}.Release|x64.Build.0 = Release|x64
{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}.Release|x86.ActiveCfg = Release|Win32
{5D8ECB56-C1D4-4A49-B2B8-3E3FC8596699}.Release|x86.Build.0 = Release|Win32
{7E2021D0-C2DC-4EF8-804B-C345E8E67458}.Debug|x64.ActiveCfg = Debug|x64
{7E2021D0-C2DC-4EF8-804B-C345E8E67458}.Debug|x64.Build.0 = Debug|x64
{7E2021D0-C2DC-4EF8-804B-C345E8E67458}.Debug|x86.ActiveCfg = Debug|Win32
{7E2021D0-C2DC-4EF8-804B-C345E8E67458}.Debug|x86.Build.0 = Debug|Win32
{7E2021D0-C2DC-4EF8-804B-C345E8E67458}.Release|x64.ActiveCfg = Release|x64
{7E2021D0-C2DC-4EF8-804B-C345E8E67458}.Release|x64.Build.0 = Release|x64
{7E2021D0-C2DC-4EF8-804B-C345E8E67458}.Release|x86.ActiveCfg = Release|Win32
{7E2021D0-C2DC-4EF8-804B-C345E8E67458}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D89C431-A510-4F27-8A74-8CEDC3320205}
EndGlobalSection
EndGlobal