-
Notifications
You must be signed in to change notification settings - Fork 91
/
Copy pathAtomLdr.sln
51 lines (51 loc) · 2.89 KB
/
AtomLdr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AtomLdr", "AtomLdr\AtomLdr.vcxproj", "{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PayloadBuilder", "PayloadBuilder\PayloadBuilder.vcxproj", "{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hasher", "Hasher\Hasher.vcxproj", "{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}"
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
{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}.Debug|x64.ActiveCfg = Debug|x64
{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}.Debug|x64.Build.0 = Debug|x64
{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}.Debug|x86.ActiveCfg = Debug|Win32
{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}.Debug|x86.Build.0 = Debug|Win32
{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}.Release|x64.ActiveCfg = Release|x64
{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}.Release|x64.Build.0 = Release|x64
{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}.Release|x86.ActiveCfg = Release|Win32
{D84D53B2-BABF-4AE0-B7B1-B366C5F60CB0}.Release|x86.Build.0 = Release|Win32
{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}.Debug|x64.ActiveCfg = Debug|x64
{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}.Debug|x64.Build.0 = Debug|x64
{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}.Debug|x86.ActiveCfg = Debug|Win32
{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}.Debug|x86.Build.0 = Debug|Win32
{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}.Release|x64.ActiveCfg = Release|x64
{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}.Release|x64.Build.0 = Release|x64
{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}.Release|x86.ActiveCfg = Release|Win32
{A858C7CC-7566-4ECE-9B46-9BF3D5C11498}.Release|x86.Build.0 = Release|Win32
{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}.Debug|x64.ActiveCfg = Debug|x64
{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}.Debug|x64.Build.0 = Debug|x64
{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}.Debug|x86.ActiveCfg = Debug|Win32
{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}.Debug|x86.Build.0 = Debug|Win32
{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}.Release|x64.ActiveCfg = Release|x64
{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}.Release|x64.Build.0 = Release|x64
{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}.Release|x86.ActiveCfg = Release|Win32
{6A01BFB8-7CDF-44C0-A56B-15CBE6DDCE54}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA6DF3B9-D7C5-45BB-B602-151D22BF076F}
EndGlobalSection
EndGlobal