-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathFirmwareModule.sln
58 lines (58 loc) · 3.39 KB
/
FirmwareModule.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "A1902AB9-5394-45F2-857A-12824213EEFB", "A1902AB9-5394-45F2-857A-12824213EEFB\A1902AB9-5394-45F2-857A-12824213EEFB.vcxproj", "{B7FF224C-B82F-4251-8436-E239A56C89D1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LicenseData", "LicenseData\LicenseData.vcxproj", "{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{63326D70-4303-4062-8889-8DC241C22977}"
ProjectSection(SolutionItems) = preProject
clean.cmd = clean.cmd
Bin\GenDepex.exe = Bin\GenDepex.exe
Bin\GenFfs.exe = Bin\GenFfs.exe
Bin\GenFw.exe = Bin\GenFw.exe
Bin\GenSec.exe = Bin\GenSec.exe
Bin\python27.dll = Bin\python27.dll
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asus", "..\InstallKeyCertificate\asus\asus.vcxproj", "{B1BAA321-49A2-4FD6-8661-E53B8865B171}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7FF224C-B82F-4251-8436-E239A56C89D1}.Debug|Mixed Platforms.ActiveCfg = Release|x64
{B7FF224C-B82F-4251-8436-E239A56C89D1}.Debug|Mixed Platforms.Build.0 = Release|x64
{B7FF224C-B82F-4251-8436-E239A56C89D1}.Debug|Win32.ActiveCfg = Release|x64
{B7FF224C-B82F-4251-8436-E239A56C89D1}.Release|Mixed Platforms.ActiveCfg = Release|x64
{B7FF224C-B82F-4251-8436-E239A56C89D1}.Release|Mixed Platforms.Build.0 = Release|x64
{B7FF224C-B82F-4251-8436-E239A56C89D1}.Release|Win32.ActiveCfg = Release|x64
{B7FF224C-B82F-4251-8436-E239A56C89D1}.Release|Win32.Build.0 = Release|x64
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Debug|Mixed Platforms.ActiveCfg = Release|Win32
{4F7D7183-BD75-4058-8A14-9AABEEBD3A26}.Debug|Mixed Platforms.Build.0 = Release|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}.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
{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}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal