a3c4c78180
Signed-off-by: prescientmoon <git@moonythm.dev>
13 lines
408 B
XML
13 lines
408 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src/Card.fs" />
|
|
<Compile Include="src/Board.fs" />
|
|
<Compile Include="src/Program.fs" />
|
|
</ItemGroup>
|
|
<Import Project=".paket\Paket.Restore.targets" />
|
|
</Project> |