base structure

This commit is contained in:
redglow
2026-07-17 09:59:07 +02:00
parent e560a743fb
commit 96fffb2f9e
25 changed files with 466 additions and 55 deletions
+6
View File
@@ -24,5 +24,11 @@
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="10.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.0"/>
<Reference Include="OwofGames.GodotLume">
<HintPath>..\OwofGames.Godot\OwofGames.GodotLume\bin\Debug\net8.0\OwofGames.GodotLume.dll</HintPath>
</Reference>
<Reference Include="OwofGames.GodotLume.Microsoft.DependencyInjection">
<HintPath>..\OwofGames.Godot\OwofGames.GodotLume.Microsoft.DependencyInjection\bin\Debug\net8.0\OwofGames.GodotLume.Microsoft.DependencyInjection.dll</HintPath>
</Reference>
</ItemGroup>
</Project>