Initial commit
This commit is contained in:
commit
cd689fde93
17 changed files with 1509 additions and 0 deletions
15
davidontop.fsproj
Normal file
15
davidontop.fsproj
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RootNamespace>DOT</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="src/Pages/*.fs" />
|
||||
<Compile Include="src/Components/Nav.fs" />
|
||||
<Compile Include="src/Routing.fs" />
|
||||
<Compile Include="src/Program.fs" />
|
||||
</ItemGroup>
|
||||
<Import Project=".paket\Paket.Restore.targets" />
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue