diff options
| author | a1xd <[email protected]> | 2021-09-18 07:01:08 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-23 22:36:19 -0400 |
| commit | 73f3d08f995db4e8ebaef24556f28b63a9250675 (patch) | |
| tree | ff6acde8aba16ec75981c6618f2cdb312d36388a /driver | |
| parent | inline lerp (diff) | |
| download | rawaccel-73f3d08f995db4e8ebaef24556f28b63a9250675.tar.xz rawaccel-73f3d08f995db4e8ebaef24556f28b63a9250675.zip | |
bump version, target win10
Diffstat (limited to 'driver')
| -rw-r--r-- | driver/driver.vcxproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/driver/driver.vcxproj b/driver/driver.vcxproj index c2e4629..dfc1fdb 100644 --- a/driver/driver.vcxproj +++ b/driver/driver.vcxproj @@ -22,9 +22,10 @@ </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <TargetVersion>Windows7</TargetVersion> + <TargetVersion> + </TargetVersion> <UseDebugLibraries>False</UseDebugLibraries> - <DriverTargetPlatform>Desktop</DriverTargetPlatform> + <DriverTargetPlatform>Universal</DriverTargetPlatform> <DriverType>KMDF</DriverType> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> @@ -33,9 +34,10 @@ <Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation> </PropertyGroup> <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <TargetVersion>Windows7</TargetVersion> + <TargetVersion> + </TargetVersion> <UseDebugLibraries>True</UseDebugLibraries> - <DriverTargetPlatform>Desktop</DriverTargetPlatform> + <DriverTargetPlatform>Universal</DriverTargetPlatform> <DriverType>KMDF</DriverType> <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset> <ConfigurationType>Driver</ConfigurationType> |