-
Notifications
You must be signed in to change notification settings - Fork 5
/
Injector.sln
104 lines (104 loc) · 6.81 KB
/
Injector.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LicenseData", "LicenseData\LicenseData.vcxproj", "{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}"
ProjectSection(ProjectDependencies) = postProject
{B1BAA321-49A2-4FD6-8661-E53B8865B171} = {B1BAA321-49A2-4FD6-8661-E53B8865B171}
{48D7D0A5-33E5-460C-B912-5FF512E0D448} = {48D7D0A5-33E5-460C-B912-5FF512E0D448}
{EB6B9CE0-D6CB-4C3B-B565-92192153C697} = {EB6B9CE0-D6CB-4C3B-B565-92192153C697}
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB} = {44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{63326D70-4303-4062-8889-8DC241C22977}"
ProjectSection(SolutionItems) = preProject
clean.cmd = clean.cmd
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChainLoader", "ChainLoader\ChainLoader.vcxproj", "{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libinstaller", "libinstaller\libinstaller.vcxproj", "{48D7D0A5-33E5-460C-B912-5FF512E0D448}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Installer_EFI_cli", "Installer_EFI_cli\Installer_EFI_cli.vcxproj", "{EB6B9CE0-D6CB-4C3B-B565-92192153C697}"
ProjectSection(ProjectDependencies) = postProject
{48D7D0A5-33E5-460C-B912-5FF512E0D448} = {48D7D0A5-33E5-460C-B912-5FF512E0D448}
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB} = {44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asus", "asus\asus.vcxproj", "{B1BAA321-49A2-4FD6-8661-E53B8865B171}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Debug|Win32.ActiveCfg = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Debug|Win32.Build.0 = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Debug|x64.ActiveCfg = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Debug|x64.Build.0 = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Release|Mixed Platforms.Build.0 = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Release|Win32.ActiveCfg = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Release|Win32.Build.0 = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Release|x64.ActiveCfg = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Release|x64.Build.0 = Release|Win32
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Debug|Mixed Platforms.Build.0 = Debug|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Debug|Win32.ActiveCfg = Debug|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Debug|x64.ActiveCfg = Debug|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Debug|x64.Build.0 = Debug|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Release|Mixed Platforms.ActiveCfg = Release|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Release|Mixed Platforms.Build.0 = Release|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Release|Win32.ActiveCfg = Release|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Release|x64.ActiveCfg = Release|x64
{44171FEA-9799-4BCA-BD32-C5DCF7A23CCB}.Release|x64.Build.0 = Release|x64
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Debug|Win32.ActiveCfg = Debug|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Debug|Win32.Build.0 = Debug|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Debug|x64.ActiveCfg = Debug|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Debug|x64.Build.0 = Debug|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Release|Mixed Platforms.Build.0 = Release|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Release|Win32.ActiveCfg = Release|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Release|Win32.Build.0 = Release|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Release|x64.ActiveCfg = Release|Win32
{48D7D0A5-33E5-460C-B912-5FF512E0D448}.Release|x64.Build.0 = Release|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Debug|Win32.ActiveCfg = Debug|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Debug|Win32.Build.0 = Debug|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Debug|x64.ActiveCfg = Debug|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Debug|x64.Build.0 = Debug|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Release|Mixed Platforms.Build.0 = Release|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Release|Win32.ActiveCfg = Release|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Release|Win32.Build.0 = Release|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Release|x64.ActiveCfg = Release|Win32
{EB6B9CE0-D6CB-4C3B-B565-92192153C697}.Release|x64.Build.0 = Release|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Debug|Win32.ActiveCfg = Debug|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Debug|Win32.Build.0 = Debug|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Debug|x64.ActiveCfg = Debug|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Debug|x64.Build.0 = Debug|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Release|Mixed Platforms.Build.0 = Release|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Release|Win32.ActiveCfg = Release|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Release|Win32.Build.0 = Release|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Release|x64.ActiveCfg = Release|Win32
{B1BAA321-49A2-4FD6-8661-E53B8865B171}.Release|x64.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal