-
Notifications
You must be signed in to change notification settings - Fork 15
/
X86PeRunner.sln
53 lines (53 loc) · 2.88 KB
/
X86PeRunner.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "X86PeRunner", "X86PeRunner\X86PeRunner.vcxproj", "{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PeLoader", "PeLoader\PeLoader.vcxproj", "{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Debug|ARM.ActiveCfg = Debug|ARM
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Debug|ARM.Build.0 = Debug|ARM
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Debug|ARM.Deploy.0 = Debug|ARM
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Debug|x64.ActiveCfg = Debug|x64
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Debug|x64.Build.0 = Debug|x64
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Debug|x86.ActiveCfg = Debug|Win32
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Debug|x86.Build.0 = Debug|Win32
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Release|ARM.ActiveCfg = Release|ARM
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Release|ARM.Build.0 = Release|ARM
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Release|ARM.Deploy.0 = Release|ARM
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Release|x64.ActiveCfg = Release|x64
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Release|x64.Build.0 = Release|x64
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Release|x86.ActiveCfg = Release|Win32
{BC6AE643-5856-4AB1-B9AC-2D425C07FC21}.Release|x86.Build.0 = Release|Win32
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Debug|ARM.ActiveCfg = Debug|ARM
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Debug|ARM.Build.0 = Debug|ARM
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Debug|x64.ActiveCfg = Debug|x64
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Debug|x64.Build.0 = Debug|x64
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Debug|x86.ActiveCfg = Debug|Win32
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Debug|x86.Build.0 = Debug|Win32
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Release|ARM.ActiveCfg = Release|ARM
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Release|ARM.Build.0 = Release|ARM
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Release|x64.ActiveCfg = Release|x64
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Release|x64.Build.0 = Release|x64
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Release|x86.ActiveCfg = Release|Win32
{5F0D0E83-94AB-46F4-8463-B451EE2E35C1}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92C3513B-EBB4-4401-8296-DCA417C30FFF}
EndGlobalSection
EndGlobal