aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Web/TJLaskuri.Web.fsproj
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-02 18:28:44 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-02 18:28:44 +0300
commit1790a3f5447907338cdbbfc9f44256cf74f36e31 (patch)
tree2afa8a436075ef5be465ae21011696de6890a215 /TJLaskuri.Web/TJLaskuri.Web.fsproj
parent6b46930cfd23c59a359460c84085e9333aea4521 (diff)
Rebrand to Aamukampa
Diffstat (limited to 'TJLaskuri.Web/TJLaskuri.Web.fsproj')
-rw-r--r--TJLaskuri.Web/TJLaskuri.Web.fsproj28
1 files changed, 0 insertions, 28 deletions
diff --git a/TJLaskuri.Web/TJLaskuri.Web.fsproj b/TJLaskuri.Web/TJLaskuri.Web.fsproj
deleted file mode 100644
index 6cd0654..0000000
--- a/TJLaskuri.Web/TJLaskuri.Web.fsproj
+++ /dev/null
@@ -1,28 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
-
- <PropertyGroup>
- <TargetFramework>net9.0</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <Compile Include="Modules/Index.fs" />
- <Compile Include="Program.fs" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\TJLaskuri.Core\TJLaskuri.Core.fsproj" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Falco" Version="5.0.2" />
- </ItemGroup>
-
- <Target Name="CopyStaticAssets" BeforeTargets="Build">
- <Message Text="Copying static assets" />
- <Copy
- SourceFiles="../TJLaskuri.Frontend/dist/index.js"
- DestinationFiles="wwwroot/js/app.js"
- />
- </Target>
-
-</Project>