We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f70d1 commit 2290b13Copy full SHA for 2290b13
1 file changed
Virtual Display Driver (Non-HDR)/MttVDD/MttVDD.vcxproj
@@ -242,10 +242,14 @@
242
<EnablePREfast>true</EnablePREfast>
243
<LanguageStandard>stdcpp17</LanguageStandard>
244
<AdditionalIncludeDirectories>$(ProjectDir)..\..\Common\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
245
+ <PreprocessorDefinitions>IDDCX_VERSION_MAJOR=1;IDDCX_VERSION_MINOR=4;%(PreprocessorDefinitions)</PreprocessorDefinitions>
246
</ClCompile>
247
<Link>
248
<AdditionalDependencies>%(AdditionalDependencies);OneCoreUAP.lib;avrt.lib</AdditionalDependencies>
249
</Link>
250
+ <DriverSign>
251
+ <FileDigestAlgorithm>SHA256</FileDigestAlgorithm>
252
+ </DriverSign>
253
</ItemDefinitionGroup>
254
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
255
<ClCompile>
0 commit comments