9 lines
193 B
XML
9 lines
193 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
</Project>
|