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-06 21:25:42 -08:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" />
|
|
|
|
|
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<PropertyGroup>
|
2017-03-02 12:46:21 -08:00
|
|
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-03-06 21:25:42 -08:00
|
|
|
|
<RuntimeFrameworkVersion>$(CLI_SharedFrameworkVersion)</RuntimeFrameworkVersion>
|
2016-10-27 18:46:43 -07:00
|
|
|
|
</PropertyGroup>
|
2017-01-04 14:17:43 -08:00
|
|
|
|
|
2016-10-27 18:46:43 -07:00
|
|
|
|
<ItemGroup>
|
2017-03-02 21:33:29 -08:00
|
|
|
|
<DotNetCliToolReference Include="ToolWithOutputName" Version="1.0.0" />
|
2016-10-27 18:46:43 -07:00
|
|
|
|
</ItemGroup>
|
2017-02-20 10:01:29 -06:00
|
|
|
|
</Project>
|