2019-08-09 03:16:36 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-12-06 04:01:51 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2019-08-09 03:16:36 +00:00
|
|
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
2017-12-06 04:01:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Program.fs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\FunctionalCuid\FunctionalCuid.fsproj" />
|
|
|
|
|
</ItemGroup>
|
2019-08-09 03:16:36 +00:00
|
|
|
|
<Import Project="..\.paket\Paket.Restore.targets" />
|
|
|
|
|
</Project>
|