2016-06-17 23:16:09 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-07-21 20:04:05 +00:00
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
|
|
|
|
|
2016-06-17 23:16:09 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2016-09-27 21:41:06 +00:00
|
|
|
<TargetFrameworks>netcoreapp1.0</TargetFrameworks>
|
2016-09-30 22:52:22 +00:00
|
|
|
<OutputPath>bin\$(Configuration)</OutputPath>
|
2016-06-17 23:16:09 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="**\*.cs" />
|
2016-09-27 21:41:06 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.NETCore.App">
|
|
|
|
<Version>1.0.1</Version>
|
|
|
|
</PackageReference>
|
2016-10-10 19:04:30 +00:00
|
|
|
<PackageReference Include="Microsoft.NET.Sdk">
|
|
|
|
<Version>1.0.0-alpha-20161010-1</Version>
|
|
|
|
<PrivateAssets>All</PrivateAssets>
|
2016-09-27 21:41:06 +00:00
|
|
|
</PackageReference>
|
2016-06-17 23:16:09 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2016-10-04 04:40:24 +00:00
|
|
|
<ItemGroup>
|
2016-10-05 22:27:30 +00:00
|
|
|
<DotNetCliToolReference Include="dotnet-portable">
|
2016-10-04 04:40:24 +00:00
|
|
|
<Version>1.0.0</Version>
|
2016-10-05 22:27:30 +00:00
|
|
|
</DotNetCliToolReference>
|
2016-10-04 04:40:24 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
2016-06-17 23:16:09 +00:00
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft.CSharp.targets" />
|
|
|
|
</Project>
|