1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{912F26A3-E2FA-4503-AF55-1980A05845E1}</ProjectGuid >
23
+ <TemplateGuid >{dd38f7fc-d7bd-488b-9242-7d8754cde80d}</TemplateGuid >
24
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
25
+ <MinimumVisualStudioVersion >12.0</MinimumVisualStudioVersion >
26
+ <Configuration >Debug</Configuration >
27
+ <Platform Condition =" '$(Platform)' == ''" >Win32</Platform >
28
+ <RootNamespace >CustomKernelSignersPersistent</RootNamespace >
29
+ <WindowsTargetPlatformVersion >$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion >
30
+ </PropertyGroup >
31
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
33
+ <TargetVersion >Windows10</TargetVersion >
34
+ <UseDebugLibraries >true</UseDebugLibraries >
35
+ <PlatformToolset >WindowsKernelModeDriver10.0</PlatformToolset >
36
+ <ConfigurationType >Driver</ConfigurationType >
37
+ <DriverType >WDM</DriverType >
38
+ <DriverTargetPlatform >Desktop</DriverTargetPlatform >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
41
+ <TargetVersion >Windows10</TargetVersion >
42
+ <UseDebugLibraries >false</UseDebugLibraries >
43
+ <PlatformToolset >WindowsKernelModeDriver10.0</PlatformToolset >
44
+ <ConfigurationType >Driver</ConfigurationType >
45
+ <DriverType >WDM</DriverType >
46
+ <DriverTargetPlatform >Desktop</DriverTargetPlatform >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
49
+ <TargetVersion >Windows10</TargetVersion >
50
+ <UseDebugLibraries >true</UseDebugLibraries >
51
+ <PlatformToolset >WindowsKernelModeDriver10.0</PlatformToolset >
52
+ <ConfigurationType >Driver</ConfigurationType >
53
+ <DriverType >WDM</DriverType >
54
+ <DriverTargetPlatform >Desktop</DriverTargetPlatform >
55
+ </PropertyGroup >
56
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
57
+ <TargetVersion >Windows10</TargetVersion >
58
+ <UseDebugLibraries >false</UseDebugLibraries >
59
+ <PlatformToolset >WindowsKernelModeDriver10.0</PlatformToolset >
60
+ <ConfigurationType >Driver</ConfigurationType >
61
+ <DriverType >WDM</DriverType >
62
+ <DriverTargetPlatform >Desktop</DriverTargetPlatform >
63
+ </PropertyGroup >
64
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
65
+ <ImportGroup Label =" ExtensionSettings" >
66
+ </ImportGroup >
67
+ <ImportGroup Label =" PropertySheets" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <PropertyGroup Label =" UserMacros" />
71
+ <PropertyGroup />
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73
+ <DebuggerFlavor >DbgengKernelDebugger</DebuggerFlavor >
74
+ <TargetName >ckspdrv</TargetName >
75
+ <OutDir >$(SolutionDir)bin\$(Platform)-$(ConfigurationName)\</OutDir >
76
+ <IntDir >$(SolutionDir)obj\$(Platform)-$(ConfigurationName)\$(ProjectName)\</IntDir >
77
+ <TimeStampServer />
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
80
+ <DebuggerFlavor >DbgengKernelDebugger</DebuggerFlavor >
81
+ <TargetName >ckspdrv</TargetName >
82
+ <OutDir >$(SolutionDir)bin\$(Platform)-$(ConfigurationName)\</OutDir >
83
+ <IntDir >$(SolutionDir)obj\$(Platform)-$(ConfigurationName)\$(ProjectName)\</IntDir >
84
+ <TimeStampServer />
85
+ </PropertyGroup >
86
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
87
+ <DebuggerFlavor >DbgengKernelDebugger</DebuggerFlavor >
88
+ <TimeStampServer />
89
+ <TargetName >ckspdrv</TargetName >
90
+ <OutDir >$(SolutionDir)bin\$(Platform)-$(ConfigurationName)\</OutDir >
91
+ <IntDir >$(SolutionDir)obj\$(Platform)-$(ConfigurationName)\$(ProjectName)\</IntDir >
92
+ </PropertyGroup >
93
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
94
+ <DebuggerFlavor >DbgengKernelDebugger</DebuggerFlavor >
95
+ <TimeStampServer />
96
+ <TargetName >ckspdrv</TargetName >
97
+ <OutDir >$(SolutionDir)bin\$(Platform)-$(ConfigurationName)\</OutDir >
98
+ <IntDir >$(SolutionDir)obj\$(Platform)-$(ConfigurationName)\$(ProjectName)\</IntDir >
99
+ </PropertyGroup >
100
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
101
+ <DriverSign >
102
+ <FileDigestAlgorithm >
103
+ </FileDigestAlgorithm >
104
+ </DriverSign >
105
+ </ItemDefinitionGroup >
106
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
107
+ <DriverSign >
108
+ <FileDigestAlgorithm >
109
+ </FileDigestAlgorithm >
110
+ </DriverSign >
111
+ </ItemDefinitionGroup >
112
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
113
+ <DriverSign >
114
+ <FileDigestAlgorithm >
115
+ </FileDigestAlgorithm >
116
+ </DriverSign >
117
+ </ItemDefinitionGroup >
118
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
119
+ <DriverSign >
120
+ <FileDigestAlgorithm >
121
+ </FileDigestAlgorithm >
122
+ </DriverSign >
123
+ </ItemDefinitionGroup >
124
+ <ItemGroup >
125
+ <FilesToPackage Include =" $(TargetPath)" />
126
+ </ItemGroup >
127
+ <ItemGroup >
128
+ <ClInclude Include =" cksp_defs.h" />
129
+ </ItemGroup >
130
+ <ItemGroup >
131
+ <ClCompile Include =" cksp_entry.c" />
132
+ <ClCompile Include =" cksp_irp_null.c" />
133
+ <ClCompile Include =" cksp_main.c" />
134
+ <ClCompile Include =" cksp_unload.c" />
135
+ </ItemGroup >
136
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
137
+ <ImportGroup Label =" ExtensionTargets" >
138
+ </ImportGroup >
139
+ </Project >
0 commit comments