<!-- 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> <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(TestGroupName)\$(ProjectName)\</BaseIntermediateOutputPath> <OutputPath>$(OutputPath)net6.0-windows\TestData\$(TestGroupName)\</OutputPath> <DefaultCompressionLevel>None</DefaultCompressionLevel> <CompilerAdditionalOptions>-wx</CompilerAdditionalOptions> <SuppressValidation>true</SuppressValidation> </PropertyGroup> </Project>