-
Notifications
You must be signed in to change notification settings - Fork 23
/
InjectDll.sln
55 lines (55 loc) · 3.07 KB
/
InjectDll.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InjectDll", "InjectDll\InjectDll.vcxproj", "{C6775FC7-8353-43B3-8F14-4D5191DC8C54}"
ProjectSection(ProjectDependencies) = postProject
{DD457285-1B39-46FE-9654-B9BB80438BF7} = {DD457285-1B39-46FE-9654-B9BB80438BF7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wow64Shellcode", "Wow64Shellcode\Wow64Shellcode.vcxproj", "{DD457285-1B39-46FE-9654-B9BB80438BF7}"
ProjectSection(ProjectDependencies) = postProject
{8335ED6A-8E3F-492A-B19F-B3B16C592D14} = {8335ED6A-8E3F-492A-B19F-B3B16C592D14}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExtractArray", "ExtractArray\ExtractArray.vcxproj", "{8335ED6A-8E3F-492A-B19F-B3B16C592D14}"
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
{C6775FC7-8353-43B3-8F14-4D5191DC8C54}.Debug|x64.ActiveCfg = Debug|x64
{C6775FC7-8353-43B3-8F14-4D5191DC8C54}.Debug|x64.Build.0 = Debug|x64
{C6775FC7-8353-43B3-8F14-4D5191DC8C54}.Debug|x86.ActiveCfg = Debug|Win32
{C6775FC7-8353-43B3-8F14-4D5191DC8C54}.Debug|x86.Build.0 = Debug|Win32
{C6775FC7-8353-43B3-8F14-4D5191DC8C54}.Release|x64.ActiveCfg = Release|x64
{C6775FC7-8353-43B3-8F14-4D5191DC8C54}.Release|x64.Build.0 = Release|x64
{C6775FC7-8353-43B3-8F14-4D5191DC8C54}.Release|x86.ActiveCfg = Release|Win32
{C6775FC7-8353-43B3-8F14-4D5191DC8C54}.Release|x86.Build.0 = Release|Win32
{DD457285-1B39-46FE-9654-B9BB80438BF7}.Debug|x64.ActiveCfg = Debug|x64
{DD457285-1B39-46FE-9654-B9BB80438BF7}.Debug|x64.Build.0 = Debug|x64
{DD457285-1B39-46FE-9654-B9BB80438BF7}.Debug|x86.ActiveCfg = Debug|Win32
{DD457285-1B39-46FE-9654-B9BB80438BF7}.Release|x64.ActiveCfg = Release|x64
{DD457285-1B39-46FE-9654-B9BB80438BF7}.Release|x64.Build.0 = Release|x64
{DD457285-1B39-46FE-9654-B9BB80438BF7}.Release|x86.ActiveCfg = Release|Win32
{8335ED6A-8E3F-492A-B19F-B3B16C592D14}.Debug|x64.ActiveCfg = Debug|x64
{8335ED6A-8E3F-492A-B19F-B3B16C592D14}.Debug|x64.Build.0 = Debug|x64
{8335ED6A-8E3F-492A-B19F-B3B16C592D14}.Debug|x86.ActiveCfg = Debug|Win32
{8335ED6A-8E3F-492A-B19F-B3B16C592D14}.Debug|x86.Build.0 = Debug|Win32
{8335ED6A-8E3F-492A-B19F-B3B16C592D14}.Release|x64.ActiveCfg = Release|x64
{8335ED6A-8E3F-492A-B19F-B3B16C592D14}.Release|x64.Build.0 = Release|x64
{8335ED6A-8E3F-492A-B19F-B3B16C592D14}.Release|x86.ActiveCfg = Release|Win32
{8335ED6A-8E3F-492A-B19F-B3B16C592D14}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F1C9F5F-32A9-4891-AB37-680028063651}
EndGlobalSection
EndGlobal