Initial commit

This commit is contained in:
github-classroom[bot] 2024-10-29 16:13:37 +00:00 committed by GitHub
commit 595820961e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 4921 additions and 0 deletions

11
Mosaic/Mosaic.csproj Normal file
View file

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>