2016-12-20 21:29:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-02-10 23:55:09 +00:00
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
|
|
2016-11-22 21:56:13 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-01-06 03:44:52 +00:00
|
|
|
|
<BuiltProjectOutputGroupOutput Include="$(ProjectRuntimeConfigFilePath)">
|
|
|
|
|
<FinalOutputPath>$(ProjectRuntimeConfigFilePath)</FinalOutputPath>
|
|
|
|
|
</BuiltProjectOutputGroupOutput>
|
|
|
|
|
|
2016-11-22 21:56:13 +00:00
|
|
|
|
<Content Include="prefercliruntime">
|
|
|
|
|
<Pack>true</Pack>
|
|
|
|
|
<PackagePath>\prefercliruntime</PackagePath>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-02 00:35:52 +00:00
|
|
|
|
<ItemGroup>
|
2016-11-22 21:56:13 +00:00
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App">
|
2017-02-02 00:35:52 +00:00
|
|
|
|
<Version>1.0.0</Version>
|
2016-11-22 21:56:13 +00:00
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|