init
This commit is contained in:
commit
03e7be38dd
8 changed files with 128 additions and 0 deletions
17
ulohyfs/ulohyfs.fsproj
Normal file
17
ulohyfs/ulohyfs.fsproj
Normal file
|
@ -0,0 +1,17 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RootNamespace>UlohyFs</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="src\Attributes.fs" />
|
||||
<Compile Include="src\u16.fs" />
|
||||
<Compile Include="src\u15.fs" />
|
||||
<Compile Include="src\u17.fs" />
|
||||
<Compile Include="src\Program.fs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue