diff options
Diffstat (limited to 'src/ext/Bal/wixlib/bal.wixproj')
-rw-r--r-- | src/ext/Bal/wixlib/bal.wixproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ext/Bal/wixlib/bal.wixproj b/src/ext/Bal/wixlib/bal.wixproj index b350dbce..64552f1a 100644 --- a/src/ext/Bal/wixlib/bal.wixproj +++ b/src/ext/Bal/wixlib/bal.wixproj | |||
@@ -7,12 +7,12 @@ | |||
7 | </PropertyGroup> | 7 | </PropertyGroup> |
8 | 8 | ||
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <BindInputPaths Include="..\wixstdba\Resources\" /> | 10 | <BindPath Include="..\wixstdba\Resources\" /> |
11 | <BindInputPaths Include="$(OutputPath)net6.0" /> | 11 | <BindPath Include="$(OutputPath)net6.0" /> |
12 | <BindInputPaths Include="$(OutputPath)net20" /> | 12 | <BindPath Include="$(OutputPath)net20" /> |
13 | <BindInputPaths Include="$(OutputPath)x86" BindName="x86" /> | 13 | <BindPath Include="$(OutputPath)x86" BindName="x86" /> |
14 | <BindInputPaths Include="$(OutputPath)x64" BindName="x64" /> | 14 | <BindPath Include="$(OutputPath)x64" BindName="x64" /> |
15 | <BindInputPaths Include="$(OutputPath)arm64" BindName="arm64" /> | 15 | <BindPath Include="$(OutputPath)arm64" BindName="arm64" /> |
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | 17 | ||
18 | <ItemGroup> | 18 | <ItemGroup> |