2016-12-20 13:29:45 -08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-03-08 20:03:46 -08:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
|
2016-11-15 12:12:28 -10:00
|
|
|
|
<PropertyGroup>
|
2017-03-08 20:03:46 -08:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2016-11-15 12:12:28 -10:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|