2016-12-20 21:29:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-11-15 22:12:28 +00:00
|
|
|
|
<PropertyGroup>
|
2017-03-02 06:34:08 +00:00
|
|
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
2016-11-15 22:12:28 +00:00
|
|
|
|
<AssemblyName>dotnet-portable</AssemblyName>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2017-02-19 06:03:36 +00:00
|
|
|
|
<VersionSuffix></VersionSuffix>
|
2017-03-03 07:43:06 +00:00
|
|
|
|
<RuntimeFrameworkVersion>1.0.4</RuntimeFrameworkVersion>
|
2016-11-15 22:12:28 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2017-01-06 03:44:52 +00:00
|
|
|
|
<BuiltProjectOutputGroupOutput Include="$(ProjectRuntimeConfigFilePath)">
|
|
|
|
|
<FinalOutputPath>$(ProjectRuntimeConfigFilePath)</FinalOutputPath>
|
|
|
|
|
</BuiltProjectOutputGroupOutput>
|
2016-11-15 22:12:28 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|