aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-11-11 10:27:52 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-11-11 10:27:52 -0600
commit6e4b639a3e1e6cf2f0dfdc78f6114e8e9b3b455b (patch)
tree311890bbec6c7b4bc32f29d0daa4a84d3f2c6066
parentd70b0710ba8ae05a5018ce96967f1cf7a7f717f5 (diff)
downloadwix-6e4b639a3e1e6cf2f0dfdc78f6114e8e9b3b455b.tar.gz
wix-6e4b639a3e1e6cf2f0dfdc78f6114e8e9b3b455b.tar.bz2
wix-6e4b639a3e1e6cf2f0dfdc78f6114e8e9b3b455b.zip
Update engine PlatformToolset to v142.
-rw-r--r--src/engine/engine.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/engine.vcxproj b/src/engine/engine.vcxproj
index d98cb7e9..cec57540 100644
--- a/src/engine/engine.vcxproj
+++ b/src/engine/engine.vcxproj
@@ -27,7 +27,7 @@
27 <ProjectGuid>{8119537D-E1D9-6591-D51A-49768A2F9C37}</ProjectGuid> 27 <ProjectGuid>{8119537D-E1D9-6591-D51A-49768A2F9C37}</ProjectGuid>
28 <ConfigurationType>StaticLibrary</ConfigurationType> 28 <ConfigurationType>StaticLibrary</ConfigurationType>
29 <TargetName>engine</TargetName> 29 <TargetName>engine</TargetName>
30 <PlatformToolset>v141</PlatformToolset> 30 <PlatformToolset>v142</PlatformToolset>
31 <CharacterSet>Unicode</CharacterSet> 31 <CharacterSet>Unicode</CharacterSet>
32 <Description>Native component of WixToolset.Burn</Description> 32 <Description>Native component of WixToolset.Burn</Description>
33 </PropertyGroup> 33 </PropertyGroup>
@@ -144,7 +144,7 @@
144 <Message>Compiling message file...</Message> 144 <Message>Compiling message file...</Message>
145 <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z engine.messages "$(InputDir)engine.mc" 145 <Command>mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z engine.messages "$(InputDir)engine.mc"
146rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command> 146rc.exe -fo "$(OutDir)engine.res" "$(IntDir)engine.messages.rc"</Command>
147 <Outputs>$(IntDir)engine.messages.h;$(OutDir)engine.messages.rc</Outputs> 147 <Outputs>$(IntDir)engine.messages.h;$(IntDir)engine.messages.rc;$(OutDir)engine.res</Outputs>
148 </CustomBuild> 148 </CustomBuild>
149 </ItemGroup> 149 </ItemGroup>
150 150