16 lines
317 B
XML
16 lines
317 B
XML
<Project>
|
|||
|
|
|
||
|
|
<Import
|
||
|
|
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<IsPackable>false</IsPackable>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Using Include="Xunit" />
|
||
|
|
<Using Include="AwesomeAssertions" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|