|
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
29 | 29 | <ConfigurationType>Application</ConfigurationType> |
30 | 30 | <UseDebugLibraries>true</UseDebugLibraries> |
31 | | - <PlatformToolset>v142</PlatformToolset> |
| 31 | + <PlatformToolset>v141</PlatformToolset> |
32 | 32 | <CharacterSet>Unicode</CharacterSet> |
33 | 33 | <UseOfMfc>Dynamic</UseOfMfc> |
34 | 34 | </PropertyGroup> |
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
36 | 36 | <ConfigurationType>Application</ConfigurationType> |
37 | 37 | <UseDebugLibraries>true</UseDebugLibraries> |
38 | | - <PlatformToolset>v142</PlatformToolset> |
| 38 | + <PlatformToolset>v141</PlatformToolset> |
39 | 39 | <CharacterSet>Unicode</CharacterSet> |
40 | 40 | <UseOfMfc>Dynamic</UseOfMfc> |
41 | 41 | </PropertyGroup> |
42 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
43 | 43 | <ConfigurationType>Application</ConfigurationType> |
44 | 44 | <UseDebugLibraries>false</UseDebugLibraries> |
45 | | - <PlatformToolset>v142</PlatformToolset> |
| 45 | + <PlatformToolset>v141</PlatformToolset> |
46 | 46 | <WholeProgramOptimization>true</WholeProgramOptimization> |
47 | 47 | <CharacterSet>Unicode</CharacterSet> |
48 | 48 | <UseOfMfc>Dynamic</UseOfMfc> |
49 | 49 | </PropertyGroup> |
50 | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
51 | 51 | <ConfigurationType>Application</ConfigurationType> |
52 | 52 | <UseDebugLibraries>false</UseDebugLibraries> |
53 | | - <PlatformToolset>v142</PlatformToolset> |
| 53 | + <PlatformToolset>v141</PlatformToolset> |
54 | 54 | <WholeProgramOptimization>true</WholeProgramOptimization> |
55 | 55 | <CharacterSet>Unicode</CharacterSet> |
56 | 56 | <UseOfMfc>Dynamic</UseOfMfc> |
|
0 commit comments