nerushfgbhjkze4ghbieurzdh789izouehzbugk4789ziogh

This commit is contained in:
Mira 2024-01-20 13:52:52 +01:00
parent 8f4df05ac8
commit d2f03874f5
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
11 changed files with 451 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>annotations</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Dependencies\Xorog.Logger\Xorog.Logger.csproj" />
<ProjectReference Include="..\..\Dependencies\Xorog.UniversalExtensions\Xorog.UniversalExtensions.csproj" />
</ItemGroup>
</Project>