2019-12-09 13:20:39 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2019-12-15 13:55:46 +01:00
|
|
|
|
<Compile Include="src/Utils.fs" />
|
2019-12-09 13:20:39 +01:00
|
|
|
|
<Compile Include="src/Card.fs" />
|
|
|
|
|
<Compile Include="src/Board.fs" />
|
|
|
|
|
<Compile Include="src/Program.fs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project=".paket\Paket.Restore.targets" />
|
|
|
|
|
</Project>
|