|
99 | 99 | <Driver_SpectreMitigation>false</Driver_SpectreMitigation> |
100 | 100 | </PropertyGroup> |
101 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
102 | | - <TargetVersion> |
103 | | - </TargetVersion> |
104 | 102 | <UseDebugLibraries>true</UseDebugLibraries> |
105 | 103 | <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
106 | 104 | <ConfigurationType>Driver</ConfigurationType> |
|
109 | 107 | <Driver_SpectreMitigation>false</Driver_SpectreMitigation> |
110 | 108 | </PropertyGroup> |
111 | 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
112 | | - <TargetVersion> |
113 | | - </TargetVersion> |
114 | 110 | <UseDebugLibraries>false</UseDebugLibraries> |
115 | 111 | <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> |
116 | 112 | <ConfigurationType>Driver</ConfigurationType> |
|
128 | 124 | <PropertyGroup /> |
129 | 125 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
130 | 126 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
131 | | - <EnableInf2cat>false</EnableInf2cat> |
132 | | - <SignMode>Off</SignMode> |
| 127 | + <OutDir>$(SolutionDir)$(Platform)\$(ConfigurationName)\</OutDir> |
| 128 | + <IntDir>$(Platform)\$(ConfigurationName)\</IntDir> |
133 | 129 | </PropertyGroup> |
134 | 130 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
135 | 131 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
136 | | - <EnableInf2cat>false</EnableInf2cat> |
137 | | - <SignMode>Off</SignMode> |
| 132 | + <OutDir>$(SolutionDir)$(Platform)\$(ConfigurationName)\</OutDir> |
| 133 | + <IntDir>$(Platform)\$(ConfigurationName)\</IntDir> |
138 | 134 | </PropertyGroup> |
139 | 135 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
140 | 136 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
141 | | - <EnableInf2cat>false</EnableInf2cat> |
142 | | - <SignMode>Off</SignMode> |
143 | 137 | </PropertyGroup> |
144 | 138 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
145 | 139 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
146 | | - <EnableInf2cat>false</EnableInf2cat> |
147 | | - <SignMode>Off</SignMode> |
148 | 140 | </PropertyGroup> |
149 | 141 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
150 | 142 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
151 | | - <EnableInf2cat>false</EnableInf2cat> |
152 | | - <SignMode>Off</SignMode> |
153 | 143 | </PropertyGroup> |
154 | 144 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
155 | 145 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
156 | | - <EnableInf2cat>false</EnableInf2cat> |
157 | | - <SignMode>Off</SignMode> |
158 | 146 | </PropertyGroup> |
159 | 147 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
160 | 148 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
161 | | - <EnableInf2cat>false</EnableInf2cat> |
162 | | - <SignMode>Off</SignMode> |
163 | 149 | </PropertyGroup> |
164 | 150 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
165 | 151 | <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> |
166 | | - <EnableInf2cat>false</EnableInf2cat> |
167 | | - <SignMode>Off</SignMode> |
168 | 152 | </PropertyGroup> |
169 | 153 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
170 | 154 | <ClCompile> |
|
322 | 306 | <ItemGroup> |
323 | 307 | <ResourceCompile Include="qcusbfilter.rc" /> |
324 | 308 | </ItemGroup> |
| 309 | + <ItemGroup> |
| 310 | + <Inf Include="qcfilter.inf" /> |
| 311 | + </ItemGroup> |
325 | 312 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
326 | 313 | <ImportGroup Label="ExtensionTargets"> |
327 | 314 | </ImportGroup> |
|
0 commit comments