aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/ui.wixproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-10-27 16:18:50 -0400
committerBob Arnson <bob@firegiant.com>2020-10-27 16:21:26 -0400
commit918dfb72bedefc753a85421d961546162d032ac5 (patch)
tree1ed47ec2d3feec0605795d99bcaff5d3d5f5f98f /src/wixlib/ui.wixproj
parenta261b7b528444f6f7e6e8277a4533dc54a8c4f0b (diff)
downloadwix-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.wixproj1
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