blob: 3c9ed376a6d8a30f310f81abc6601cabc3e402f3 (
plain)
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
|
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 12.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{98907926-DADF-4687-825D-E3E9C965FC6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Driver", "Driver", "{71ED6564-A24C-4EF8-82F7-D2C6A31E08D8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fail_library1", "library\fail_library1.vcxproj", "{1C5066A8-78E0-4D09-980E-396C9E2BE561}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fail_driver1", "driver\fail_driver1.vcxproj", "{A94E548F-266D-4261-8971-1C075CB22041}"
ProjectSection(ProjectDependencies) = postProject
{1C5066A8-78E0-4D09-980E-396C9E2BE561} = {1C5066A8-78E0-4D09-980E-396C9E2BE561}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Debug|ARM64.ActiveCfg = Debug|ARM64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Debug|ARM64.Build.0 = Debug|ARM64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Debug|ARM64.Deploy.0 = Debug|ARM64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Debug|x64.ActiveCfg = Debug|x64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Debug|x64.Build.0 = Debug|x64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Release|ARM64.ActiveCfg = Release|ARM64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Release|ARM64.Build.0 = Release|ARM64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Release|ARM64.Deploy.0 = Release|ARM64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Release|x64.ActiveCfg = Release|x64
{1C5066A8-78E0-4D09-980E-396C9E2BE561}.Release|x64.Build.0 = Release|x64
{A94E548F-266D-4261-8971-1C075CB22041}.Debug|ARM64.ActiveCfg = Debug|ARM64
{A94E548F-266D-4261-8971-1C075CB22041}.Debug|ARM64.Build.0 = Debug|ARM64
{A94E548F-266D-4261-8971-1C075CB22041}.Debug|ARM64.Deploy.0 = Debug|ARM64
{A94E548F-266D-4261-8971-1C075CB22041}.Debug|x64.ActiveCfg = Debug|x64
{A94E548F-266D-4261-8971-1C075CB22041}.Debug|x64.Build.0 = Debug|x64
{A94E548F-266D-4261-8971-1C075CB22041}.Release|ARM64.ActiveCfg = Release|ARM64
{A94E548F-266D-4261-8971-1C075CB22041}.Release|ARM64.Build.0 = Release|ARM64
{A94E548F-266D-4261-8971-1C075CB22041}.Release|ARM64.Deploy.0 = Release|ARM64
{A94E548F-266D-4261-8971-1C075CB22041}.Release|x64.ActiveCfg = Release|x64
{A94E548F-266D-4261-8971-1C075CB22041}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1C5066A8-78E0-4D09-980E-396C9E2BE561} = {98907926-DADF-4687-825D-E3E9C965FC6A}
{A94E548F-266D-4261-8971-1C075CB22041} = {71ED6564-A24C-4EF8-82F7-D2C6A31E08D8}
EndGlobalSection
EndGlobal
|