diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-20 00:21:30 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-11-20 00:21:30 +0100 |
commit | b85a2df224c17470d6ce42a412a8dabb5f6e9190 (patch) | |
tree | c139feb8ca3bd3f6d7ede4e00ae2c8bb298cd8de /src/Driver/Driver.vcxproj | |
parent | f9b9a9ca9ff4874b10c1f41c33652cd03be99f93 (diff) | |
download | VeraCrypt-b85a2df224c17470d6ce42a412a8dabb5f6e9190.tar.gz VeraCrypt-b85a2df224c17470d6ce42a412a8dabb5f6e9190.zip |
Windows driver: use correct WDM type. Increment version to 1.26.17
Diffstat (limited to 'src/Driver/Driver.vcxproj')
-rw-r--r-- | src/Driver/Driver.vcxproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Driver/Driver.vcxproj b/src/Driver/Driver.vcxproj index 2786e523..b9596e22 100644 --- a/src/Driver/Driver.vcxproj +++ b/src/Driver/Driver.vcxproj @@ -35,7 +35,7 @@ <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> - <DriverType>KMDF</DriverType> + <DriverType>WDM</DriverType> <DriverTargetPlatform>Universal</DriverTargetPlatform> <_NT_TARGET_VERSION>0xA000008</_NT_TARGET_VERSION> </PropertyGroup> @@ -44,7 +44,7 @@ <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> - <DriverType>KMDF</DriverType> + <DriverType>WDM</DriverType> <DriverTargetPlatform>Universal</DriverTargetPlatform> <_NT_TARGET_VERSION>0xA000008</_NT_TARGET_VERSION> </PropertyGroup> @@ -53,7 +53,7 @@ <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> - <DriverType>KMDF</DriverType> + <DriverType>WDM</DriverType> <DriverTargetPlatform>Universal</DriverTargetPlatform> <_NT_TARGET_VERSION>0xA000008</_NT_TARGET_VERSION> </PropertyGroup> @@ -62,7 +62,7 @@ <UseDebugLibraries>false</UseDebugLibraries> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> - <DriverType>KMDF</DriverType> + <DriverType>WDM</DriverType> <DriverTargetPlatform>Universal</DriverTargetPlatform> <_NT_TARGET_VERSION>0xA000008</_NT_TARGET_VERSION> </PropertyGroup> @@ -108,7 +108,7 @@ <Inf> <ProviderName> </ProviderName> - <TimeStamp>1.26.16.0</TimeStamp> + <TimeStamp>1.26.17.0</TimeStamp> </Inf> <Link> <AdditionalDependencies>fltmgr.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib</AdditionalDependencies> @@ -134,7 +134,7 @@ copy $(OutDir)veracrypt.inf "$(SolutionDir)Debug\Setup Files\veracrypt.inf"</Com <Inf> <ProviderName> </ProviderName> - <TimeStamp>1.26.16.0</TimeStamp> + <TimeStamp>1.26.17.0</TimeStamp> </Inf> <Link> <AdditionalDependencies>fltmgr.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib</AdditionalDependencies> @@ -160,7 +160,7 @@ copy $(OutDir)veracrypt.inf "$(SolutionDir)Release\Setup Files\veracrypt.inf"</C <Inf> <ProviderName> </ProviderName> - <TimeStamp>1.26.16.0</TimeStamp> + <TimeStamp>1.26.17.0</TimeStamp> </Inf> <Link> <AdditionalDependencies>fltmgr.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib</AdditionalDependencies> @@ -186,7 +186,7 @@ copy $(OutDir)veracrypt.inf "$(SolutionDir)Release\Setup Files\veracrypt.inf"</C <Inf> <ProviderName> </ProviderName> - <TimeStamp>1.26.16.0</TimeStamp> + <TimeStamp>1.26.17.0</TimeStamp> </Inf> <Link> <AdditionalDependencies>fltmgr.lib;%(AdditionalDependencies);$(KernelBufferOverflowLib);$(DDK_LIB_PATH)ntoskrnl.lib;$(DDK_LIB_PATH)hal.lib;$(DDK_LIB_PATH)wmilib.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfLdr.lib;$(KMDF_LIB_PATH)$(KMDF_VER_PATH)\WdfDriverEntry.lib</AdditionalDependencies> |