diff options
author | Bob Arnson <bob@firegiant.com> | 2020-10-27 16:18:50 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-10-27 16:21:26 -0400 |
commit | 918dfb72bedefc753a85421d961546162d032ac5 (patch) | |
tree | 1ed47ec2d3feec0605795d99bcaff5d3d5f5f98f /src/wixlib/ui.wixproj | |
parent | a261b7b528444f6f7e6e8277a4533dc54a8c4f0b (diff) | |
download | wix-918dfb72bedefc753a85421d961546162d032ac5.tar.gz wix-918dfb72bedefc753a85421d961546162d032ac5.tar.bz2 wix-918dfb72bedefc753a85421d961546162d032ac5.zip |
Update project for Package/SummaryInformation change (and others).
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/ui.wixproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wixlib/ui.wixproj b/src/wixlib/ui.wixproj index bf61e4ff..d2421be2 100644 --- a/src/wixlib/ui.wixproj +++ b/src/wixlib/ui.wixproj | |||
@@ -23,7 +23,6 @@ | |||
23 | <ItemGroup> | 23 | <ItemGroup> |
24 | <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' /> | 24 | <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' /> |
25 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | 25 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> |
26 | <BindInputPaths Include="$(OutputPath)arm" BindName='arm' /> | ||
27 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | 26 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> |
28 | </ItemGroup> | 27 | </ItemGroup> |
29 | 28 | ||