2017-03-21 13:46:08 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-03-06 21:25:42 -08:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
|
2016-10-13 17:26:21 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-08-17 23:07:28 -07:00
|
|
|
|
<TargetFrameworks>net451;netcoreapp2.1</TargetFrameworks>
|
2016-10-13 17:26:21 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|