aboutsummaryrefslogtreecommitdiff
path: root/src/Wix.Build.targets
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Wix.Build.targets10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Wix.Build.targets b/src/Wix.Build.targets
new file mode 100644
index 00000000..e2caf069
--- /dev/null
+++ b/src/Wix.Build.targets
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3<Project>
4 <PropertyGroup>
5 <PackageName Condition=" '$(PackageName)' == '' ">$(MSBuildProjectName)</PackageName>
6 <DefineConstants>TestGroupName=$(TestGroupName);PackageName=$(PackageName);$(DefineConstants)</DefineConstants>
7 <DefineConstants Condition=" '$(UpgradeCode)' != '' ">UpgradeCode=$(UpgradeCode);$(DefineConstants)</DefineConstants>
8 <DefineConstants Condition=" '$(Version)' != '' ">Version=$(Version);$(DefineConstants)</DefineConstants>
9 </PropertyGroup>
10</Project>