diff options
Diffstat (limited to 'src/wixlib/ui.wixproj')
-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 | ||