aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Web/TJLaskuri.Web.fsproj
diff options
context:
space:
mode:
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>