|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 |
| - <ProjectConfiguration Include="Debug|Win32"> |
5 |
| - <Configuration>Debug</Configuration> |
6 |
| - <Platform>Win32</Platform> |
7 |
| - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Release|Win32">
|
9 | 5 | <Configuration>Release</Configuration>
|
10 | 6 | <Platform>Win32</Platform>
|
11 | 7 | </ProjectConfiguration>
|
12 |
| - <ProjectConfiguration Include="Debug|x64"> |
13 |
| - <Configuration>Debug</Configuration> |
14 |
| - <Platform>x64</Platform> |
15 |
| - </ProjectConfiguration> |
16 | 8 | <ProjectConfiguration Include="Release|x64">
|
17 | 9 | <Configuration>Release</Configuration>
|
18 | 10 | <Platform>x64</Platform>
|
|
29 | 21 | <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
30 | 22 | </PropertyGroup>
|
31 | 23 | <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>KMDF</DriverType> |
38 |
| - <DriverTargetPlatform>Universal</DriverTargetPlatform> |
39 |
| - </PropertyGroup> |
40 | 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
41 | 25 | <TargetVersion>Windows10</TargetVersion>
|
42 | 26 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
45 | 29 | <DriverType>KMDF</DriverType>
|
46 | 30 | <DriverTargetPlatform>Universal</DriverTargetPlatform>
|
47 | 31 | </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>KMDF</DriverType> |
54 |
| - <DriverTargetPlatform>Universal</DriverTargetPlatform> |
55 |
| - </PropertyGroup> |
56 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
57 | 33 | <TargetVersion>Windows10</TargetVersion>
|
58 | 34 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
71 | 47 | </ImportGroup>
|
72 | 48 | <PropertyGroup Label="UserMacros" />
|
73 | 49 | <PropertyGroup />
|
74 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
75 |
| - <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
76 |
| - <IncludePath>$(SolutionDir)..\LuaLib;$(IncludePath);$(KMDF_INC_PATH)$(KMDF_VER_PATH)</IncludePath> |
77 |
| - </PropertyGroup> |
78 | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
79 | 51 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
80 | 52 | <IncludePath>$(SolutionDir)..\LuaLib;$(IncludePath);$(KMDF_INC_PATH)$(KMDF_VER_PATH)</IncludePath>
|
81 | 53 | </PropertyGroup>
|
82 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
83 |
| - <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
84 |
| - <IncludePath>$(SolutionDir)LuaLib;$(IncludePath);$(KMDF_INC_PATH)$(KMDF_VER_PATH)</IncludePath> |
85 |
| - <TimeStampServer>http://timestamp.verisign.com/scripts/timstamp.dll</TimeStampServer> |
86 |
| - </PropertyGroup> |
87 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
88 | 55 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
89 | 56 | <IncludePath>$(SolutionDir)LuaLib;$(IncludePath);$(KMDF_INC_PATH)$(KMDF_VER_PATH)</IncludePath>
|
|
92 | 59 | </TimeStampServer>
|
93 | 60 | <EnableInf2cat>false</EnableInf2cat>
|
94 | 61 | </PropertyGroup>
|
95 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
96 |
| - <ClCompile> |
97 |
| - <TreatWarningAsError>false</TreatWarningAsError> |
98 |
| - <CompileAs>CompileAsCpp</CompileAs> |
99 |
| - <IntrinsicFunctions>false</IntrinsicFunctions> |
100 |
| - <BufferSecurityCheck>false</BufferSecurityCheck> |
101 |
| - <ControlFlowGuard>false</ControlFlowGuard> |
102 |
| - <LanguageStandard>stdcpp17</LanguageStandard> |
103 |
| - <PreprocessorDefinitions>_DEBUG;_X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
104 |
| - </ClCompile> |
105 |
| - <Link> |
106 |
| - <TreatLinkerWarningAsErrors>false</TreatLinkerWarningAsErrors> |
107 |
| - </Link> |
108 |
| - </ItemDefinitionGroup> |
109 | 62 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
110 | 63 | <ClCompile>
|
111 | 64 | <TreatWarningAsError>false</TreatWarningAsError>
|
|
118 | 71 | <TreatLinkerWarningAsErrors>false</TreatLinkerWarningAsErrors>
|
119 | 72 | </Link>
|
120 | 73 | </ItemDefinitionGroup>
|
121 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
122 |
| - <ClCompile> |
123 |
| - <TreatWarningAsError>false</TreatWarningAsError> |
124 |
| - <CompileAs>CompileAsCpp</CompileAs> |
125 |
| - <IntrinsicFunctions>false</IntrinsicFunctions> |
126 |
| - <ControlFlowGuard>false</ControlFlowGuard> |
127 |
| - <BufferSecurityCheck>false</BufferSecurityCheck> |
128 |
| - <LanguageStandard>stdcpp17</LanguageStandard> |
129 |
| - <PreprocessorDefinitions>_DEBUG;_WIN64;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
130 |
| - </ClCompile> |
131 |
| - <Link> |
132 |
| - <TreatLinkerWarningAsErrors>false</TreatLinkerWarningAsErrors> |
133 |
| - <EntryPointSymbol>DriverEntry</EntryPointSymbol> |
134 |
| - </Link> |
135 |
| - </ItemDefinitionGroup> |
136 | 74 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
137 | 75 | <ClCompile>
|
138 | 76 | <TreatWarningAsError>false</TreatWarningAsError>
|
|
0 commit comments