Projektdateien hinzufügen.

This commit is contained in:
mr_sc
2026-09-01 20:52:07 +02:00
parent addb252234
commit 0961934ba8
477 changed files with 114887 additions and 0 deletions

3
scripts/build.ps1 Normal file
View File

@@ -0,0 +1,3 @@
$ErrorActionPreference = "Stop"
$root = Split-Path -Parent $PSScriptRoot
dotnet build "$root\IMSApiDotNet_10.0.0-59_HttpClient.sln" -c Release