diff options
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/Bal/wixlib/bal.wixproj | 7 |
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> |