diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-14 12:26:28 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2025-01-14 12:26:28 +0100 |
commit | 1b35abb191c56fa9890ff3f145fd866bbff361c1 (patch) | |
tree | da2d07c4d0a2b673d4f831d210a5c1d675b47601 /src/Driver/Driver.vcxproj.user | |
parent | 2aae142a2d2cd6b553c02b86544a7bf3505be93b (diff) | |
download | VeraCrypt-1b35abb191c56fa9890ff3f145fd866bbff361c1.tar.gz VeraCrypt-1b35abb191c56fa9890ff3f145fd866bbff361c1.zip |
Increment version to 1.26.18. Update copyright date. Update Release Notes. Update Windows drivers.
Diffstat (limited to 'src/Driver/Driver.vcxproj.user')
-rw-r--r-- | src/Driver/Driver.vcxproj.user | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Driver/Driver.vcxproj.user b/src/Driver/Driver.vcxproj.user index 9724a753..f5bd9cdc 100644 --- a/src/Driver/Driver.vcxproj.user +++ b/src/Driver/Driver.vcxproj.user @@ -16,4 +16,7 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> <SignMode>Off</SignMode> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor> + </PropertyGroup> </Project>
\ No newline at end of file |