diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 14:32:26 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:36:35 +1000 |
commit | 84a60ab50339f158715172ef24804c5b9cb5ba9d (patch) | |
tree | f2052847f2a19c193ff7a92864ae0467e48dc464 /src/winterop | |
parent | c1cc095efa7deec07ffe29034a076035458c260f (diff) | |
download | wix-84a60ab50339f158715172ef24804c5b9cb5ba9d.tar.gz wix-84a60ab50339f158715172ef24804c5b9cb5ba9d.tar.bz2 wix-84a60ab50339f158715172ef24804c5b9cb5ba9d.zip |
Add ARM/ARM64 wixnative.exe
Update mergemod.dll from SDK 10.0.19041.0.
Diffstat (limited to 'src/winterop')
-rw-r--r-- | src/winterop/winterop.vcxproj | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/src/winterop/winterop.vcxproj b/src/winterop/winterop.vcxproj index a4603557..be006c38 100644 --- a/src/winterop/winterop.vcxproj +++ b/src/winterop/winterop.vcxproj | |||
@@ -5,18 +5,34 @@ | |||
5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> | 5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> |
6 | 6 | ||
7 | <ItemGroup Label="ProjectConfigurations"> | 7 | <ItemGroup Label="ProjectConfigurations"> |
8 | <ProjectConfiguration Include="Debug|Win32"> | 8 | <ProjectConfiguration Include="Debug|ARM"> |
9 | <Configuration>Debug</Configuration> | 9 | <Configuration>Debug</Configuration> |
10 | <Platform>Win32</Platform> | 10 | <Platform>ARM</Platform> |
11 | </ProjectConfiguration> | 11 | </ProjectConfiguration> |
12 | <ProjectConfiguration Include="Release|Win32"> | 12 | <ProjectConfiguration Include="Debug|ARM64"> |
13 | <Configuration>Release</Configuration> | 13 | <Configuration>Debug</Configuration> |
14 | <Platform>ARM64</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | <ProjectConfiguration Include="Debug|Win32"> | ||
17 | <Configuration>Debug</Configuration> | ||
14 | <Platform>Win32</Platform> | 18 | <Platform>Win32</Platform> |
15 | </ProjectConfiguration> | 19 | </ProjectConfiguration> |
16 | <ProjectConfiguration Include="Debug|x64"> | 20 | <ProjectConfiguration Include="Debug|x64"> |
17 | <Configuration>Debug</Configuration> | 21 | <Configuration>Debug</Configuration> |
18 | <Platform>x64</Platform> | 22 | <Platform>x64</Platform> |
19 | </ProjectConfiguration> | 23 | </ProjectConfiguration> |
24 | <ProjectConfiguration Include="Release|ARM"> | ||
25 | <Configuration>Release</Configuration> | ||
26 | <Platform>ARM</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Release|ARM64"> | ||
29 | <Configuration>Release</Configuration> | ||
30 | <Platform>ARM64</Platform> | ||
31 | </ProjectConfiguration> | ||
32 | <ProjectConfiguration Include="Release|Win32"> | ||
33 | <Configuration>Release</Configuration> | ||
34 | <Platform>Win32</Platform> | ||
35 | </ProjectConfiguration> | ||
20 | <ProjectConfiguration Include="Release|x64"> | 36 | <ProjectConfiguration Include="Release|x64"> |
21 | <Configuration>Release</Configuration> | 37 | <Configuration>Release</Configuration> |
22 | <Platform>x64</Platform> | 38 | <Platform>x64</Platform> |
@@ -27,7 +43,7 @@ | |||
27 | <ProjectGuid>{26D45E58-E703-431D-B67E-493C72C9DA0B}</ProjectGuid> | 43 | <ProjectGuid>{26D45E58-E703-431D-B67E-493C72C9DA0B}</ProjectGuid> |
28 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 44 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
29 | <TargetName>winterop</TargetName> | 45 | <TargetName>winterop</TargetName> |
30 | <PlatformToolset>v141</PlatformToolset> | 46 | <PlatformToolset>v142</PlatformToolset> |
31 | <CharacterSet>MultiByte</CharacterSet> | 47 | <CharacterSet>MultiByte</CharacterSet> |
32 | <ProjectModuleDefinitionFile>winterop.def</ProjectModuleDefinitionFile> | 48 | <ProjectModuleDefinitionFile>winterop.def</ProjectModuleDefinitionFile> |
33 | <Description>Native component of WixToolset.Core</Description> | 49 | <Description>Native component of WixToolset.Core</Description> |