29 lines
967 B
XML
29 lines
967 B
XML
<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\u22.fs" />
|
|
<Compile Include="src\u23.fs" />
|
|
<Compile Include="src\u24.fs" />
|
|
<Compile Include="src\u25.fs" />
|
|
<Compile Include="src\u26.fs" />
|
|
<Compile Include="src\u27.fs" />
|
|
<Compile Include="src\u28.fs" />
|
|
<Compile Include="src\u29.fs" />
|
|
<Compile Include="src\u30.fs" />
|
|
<Compile Include="src\u17.fs" />
|
|
<Compile Include="src\u18.fs" />
|
|
<Compile Include="src\u19.fs" />
|
|
<Compile Include="src\u20.fs" />
|
|
<Compile Include="src\Program.fs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|