Initial commit

This commit is contained in:
CheddarCrisp 2024-01-09 17:32:46 -05:00
commit 3cc7d54907
9 changed files with 605 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\SDBD.Contract\SDBD.Contract.csproj" />
<ProjectReference Include="..\SDBD.Codec\SDBD.Codec.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>