summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2022-09-20 08:42:26 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2022-09-20 08:42:26 -0700
commitf717254a895fe3a6d02d4648e683b5aeeb9a6aa6 (patch)
tree5a4c5a11ea9a93f73a6730dc2d52a549b8e58dd5 /toolbin
parent05fc41a921e9763ea07c031bd7ddf0b3874492c6 (diff)
downloadghostpdl-f717254a895fe3a6d02d4648e683b5aeeb9a6aa6.tar.gz
Update ICC Creator tool to VS2019
Diffstat (limited to 'toolbin')
-rw-r--r--toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj b/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj
index dff79d6a5..5ba71d0b6 100644
--- a/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj
+++ b/toolbin/color/icc_creator/ICC_Creator/ICC_Creator.vcxproj
@@ -18,14 +18,14 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>v120</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
<UseOfMfc>Dynamic</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>v120</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
<UseOfMfc>Dynamic</UseOfMfc>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>