Add FAKE build script

This commit is contained in:
2022-07-08 22:46:50 -04:00
parent bf5a3a95c4
commit 5f9156f6c2
9 changed files with 334 additions and 8 deletions

View File

@@ -2,7 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<WarnOn>3390;$(WarnOn)</WarnOn>
</PropertyGroup>