aboutsummaryrefslogtreecommitdiff
path: root/src/Wix.Build.targets
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wix.Build.targets')
-rw-r--r--src/Wix.Build.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wix.Build.targets b/src/Wix.Build.targets
index e2caf069..6a35b172 100644
--- a/src/Wix.Build.targets
+++ b/src/Wix.Build.targets
@@ -4,6 +4,7 @@
4 <PropertyGroup> 4 <PropertyGroup>
5 <PackageName Condition=" '$(PackageName)' == '' ">$(MSBuildProjectName)</PackageName> 5 <PackageName Condition=" '$(PackageName)' == '' ">$(MSBuildProjectName)</PackageName>
6 <DefineConstants>TestGroupName=$(TestGroupName);PackageName=$(PackageName);$(DefineConstants)</DefineConstants> 6 <DefineConstants>TestGroupName=$(TestGroupName);PackageName=$(PackageName);$(DefineConstants)</DefineConstants>
7 <DefineConstants Condition=" '$(CabPrefix)' != '' ">CabPrefix=$(CabPrefix);$(DefineConstants)</DefineConstants>
7 <DefineConstants Condition=" '$(UpgradeCode)' != '' ">UpgradeCode=$(UpgradeCode);$(DefineConstants)</DefineConstants> 8 <DefineConstants Condition=" '$(UpgradeCode)' != '' ">UpgradeCode=$(UpgradeCode);$(DefineConstants)</DefineConstants>
8 <DefineConstants Condition=" '$(Version)' != '' ">Version=$(Version);$(DefineConstants)</DefineConstants> 9 <DefineConstants Condition=" '$(Version)' != '' ">Version=$(Version);$(DefineConstants)</DefineConstants>
9 </PropertyGroup> 10 </PropertyGroup>