|
39 | 39 | <ProjectGuid>{897F02E3-3EAA-40AF-A6DC-17EB2376EDAF}</ProjectGuid> |
40 | 40 | <Keyword>Win32Proj</Keyword> |
41 | 41 | <RootNamespace>api</RootNamespace> |
42 | | - <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 42 | + <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion> |
43 | 43 | <ProjectName>api</ProjectName> |
44 | 44 | </PropertyGroup> |
45 | 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
46 | 46 | <PropertyGroup Label="Configuration"> |
47 | 47 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
48 | 48 | <CharacterSet>Unicode</CharacterSet> |
49 | | - <PlatformToolset>v142</PlatformToolset> |
| 49 | + <PlatformToolset>WindowsApplicationForDrivers10.0</PlatformToolset> |
50 | 50 | <SpectreMitigation>false</SpectreMitigation> |
| 51 | + <Driver_SpectreMitigation>false</Driver_SpectreMitigation> |
51 | 52 | </PropertyGroup> |
52 | 53 | <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
53 | 54 | <UseDebugLibraries>true</UseDebugLibraries> |
54 | 55 | </PropertyGroup> |
55 | 56 | <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
56 | 57 | <WholeProgramOptimization>true</WholeProgramOptimization> |
57 | 58 | </PropertyGroup> |
| 59 | + <PropertyGroup Condition="'$(Platform)'=='Win32'" Label="Configuration"> |
| 60 | + <TargetVersion>Windows7</TargetVersion> |
| 61 | + </PropertyGroup> |
| 62 | + <PropertyGroup Condition="'$(Platform)'=='ARM'" Label="Configuration"> |
| 63 | + <TargetVersion>Windows8</TargetVersion> |
| 64 | + </PropertyGroup> |
| 65 | + <PropertyGroup Condition="'$(Platform)'=='x64'" Label="Configuration"> |
| 66 | + <TargetVersion>Windows7</TargetVersion> |
| 67 | + </PropertyGroup> |
| 68 | + <PropertyGroup Condition="'$(Platform)'=='ARM64'" Label="Configuration"> |
| 69 | + <TargetVersion>Windows10</TargetVersion> |
| 70 | + </PropertyGroup> |
58 | 71 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
59 | 72 | <ImportGroup Label="ExtensionSettings"> |
60 | 73 | </ImportGroup> |
|
0 commit comments