diff options
author | Bob Arnson <bob@firegiant.com> | 2023-01-11 20:14:29 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-01-11 21:29:41 -0500 |
commit | 10794363b90e49885ace5729bb45af4da5d0f220 (patch) | |
tree | f13aac3990088cdff76885f04bca433fa3c803d0 /src/ext/VisualStudio/ca | |
parent | bc4a72752cb199c7a3ba5a24f656b5e1c0aa9958 (diff) | |
download | wix-10794363b90e49885ace5729bb45af4da5d0f220.tar.gz wix-10794363b90e49885ace5729bb45af4da5d0f220.tar.bz2 wix-10794363b90e49885ace5729bb45af4da5d0f220.zip |
VSExtension cleanup:
- Add ARM64-specific custom action.
- Remove "naked" `CustomActionRef`s.
- Clean up `wix convert` behavior:
- Remove `PropertyRef`s for properties CA always sets.
Fixes https://github.com/wixtoolset/issues/issues/7100.
Fixes https://github.com/wixtoolset/issues/issues/7153.
Diffstat (limited to 'src/ext/VisualStudio/ca')
-rw-r--r-- | src/ext/VisualStudio/ca/vsca.vcxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/VisualStudio/ca/vsca.vcxproj b/src/ext/VisualStudio/ca/vsca.vcxproj index 466275d8..a2854f15 100644 --- a/src/ext/VisualStudio/ca/vsca.vcxproj +++ b/src/ext/VisualStudio/ca/vsca.vcxproj | |||
@@ -19,6 +19,14 @@ | |||
19 | <Configuration>Release</Configuration> | 19 | <Configuration>Release</Configuration> |
20 | <Platform>x64</Platform> | 20 | <Platform>x64</Platform> |
21 | </ProjectConfiguration> | 21 | </ProjectConfiguration> |
22 | <ProjectConfiguration Include="Debug|ARM64"> | ||
23 | <Configuration>Debug</Configuration> | ||
24 | <Platform>ARM64</Platform> | ||
25 | </ProjectConfiguration> | ||
26 | <ProjectConfiguration Include="Release|ARM64"> | ||
27 | <Configuration>Release</Configuration> | ||
28 | <Platform>ARM64</Platform> | ||
29 | </ProjectConfiguration> | ||
22 | </ItemGroup> | 30 | </ItemGroup> |
23 | 31 | ||
24 | <PropertyGroup Label="Globals"> | 32 | <PropertyGroup Label="Globals"> |