diff options
Diffstat (limited to 'src/wixlib/util.wixproj')
-rw-r--r-- | src/wixlib/util.wixproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wixlib/util.wixproj b/src/wixlib/util.wixproj index f806087e..4aeb09f2 100644 --- a/src/wixlib/util.wixproj +++ b/src/wixlib/util.wixproj | |||
@@ -25,4 +25,10 @@ | |||
25 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | 25 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> |
26 | </ItemGroup> | 26 | </ItemGroup> |
27 | 27 | ||
28 | <!-- Workaround for bug in ProjectReferenceDefineConstants, they're not needed for this project anyway --> | ||
29 | <Target Name="ClearProjectReferenceDefineConstants" AfterTargets="CalculateDefineConstants"> | ||
30 | <PropertyGroup> | ||
31 | <ProjectReferenceDefineConstants></ProjectReferenceDefineConstants> | ||
32 | </PropertyGroup> | ||
33 | </Target> | ||
28 | </Project> | 34 | </Project> |