forked from polycone/pe-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpe-loader.sln
30 lines (30 loc) · 1.41 KB
/
pe-loader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "loader", "loader\loader.vcxproj", "{CA8BF6A1-326E-4480-938B-69F4F6B5CEBD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debugger", "debugger\debugger.vcxproj", "{F3963D5A-1F27-4E15-B787-5CA97002EC9E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA8BF6A1-326E-4480-938B-69F4F6B5CEBD}.Debug|Win32.ActiveCfg = Debug|Win32
{CA8BF6A1-326E-4480-938B-69F4F6B5CEBD}.Debug|Win32.Build.0 = Debug|Win32
{CA8BF6A1-326E-4480-938B-69F4F6B5CEBD}.Release|Win32.ActiveCfg = Release|Win32
{CA8BF6A1-326E-4480-938B-69F4F6B5CEBD}.Release|Win32.Build.0 = Release|Win32
{F3963D5A-1F27-4E15-B787-5CA97002EC9E}.Debug|Win32.ActiveCfg = Debug|Win32
{F3963D5A-1F27-4E15-B787-5CA97002EC9E}.Debug|Win32.Build.0 = Debug|Win32
{F3963D5A-1F27-4E15-B787-5CA97002EC9E}.Release|Win32.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99BD0F69-42AA-46EC-9BF6-822F2FD815F3}
EndGlobalSection
EndGlobal