diff options
| author | Joel Stålnacke <joel@saker.fi> | 2025-08-02 18:25:14 +0300 |
|---|---|---|
| committer | Joel Stålnacke <joel@saker.fi> | 2025-08-02 18:25:14 +0300 |
| commit | 6b46930cfd23c59a359460c84085e9333aea4521 (patch) | |
| tree | 9d1d11838ee4e836c0338ef1ab338fe234fc7f4b /TJLaskuri.Core/TJLaskuri.Core.fsproj | |
| parent | 40525e4f0ff494a3b5bf9cebad5d00ac25a3d840 (diff) | |
Initial frontend
Diffstat (limited to 'TJLaskuri.Core/TJLaskuri.Core.fsproj')
| -rw-r--r-- | TJLaskuri.Core/TJLaskuri.Core.fsproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TJLaskuri.Core/TJLaskuri.Core.fsproj b/TJLaskuri.Core/TJLaskuri.Core.fsproj index c3b606a..bc6029f 100644 --- a/TJLaskuri.Core/TJLaskuri.Core.fsproj +++ b/TJLaskuri.Core/TJLaskuri.Core.fsproj @@ -7,7 +7,12 @@ <ItemGroup> <Compile Include="Types.fs" /> + <Compile Include="Views.fs" /> <Compile Include="Library.fs" /> </ItemGroup> + <ItemGroup> + <PackageReference Include="Falco.Markup" Version="1.2.0" /> + </ItemGroup> + </Project> |
