|
29 | 29 | <PropertyGroup Label="Globals"> |
30 | 30 | <ProjectGuid>{973EE923-B423-4BCD-AA08-B03DA40CB51F}</ProjectGuid> |
31 | 31 | <RootNamespace>ICP</RootNamespace> |
32 | | - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 32 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
33 | 33 | </PropertyGroup> |
34 | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
36 | 36 | <ConfigurationType>Application</ConfigurationType> |
37 | 37 | <UseDebugLibraries>true</UseDebugLibraries> |
38 | | - <PlatformToolset>v140</PlatformToolset> |
| 38 | + <PlatformToolset>v142</PlatformToolset> |
39 | 39 | <CharacterSet>MultiByte</CharacterSet> |
40 | 40 | </PropertyGroup> |
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
42 | 42 | <ConfigurationType>Application</ConfigurationType> |
43 | 43 | <UseDebugLibraries>true</UseDebugLibraries> |
44 | | - <PlatformToolset>v140</PlatformToolset> |
| 44 | + <PlatformToolset>v142</PlatformToolset> |
45 | 45 | <CharacterSet>MultiByte</CharacterSet> |
46 | 46 | </PropertyGroup> |
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
48 | 48 | <ConfigurationType>Application</ConfigurationType> |
49 | 49 | <UseDebugLibraries>false</UseDebugLibraries> |
50 | | - <PlatformToolset>v140</PlatformToolset> |
| 50 | + <PlatformToolset>v142</PlatformToolset> |
51 | 51 | <WholeProgramOptimization>true</WholeProgramOptimization> |
52 | 52 | <CharacterSet>MultiByte</CharacterSet> |
53 | 53 | </PropertyGroup> |
54 | 54 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
55 | 55 | <ConfigurationType>Application</ConfigurationType> |
56 | 56 | <UseDebugLibraries>false</UseDebugLibraries> |
57 | | - <PlatformToolset>v140</PlatformToolset> |
| 57 | + <PlatformToolset>v142</PlatformToolset> |
58 | 58 | <WholeProgramOptimization>true</WholeProgramOptimization> |
59 | 59 | <CharacterSet>MultiByte</CharacterSet> |
60 | 60 | </PropertyGroup> |
61 | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="Configuration"> |
62 | 62 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
63 | 63 | <UseDebugLibraries>false</UseDebugLibraries> |
64 | | - <PlatformToolset>v140</PlatformToolset> |
| 64 | + <PlatformToolset>v142</PlatformToolset> |
65 | 65 | <WholeProgramOptimization>true</WholeProgramOptimization> |
66 | 66 | <CharacterSet>MultiByte</CharacterSet> |
67 | 67 | </PropertyGroup> |
68 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="Configuration"> |
69 | 69 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
70 | 70 | <UseDebugLibraries>false</UseDebugLibraries> |
71 | | - <PlatformToolset>v140</PlatformToolset> |
| 71 | + <PlatformToolset>v142</PlatformToolset> |
72 | 72 | <WholeProgramOptimization>true</WholeProgramOptimization> |
73 | 73 | <CharacterSet>MultiByte</CharacterSet> |
74 | 74 | </PropertyGroup> |
|
0 commit comments