diff options
author | Bob Arnson <bob@firegiant.com> | 2025-03-10 23:32:46 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-03-11 09:04:44 -0400 |
commit | 1f48dfeb5bc15bb9d3e90ac6b236dbff77819561 (patch) | |
tree | d916482ce37563a4dd7d1e1797b207553e5bbfa0 /src/ext/Bal | |
parent | 63d1d722bb7ddcbc9ef6730791ae967bf3880f71 (diff) | |
download | wix-main.tar.gz wix-main.tar.bz2 wix-main.zip |
Fixes https://github.com/wixtoolset/issues/issues/8977
Diffstat (limited to 'src/ext/Bal')
-rw-r--r-- | src/ext/Bal/bal_t.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/bal_t.proj b/src/ext/Bal/bal_t.proj index da83b47f..cf908c07 100644 --- a/src/ext/Bal/bal_t.proj +++ b/src/ext/Bal/bal_t.proj | |||
@@ -10,7 +10,7 @@ | |||
10 | <ProjectReference Include="wixstdfn\wixstdfn.vcxproj" Properties="Platform=x64" /> | 10 | <ProjectReference Include="wixstdfn\wixstdfn.vcxproj" Properties="Platform=x64" /> |
11 | <ProjectReference Include="wixstdfn\wixstdfn.vcxproj" Properties="Platform=ARM64" /> | 11 | <ProjectReference Include="wixstdfn\wixstdfn.vcxproj" Properties="Platform=ARM64" /> |
12 | 12 | ||
13 | <ProjectReference Include="test\WixToolsetTest.BootstrapperApplications\WixToolsetTest.BootstrapperApplications.csproj" Properties="Platform=x64" /> | 13 | <ProjectReference Include="test\WixToolsetTest.BootstrapperApplications\WixToolsetTest.BootstrapperApplications.csproj" /> |
14 | 14 | ||
15 | <ProjectReference Include="wixstdfn\wixstdfn.vcxproj" Properties="NoBuild=true" Targets="PackNative" /> | 15 | <ProjectReference Include="wixstdfn\wixstdfn.vcxproj" Properties="NoBuild=true" Targets="PackNative" /> |
16 | <ProjectReference Include="wixext\WixToolset.BootstrapperApplications.wixext.csproj" Properties="NoBuild=true" Targets="Pack" /> | 16 | <ProjectReference Include="wixext\WixToolset.BootstrapperApplications.wixext.csproj" Properties="NoBuild=true" Targets="Pack" /> |