1
Fork 0
solar-conflux/fsharp/ygosim/ygosim.fsproj
Matei Adriel 34751250ae
fsharp(ygosim): chore: grouped the Board, Side and Player modules
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-06 11:51:27 +02:00

15 lines
335 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/Board.fs" />
<Compile Include="src/Program.fs" />
</ItemGroup>
</Project>