|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 | 4 | <ProjectConfiguration Include="Debug|x64">
|
5 | 5 | <Configuration>Debug</Configuration>
|
|
15 | 15 | <Keyword>Win32Proj</Keyword>
|
16 | 16 | <Platform>x64</Platform>
|
17 | 17 | <ProjectName>jpegoptim</ProjectName>
|
18 |
| - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> |
| 18 | + <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> |
19 | 19 | </PropertyGroup>
|
20 | 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
21 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
22 | 22 | <CharacterSet>Unicode</CharacterSet>
|
23 | 23 | <ConfigurationType>Application</ConfigurationType>
|
24 |
| - <PlatformToolset>v140</PlatformToolset> |
| 24 | + <PlatformToolset>v141</PlatformToolset> |
25 | 25 | <UseOfMfc>false</UseOfMfc>
|
26 | 26 | </PropertyGroup>
|
27 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
28 | 28 | <CharacterSet>Unicode</CharacterSet>
|
29 | 29 | <ConfigurationType>Application</ConfigurationType>
|
30 |
| - <PlatformToolset>v140</PlatformToolset> |
| 30 | + <PlatformToolset>v141</PlatformToolset> |
31 | 31 | <UseOfMfc>false</UseOfMfc>
|
32 | 32 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
33 | 33 | </PropertyGroup>
|
|
41 | 41 | <PropertyGroup>
|
42 | 42 | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
43 | 43 | <OutDir>$(Configuration)\$(Platform)\</OutDir>
|
44 |
| - <IntDir>Tmp\$(Platform)\$(Configuration)\jpegoptim\</IntDir> |
| 44 | + <IntDir>$(SolutionDir)Tmp\$(Platform)\$(Configuration)\jpegoptim\</IntDir> |
45 | 45 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
46 | 46 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
|
47 | 47 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
0 commit comments