As of now microsoft allow to download only the latest WDK.
Compilation with the latest WDK give this errors:
C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.inf(5-5): error 1324: [Version] section should specify PnpLockdown=1 to prevent external apps from modifying installed driver files.
C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.inf(31-31): error 2084: Service binary 'C:\WINDOWS\System32\drivers\WUDFRd.sys' should reference a CopyFiles destination file.
C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.inf(44-44): error 1402: UMDF version 1.11 has been deprecated, driver should be ported to use version UMDF 2 driver model.
I tried to fix the first two errors, i still get the error that UMDF 1 is deprecated:
C:\projects\vsmartcard\virtualsmartcard\win32\BixVReader\BixVReader.inf(44-44): error 1402: UMDF version 1.11 has been deprecated, driver should be ported to use version UMDF 2 driver model.
I couldn't find some solution or workaround to build with UMDF 1.11 with latest WDK
The latest WDK is only available for Windows SDK 10.0.26100.0
this is my project settings

As of now microsoft allow to download only the latest WDK.
Compilation with the latest WDK give this errors:
I tried to fix the first two errors, i still get the error that UMDF 1 is deprecated:
I couldn't find some solution or workaround to build with UMDF 1.11 with latest WDK
The latest WDK is only available for Windows SDK 10.0.26100.0

this is my project settings