|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 | 4 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 5 | <Configuration>Debug</Configuration>
|
|
23 | 23 | <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
|
24 | 24 | <Keyword>Win32Proj</Keyword>
|
25 | 25 | <RootNamespace>gfx</RootNamespace>
|
26 |
| - <WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion> |
| 26 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
27 | 27 | </PropertyGroup>
|
28 | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
29 | 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
30 | 30 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
31 | 31 | <UseDebugLibraries>true</UseDebugLibraries>
|
32 | 32 | <CharacterSet>Unicode</CharacterSet>
|
33 |
| - <PlatformToolset>v141</PlatformToolset> |
| 33 | + <PlatformToolset>v142</PlatformToolset> |
34 | 34 | </PropertyGroup>
|
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
36 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
37 | 37 | <UseDebugLibraries>true</UseDebugLibraries>
|
38 | 38 | <CharacterSet>Unicode</CharacterSet>
|
39 |
| - <PlatformToolset>v141</PlatformToolset> |
| 39 | + <PlatformToolset>v142</PlatformToolset> |
40 | 40 | </PropertyGroup>
|
41 | 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
42 | 42 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
43 | 43 | <UseDebugLibraries>false</UseDebugLibraries>
|
44 | 44 | <CharacterSet>Unicode</CharacterSet>
|
45 |
| - <PlatformToolset>v141</PlatformToolset> |
| 45 | + <PlatformToolset>v142</PlatformToolset> |
46 | 46 | </PropertyGroup>
|
47 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
48 | 48 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
49 | 49 | <UseDebugLibraries>false</UseDebugLibraries>
|
50 | 50 | <CharacterSet>Unicode</CharacterSet>
|
51 |
| - <PlatformToolset>v141</PlatformToolset> |
| 51 | + <PlatformToolset>v142</PlatformToolset> |
52 | 52 | </PropertyGroup>
|
53 | 53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
54 | 54 | <ImportGroup Label="ExtensionSettings">
|
|
0 commit comments