aboutsummaryrefslogtreecommitdiff
path: root/src/Wix.Build.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wix.Build.props')
-rw-r--r--src/Wix.Build.props7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Wix.Build.props b/src/Wix.Build.props
new file mode 100644
index 00000000..050ec6d5
--- /dev/null
+++ b/src/Wix.Build.props
@@ -0,0 +1,7 @@
1<!-- 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. -->
2<Project>
3 <PropertyGroup>
4 <TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName>
5 <OutputPath>$(OutputPath)$(TestGroupName)\</OutputPath>
6 </PropertyGroup>
7</Project>