diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-14 22:58:30 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-15 11:45:54 -0700 |
commit | e550b63845a90e1a9452060b50a00ca5d9ee8c67 (patch) | |
tree | e1ca7fef941d704c682c29eece292adc350a6f37 /src/ext/Bal/wixlib | |
parent | 9d631dd64891936738077e4b2e1153c3d84b5f86 (diff) | |
download | wix-e550b63845a90e1a9452060b50a00ca5d9ee8c67.tar.gz wix-e550b63845a90e1a9452060b50a00ca5d9ee8c67.tar.bz2 wix-e550b63845a90e1a9452060b50a00ca5d9ee8c67.zip |
Name the bind path item group "BindPath" in MSBuild
Closes 6959
Diffstat (limited to 'src/ext/Bal/wixlib')
-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> |