Initial commit

This commit is contained in:
Matt Parker [SSW]
2025-01-10 18:30:33 +10:00
commit 00d8c105e8
20 changed files with 669 additions and 0 deletions

6
Directory.Build.props Normal file
View File

@@ -0,0 +1,6 @@
<Project>
<PropertyGroup>
<!-- <TreatWarningsAsErrors Condition="'$(Configuration)' != 'Debug'">true</TreatWarningsAsErrors>-->
<UseArtifactsOutput>true</UseArtifactsOutput>
</PropertyGroup>
</Project>