Skip to content

Commit cb16df4

Browse files
committed
Update to VS2017.
1 parent 690e0f5 commit cb16df4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

jpeg-static.vcxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|x64">
55
<Configuration>Debug</Configuration>
@@ -15,19 +15,19 @@
1515
<Keyword>Win32Proj</Keyword>
1616
<Platform>x64</Platform>
1717
<ProjectName>mozjpeg</ProjectName>
18-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
18+
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
1919
</PropertyGroup>
2020
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2222
<CharacterSet>Unicode</CharacterSet>
2323
<ConfigurationType>StaticLibrary</ConfigurationType>
24-
<PlatformToolset>v140</PlatformToolset>
24+
<PlatformToolset>v141</PlatformToolset>
2525
<UseOfMfc>false</UseOfMfc>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2828
<CharacterSet>Unicode</CharacterSet>
2929
<ConfigurationType>StaticLibrary</ConfigurationType>
30-
<PlatformToolset>v140</PlatformToolset>
30+
<PlatformToolset>v141</PlatformToolset>
3131
<UseOfMfc>false</UseOfMfc>
3232
<WholeProgramOptimization>true</WholeProgramOptimization>
3333
</PropertyGroup>
@@ -41,8 +41,8 @@
4141
<PropertyGroup Label="UserMacros" />
4242
<PropertyGroup>
4343
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
44-
<OutDir>Tmp\$(Platform)\$(Configuration)\mozjpeg\</OutDir>
45-
<IntDir>Tmp\$(Platform)\$(Configuration)\mozjpeg\</IntDir>
44+
<OutDir>$(SolutionDir)Tmp\$(Platform)\$(Configuration)\mozjpeg\</OutDir>
45+
<IntDir>$(SolutionDir)Tmp\$(Platform)\$(Configuration)\mozjpeg\</IntDir>
4646
</PropertyGroup>
4747
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4848
<ClCompile>

jpegoptim.vcxproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|x64">
55
<Configuration>Debug</Configuration>
@@ -15,19 +15,19 @@
1515
<Keyword>Win32Proj</Keyword>
1616
<Platform>x64</Platform>
1717
<ProjectName>jpegoptim</ProjectName>
18-
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
18+
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
1919
</PropertyGroup>
2020
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2222
<CharacterSet>Unicode</CharacterSet>
2323
<ConfigurationType>Application</ConfigurationType>
24-
<PlatformToolset>v140</PlatformToolset>
24+
<PlatformToolset>v141</PlatformToolset>
2525
<UseOfMfc>false</UseOfMfc>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2828
<CharacterSet>Unicode</CharacterSet>
2929
<ConfigurationType>Application</ConfigurationType>
30-
<PlatformToolset>v140</PlatformToolset>
30+
<PlatformToolset>v141</PlatformToolset>
3131
<UseOfMfc>false</UseOfMfc>
3232
<WholeProgramOptimization>true</WholeProgramOptimization>
3333
</PropertyGroup>
@@ -41,7 +41,7 @@
4141
<PropertyGroup>
4242
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
4343
<OutDir>$(Configuration)\$(Platform)\</OutDir>
44-
<IntDir>Tmp\$(Platform)\$(Configuration)\jpegoptim\</IntDir>
44+
<IntDir>$(SolutionDir)Tmp\$(Platform)\$(Configuration)\jpegoptim\</IntDir>
4545
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
4646
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
4747
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>

0 commit comments

Comments
 (0)