diff options
Diffstat (limited to 'src/Wix.Build.props')
-rw-r--r-- | src/Wix.Build.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wix.Build.props b/src/Wix.Build.props index 050ec6d5..3f3aaf8f 100644 --- a/src/Wix.Build.props +++ b/src/Wix.Build.props | |||
@@ -2,6 +2,7 @@ | |||
2 | <Project> | 2 | <Project> |
3 | <PropertyGroup> | 3 | <PropertyGroup> |
4 | <TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName> | 4 | <TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName> |
5 | <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(TestGroupName)\$(ProjectName)\</BaseIntermediateOutputPath> | ||
5 | <OutputPath>$(OutputPath)$(TestGroupName)\</OutputPath> | 6 | <OutputPath>$(OutputPath)$(TestGroupName)\</OutputPath> |
6 | </PropertyGroup> | 7 | </PropertyGroup> |
7 | </Project> | 8 | </Project> |