diff options
| author | Shantanu Gupta <[email protected]> | 2020-06-17 14:30:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-17 14:30:44 -0700 |
| commit | dba4d5e89276f3a3c0b7fcd2bd70fdafcc5fe9dd (patch) | |
| tree | 63a2f58e93cc1970be472d803fbb90e4fd142679 /video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj | |
| parent | 8832c74bd92c222b46a45e122532b009d3c74a14 (diff) | |
Add multimon support to sample driver (#513)159224
* Update sample driver with multimon support
* Fix compiler warning
Co-authored-by: Shantanu Gupta <[email protected]>
Diffstat (limited to 'video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj')
| -rw-r--r-- | video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj index 8a484288..8a21c629 100644 --- a/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj +++ b/video/IndirectDisplay/IddSampleDriver/IddSampleDriver.vcxproj @@ -293,6 +293,7 @@ <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> <ExceptionHandling>Async</ExceptionHandling> <EnablePREfast>true</EnablePREfast> + <AdditionalOptions>/DUMDF_DRIVER /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=6 /DIDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions)</AdditionalOptions> </ClCompile> <Link> <AdditionalDependencies>%(AdditionalDependencies);OneCoreUAP.lib;avrt.lib</AdditionalDependencies> @@ -305,6 +306,7 @@ <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> <ExceptionHandling>Async</ExceptionHandling> <EnablePREfast>true</EnablePREfast> + <AdditionalOptions>/DUMDF_DRIVER /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=6 /DIDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions)</AdditionalOptions> </ClCompile> <Link> <AdditionalDependencies>%(AdditionalDependencies);OneCoreUAP.lib;avrt.lib</AdditionalDependencies> |
