aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-12-30 16:34:16 -0800
committerRob Mensching <rob@firegiant.com>2021-12-30 17:08:18 -0800
commit500f2a217e5060a524a6dfcdeb9bcfa917818ef6 (patch)
treec24ba5c1b95ae11ff3768167ca3513456172cebc /src
parent8dfadd0c9068965af138949b630ef8496b4f7bbb (diff)
downloadwix-500f2a217e5060a524a6dfcdeb9bcfa917818ef6.tar.gz
wix-500f2a217e5060a524a6dfcdeb9bcfa917818ef6.tar.bz2
wix-500f2a217e5060a524a6dfcdeb9bcfa917818ef6.zip
DefineConstants fixed in last wix.targets upgrade
Diffstat (limited to 'src')
-rw-r--r--src/ext/Bal/wixlib/bal.wixproj7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ext/Bal/wixlib/bal.wixproj b/src/ext/Bal/wixlib/bal.wixproj
index 147b1a74..627faecc 100644
--- a/src/ext/Bal/wixlib/bal.wixproj
+++ b/src/ext/Bal/wixlib/bal.wixproj
@@ -31,11 +31,4 @@
31 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 31 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
32 <PackageReference Include="GitInfo" PrivateAssets="All" /> 32 <PackageReference Include="GitInfo" PrivateAssets="All" />
33 </ItemGroup> 33 </ItemGroup>
34
35 <!-- Workaround for bug in ProjectReferenceDefineConstants, they're not needed for this project anyway -->
36 <Target Name="ClearProjectReferenceDefineConstants" AfterTargets="CalculateDefineConstants">
37 <PropertyGroup>
38 <ProjectReferenceDefineConstants></ProjectReferenceDefineConstants>
39 </PropertyGroup>
40 </Target>
41</Project> 34</Project>