2018-03-15 01:21:50 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2017-01-05 22:04:57 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2018-03-15 01:21:50 +00:00
|
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2017-01-05 22:04:57 +00:00
|
|
|
|
</PropertyGroup>
|
2018-03-15 01:21:50 +00:00
|
|
|
|
|
2017-01-05 22:04:57 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Program.fs" />
|
|
|
|
|
</ItemGroup>
|
2018-03-15 01:21:50 +00:00
|
|
|
|
|
|
|
|
|
</Project>
|