-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSiriRemoteDriver.sln
82 lines (82 loc) · 4.99 KB
/
SiriRemoteDriver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 12.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Kmdf", "Kmdf", "{57D2095B-0A01-4F4C-A5D8-50F40DC155D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Filter", "Filter", "{5C1F160D-DF15-4215-AAC1-59BDF70D2C38}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Generic", "Generic", "{9577224D-E994-4E6E-BE11-FF456B8A4D46}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "filter", "kmdf\filter\generic\filter.vcxproj", "{B39F6628-73BA-4AC3-863A-EA20892F1EFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Exe", "Exe", "{AB9739EB-9D10-4FA8-A88E-905F02434DA5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SendIoctlToFilter", "SendIoctlToFilter", "{E47CA75B-D069-4D6E-881B-36AC25008DED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SendIoctlToFilter", "exe\SendIoctlToFilter\SendIoctlToFilter.vcxproj", "{225BD234-55D1-4090-ABE1-E43094689161}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ConsoleApp", "ConsoleApp", "{FB538824-09C9-4054-B791-5877C13367A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "exe\ConsoleApp\ConsoleApp.csproj", "{C40B53F8-870D-406A-BF13-1CF0DD1C854C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|Any CPU.ActiveCfg = Debug|Win32
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|Win32.ActiveCfg = Debug|Win32
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|Win32.Build.0 = Debug|Win32
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|x64.ActiveCfg = Debug|x64
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Debug|x64.Build.0 = Debug|x64
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|Any CPU.ActiveCfg = Release|Win32
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|Win32.ActiveCfg = Release|Win32
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|Win32.Build.0 = Release|Win32
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|x64.ActiveCfg = Release|x64
{B39F6628-73BA-4AC3-863A-EA20892F1EFD}.Release|x64.Build.0 = Release|x64
{225BD234-55D1-4090-ABE1-E43094689161}.Debug|Any CPU.ActiveCfg = Debug|Win32
{225BD234-55D1-4090-ABE1-E43094689161}.Debug|Win32.ActiveCfg = Debug|Win32
{225BD234-55D1-4090-ABE1-E43094689161}.Debug|Win32.Build.0 = Debug|Win32
{225BD234-55D1-4090-ABE1-E43094689161}.Debug|x64.ActiveCfg = Debug|x64
{225BD234-55D1-4090-ABE1-E43094689161}.Debug|x64.Build.0 = Debug|x64
{225BD234-55D1-4090-ABE1-E43094689161}.Release|Any CPU.ActiveCfg = Release|Win32
{225BD234-55D1-4090-ABE1-E43094689161}.Release|Win32.ActiveCfg = Release|Win32
{225BD234-55D1-4090-ABE1-E43094689161}.Release|Win32.Build.0 = Release|Win32
{225BD234-55D1-4090-ABE1-E43094689161}.Release|x64.ActiveCfg = Release|x64
{225BD234-55D1-4090-ABE1-E43094689161}.Release|x64.Build.0 = Release|x64
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Debug|Win32.ActiveCfg = Debug|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Debug|Win32.Build.0 = Debug|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Debug|x64.ActiveCfg = Debug|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Debug|x64.Build.0 = Debug|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Release|Any CPU.Build.0 = Release|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Release|Win32.ActiveCfg = Release|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Release|Win32.Build.0 = Release|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Release|x64.ActiveCfg = Release|Any CPU
{C40B53F8-870D-406A-BF13-1CF0DD1C854C}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5C1F160D-DF15-4215-AAC1-59BDF70D2C38} = {57D2095B-0A01-4F4C-A5D8-50F40DC155D0}
{9577224D-E994-4E6E-BE11-FF456B8A4D46} = {5C1F160D-DF15-4215-AAC1-59BDF70D2C38}
{B39F6628-73BA-4AC3-863A-EA20892F1EFD} = {9577224D-E994-4E6E-BE11-FF456B8A4D46}
{E47CA75B-D069-4D6E-881B-36AC25008DED} = {AB9739EB-9D10-4FA8-A88E-905F02434DA5}
{225BD234-55D1-4090-ABE1-E43094689161} = {E47CA75B-D069-4D6E-881B-36AC25008DED}
{FB538824-09C9-4054-B791-5877C13367A0} = {AB9739EB-9D10-4FA8-A88E-905F02434DA5}
{C40B53F8-870D-406A-BF13-1CF0DD1C854C} = {FB538824-09C9-4054-B791-5877C13367A0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62DD5B06-3A89-4208-B754-355C7ABDD085}
EndGlobalSection
EndGlobal