Files
mystery-hunt-2023-reactivation/Reactivation/Reactivation.fsproj
2023-01-16 13:43:16 +00:00

15 lines
331 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Seq.fs" />
<Compile Include="BondSet.fs" />
<Compile Include="Program.fs" />
</ItemGroup>
</Project>