diff options
author | Bob Arnson <bob@firegiant.com> | 2023-02-01 20:22:50 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-02-01 21:27:12 -0500 |
commit | 77b1f6715534192ab143dd9109aacc50fc78e52a (patch) | |
tree | bffa59d3206d56f683274be3ad6bad30f0731097 /src/ext/Util/ca/utilca.vcxproj | |
parent | 92d6c3255a72d14f40b25b4c94fa88e563a7092d (diff) | |
download | wix-77b1f6715534192ab143dd9109aacc50fc78e52a.tar.gz wix-77b1f6715534192ab143dd9109aacc50fc78e52a.tar.bz2 wix-77b1f6715534192ab143dd9109aacc50fc78e52a.zip |
Fix CustomActionData names.
Fixes https://github.com/wixtoolset/issues/issues/7189.
Also:
- Clean up duplicate caDecor.h.
- Clean up use of CUSTOM_ACTION_DECORATION.
Diffstat (limited to 'src/ext/Util/ca/utilca.vcxproj')
-rw-r--r-- | src/ext/Util/ca/utilca.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ext/Util/ca/utilca.vcxproj b/src/ext/Util/ca/utilca.vcxproj index 8fe26942..758f075c 100644 --- a/src/ext/Util/ca/utilca.vcxproj +++ b/src/ext/Util/ca/utilca.vcxproj | |||
@@ -79,7 +79,6 @@ | |||
79 | </ItemGroup> | 79 | </ItemGroup> |
80 | 80 | ||
81 | <ItemGroup> | 81 | <ItemGroup> |
82 | <ClInclude Include="caDecor.h" /> | ||
83 | <ClInclude Include="cost.h" /> | 82 | <ClInclude Include="cost.h" /> |
84 | <ClInclude Include="CustomMsiErrors.h" /> | 83 | <ClInclude Include="CustomMsiErrors.h" /> |
85 | <ClInclude Include="precomp.h" /> | 84 | <ClInclude Include="precomp.h" /> |