13 lines
No EOL
457 B
XML
13 lines
No EOL
457 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="src/Components/Nav.fs" /><Compile Include="src/Pages/About.fs" />
|
|
<Compile Include="src/Pages/Index.fs" />
|
|
<Compile Include="src/Program.fs" />
|
|
</ItemGroup>
|
|
<Import Project=".paket\Paket.Restore.targets" />
|
|
</Project> |