17 lines
469 B
XML
17 lines
469 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup>
|
|
<ProjectCapability Include="TestContainer" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<IsTestProject>true</IsTestProject>
|
|
</PropertyGroup>
|
|
|
|
<!-- Support for importing props via the runner -->
|
|
<Import Condition=" '$(_Xunit_ImportPropsFile)' != '' " Project="$(_Xunit_ImportPropsFile)" />
|
|
|
|
</Project>
|