This commit is contained in:
h z
2025-01-08 21:05:36 +00:00
commit 08293bbf3a
10 changed files with 231 additions and 0 deletions

13
Hermeteus.csproj Normal file
View File

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