-
Notifications
You must be signed in to change notification settings - Fork 149
/
Copy pathWindows10-CustomKernelSigners.sln
45 lines (45 loc) · 2.51 KB
/
Windows10-CustomKernelSigners.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomKernelSignersPersistent", "CustomKernelSignersPersistent\CustomKernelSignersPersistent.vcxproj", "{912F26A3-E2FA-4503-AF55-1980A05845E1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnableCustomKernelSigners", "EnableCustomKernelSigners\EnableCustomKernelSigners.vcxproj", "{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Debug|x64.ActiveCfg = Debug|x64
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Debug|x64.Build.0 = Debug|x64
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Debug|x64.Deploy.0 = Debug|x64
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Debug|x86.ActiveCfg = Debug|Win32
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Debug|x86.Build.0 = Debug|Win32
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Debug|x86.Deploy.0 = Debug|Win32
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Release|x64.ActiveCfg = Release|x64
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Release|x64.Build.0 = Release|x64
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Release|x64.Deploy.0 = Release|x64
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Release|x86.ActiveCfg = Release|Win32
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Release|x86.Build.0 = Release|Win32
{912F26A3-E2FA-4503-AF55-1980A05845E1}.Release|x86.Deploy.0 = Release|Win32
{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}.Debug|x64.ActiveCfg = Debug|x64
{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}.Debug|x64.Build.0 = Debug|x64
{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}.Debug|x86.ActiveCfg = Debug|Win32
{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}.Debug|x86.Build.0 = Debug|Win32
{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}.Release|x64.ActiveCfg = Release|x64
{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}.Release|x64.Build.0 = Release|x64
{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}.Release|x86.ActiveCfg = Release|Win32
{E999DB5C-1C05-4F3E-A9F9-E668C47B3546}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B73E5ED-4BC0-4144-BE32-71A737B1CB17}
EndGlobalSection
EndGlobal