1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 05:08:32 -05:00

correction to compile with later WDK and run on Windows 10

This commit is contained in:
Bo Branten
2025-04-29 21:24:44 +02:00
parent 8e4404ad0b
commit 7acc925637

View File

@@ -71,6 +71,7 @@
<DriverType>WDM</DriverType>
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
<DriverTargetPlatform>Windows Driver</DriverTargetPlatform>
<_NT_TARGET_VERSION>0xA00000B</_NT_TARGET_VERSION>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<TargetVersion>Windows10</TargetVersion>
@@ -80,6 +81,7 @@
<DriverType>WDM</DriverType>
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
<DriverTargetPlatform>Windows Driver</DriverTargetPlatform>
<_NT_TARGET_VERSION>0xA00000B</_NT_TARGET_VERSION>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
<TargetVersion>Windows10</TargetVersion>