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