blob: 050ec6d5f1c90c9c8cd6ac1d1e9c50afc03ed2b8 (
plain)
1
2
3
4
5
6
7
|
<!-- 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. -->
<Project>
<PropertyGroup>
<TestGroupName Condition=" '$(TestGroupName)'=='' ">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))))</TestGroupName>
<OutputPath>$(OutputPath)$(TestGroupName)\</OutputPath>
</PropertyGroup>
</Project>
|