Package
This commit is contained in:
parent
c3bd4e1f55
commit
f7e7daf325
5 changed files with 558 additions and 0 deletions
12
Mutannot/Mutannot.fsproj
Normal file
12
Mutannot/Mutannot.fsproj
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<AssemblyName>mutannot</AssemblyName>
|
||||
<ImplicitUsings>false</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.fs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue