18 lines
418 B
XML
Executable File
18 lines
418 B
XML
Executable File
<Project>
|
|
|
|
<PropertyGroup>
|
|
<BaseIntermediateOutputPath>.net/obj</BaseIntermediateOutputPath>
|
|
<BaseOutputPath>.net/bin</BaseOutputPath>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
|
|
|
</Project>
|