mirror of
https://github.com/Smaug123/mystery-hunt-2023-reactivation
synced 2025-10-16 09:58:39 +00:00
Iniital commit
This commit is contained in:
14
ConsoleApp2/ConsoleApp2.fsproj
Normal file
14
ConsoleApp2/ConsoleApp2.fsproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
Reference in New Issue
Block a user