Initial commit

This commit is contained in:
2025-04-18 23:00:08 +02:00
commit a7cae86254
8 changed files with 457 additions and 0 deletions

14
Automancer.csproj Normal file
View File

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Spectre.Console.Cli" Version="0.50.1-preview.0.5" />
</ItemGroup>
</Project>