b842f8a14e
Signed-off-by: prescientmoon <git@moonythm.dev>
17 lines
415 B
XML
17 lines
415 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="src/Card.fs" />
|
|
<Compile Include="src/Side.fs" />
|
|
<Compile Include="src/Player.fs" />
|
|
<Compile Include="src/Board.fs" />
|
|
<Compile Include="src/Program.fs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|