Add frontend production project

This commit is contained in:
gamer147
2026-08-03 11:25:08 -04:00
parent ec6ba1c64c
commit 511badae6d
14 changed files with 56 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Age.Engine\Age.Engine.csproj" />
</ItemGroup>
</Project>