-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcpusysregs.sln
76 lines (76 loc) · 4.44 KB
/
cpusysregs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 12.0
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpusysregs", "cpusysregs.vcxproj", "{29BD96E0-B6C5-42A0-B683-FD9740810699}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcpusysregs", "libcpusysregs.vcxproj", "{29BD96E0-B6C5-42A0-B683-FD9740810600}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-qarma64", "test-qarma64.vcxproj", "{29BD96E0-B6C5-42A0-B683-FD9740810602}"
ProjectSection(ProjectDependencies) = postProject
{29BD96E0-B6C5-42A0-B683-FD9740810600} = {29BD96E0-B6C5-42A0-B683-FD9740810600}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo-pac", "demo-pac.vcxproj", "{29BD96E0-B6C5-42A0-B683-FD9740810603}"
ProjectSection(ProjectDependencies) = postProject
{29BD96E0-B6C5-42A0-B683-FD9740810600} = {29BD96E0-B6C5-42A0-B683-FD9740810600}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo-userfeatures", "demo-userfeatures.vcxproj", "{29BD96E0-B6C5-42A0-B683-FD9740810604}"
ProjectSection(ProjectDependencies) = postProject
{29BD96E0-B6C5-42A0-B683-FD9740810600} = {29BD96E0-B6C5-42A0-B683-FD9740810600}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pacga", "pacga.vcxproj", "{29BD96E0-B6C5-42A0-B683-FD9740810605}"
ProjectSection(ProjectDependencies) = postProject
{29BD96E0-B6C5-42A0-B683-FD9740810600} = {29BD96E0-B6C5-42A0-B683-FD9740810600}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sysregs", "sysregs.vcxproj", "{B1DA10FC-F97E-43BE-9813-71176E89CBB4}"
ProjectSection(ProjectDependencies) = postProject
{29BD96E0-B6C5-42A0-B683-FD9740810600} = {29BD96E0-B6C5-42A0-B683-FD9740810600}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Release|ARM64 = Release|ARM64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|ARM64.ActiveCfg = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810699}.Debug|ARM64.Build.0 = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|ARM64.ActiveCfg = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810699}.Release|ARM64.Build.0 = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810600}.Debug|ARM64.ActiveCfg = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810600}.Debug|ARM64.Build.0 = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810600}.Release|ARM64.ActiveCfg = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810600}.Release|ARM64.Build.0 = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810602}.Debug|ARM64.ActiveCfg = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810602}.Debug|ARM64.Build.0 = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810602}.Release|ARM64.ActiveCfg = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810602}.Release|ARM64.Build.0 = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810603}.Debug|ARM64.ActiveCfg = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810603}.Debug|ARM64.Build.0 = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810603}.Release|ARM64.ActiveCfg = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810603}.Release|ARM64.Build.0 = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810604}.Debug|ARM64.ActiveCfg = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810604}.Debug|ARM64.Build.0 = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810604}.Release|ARM64.ActiveCfg = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810604}.Release|ARM64.Build.0 = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810605}.Debug|ARM64.ActiveCfg = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810605}.Debug|ARM64.Build.0 = Debug|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810605}.Release|ARM64.ActiveCfg = Release|ARM64
{29BD96E0-B6C5-42A0-B683-FD9740810605}.Release|ARM64.Build.0 = Release|ARM64
{B1DA10FC-F97E-43BE-9813-71176E89CBB4}.Debug|ARM64.ActiveCfg = Debug|ARM64
{B1DA10FC-F97E-43BE-9813-71176E89CBB4}.Debug|ARM64.Build.0 = Debug|ARM64
{B1DA10FC-F97E-43BE-9813-71176E89CBB4}.Release|ARM64.ActiveCfg = Release|ARM64
{B1DA10FC-F97E-43BE-9813-71176E89CBB4}.Release|ARM64.Build.0 = Release|ARM64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F58E214E-6278-4868-BDF9-3DB63B60E5D6}
EndGlobalSection
EndGlobal