Dateien nach "/" hochladen

Der ChatBot an sich ohne funktion oder befehle
This commit is contained in:
2025-04-30 17:29:36 +02:00
parent b47d345b74
commit 1bcfd2b434
5 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>