|
18 | 18 | <ProjectGuid>{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}</ProjectGuid>
|
19 | 19 | <RootNamespace>RTEA</RootNamespace>
|
20 | 20 | <Keyword>Win32Proj</Keyword>
|
21 |
| - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
| 21 | + <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='15.0'">10.0.17763.0</WindowsTargetPlatformVersion> |
| 22 | + <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)'=='16.0'">10.0</WindowsTargetPlatformVersion> |
22 | 23 | </PropertyGroup>
|
23 | 24 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
24 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Final Open Source|Win32'" Label="Configuration">
|
25 | 26 | <ConfigurationType>Application</ConfigurationType>
|
26 | 27 | <CharacterSet>MultiByte</CharacterSet>
|
27 | 28 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
28 |
| - <PlatformToolset>v141</PlatformToolset> |
| 29 | + <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset> |
| 30 | + <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset> |
29 | 31 | <WindowsAppContainer />
|
30 | 32 | </PropertyGroup>
|
31 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Open Source|Win32'" Label="Configuration">
|
32 | 34 | <ConfigurationType>Application</ConfigurationType>
|
33 | 35 | <CharacterSet>MultiByte</CharacterSet>
|
34 |
| - <PlatformToolset>v141</PlatformToolset> |
| 36 | + <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset> |
| 37 | + <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset> |
35 | 38 | </PropertyGroup>
|
36 | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Minimal Debug Open Source|Win32'" Label="Configuration">
|
37 | 40 | <ConfigurationType>Application</ConfigurationType>
|
38 | 41 | <CharacterSet>MultiByte</CharacterSet>
|
39 |
| - <PlatformToolset>v141</PlatformToolset> |
| 42 | + <PlatformToolset Condition="'$(VisualStudioVersion)'=='15.0'">v141</PlatformToolset> |
| 43 | + <PlatformToolset Condition="'$(VisualStudioVersion)'=='16.0'">v142</PlatformToolset> |
40 | 44 | </PropertyGroup>
|
41 | 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
42 | 46 | <ImportGroup Label="ExtensionSettings">
|
|
0 commit comments