add files

This commit is contained in:
2026-01-28 15:51:56 +01:00
parent 8ca56d0755
commit c4ca9be5a4
152 changed files with 61204 additions and 0 deletions

9
respdemo.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>