Initial MandyTop Windows terminal monitor

This commit is contained in:
MandyTop Builder
2026-07-26 21:57:58 +02:00
commit 6c53d3775c
5 changed files with 4692 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>