init commit

This commit is contained in:
Enstrayed
2025-11-19 14:53:43 -08:00
commit 9ac196af3d
4 changed files with 117 additions and 0 deletions

17
zpoolcheck.csproj Normal file
View File

@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<PublishTrimmed>true</PublishTrimmed> <!-- optional size reduction -->
</PropertyGroup>
</Project>