Projektdateien hinzufügen.

This commit is contained in:
mr_sc
2026-09-03 21:32:00 +02:00
parent 092c5fa09c
commit f6d0eaecaa
500 changed files with 115722 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
@echo off
setlocal
cd /d "%~dp0.."
dotnet restore src\IMSApiDotNet\IMSApiDotNet.Net48.csproj
if errorlevel 1 exit /b %errorlevel%
dotnet build src\IMSApiDotNet\IMSApiDotNet.Net48.csproj -c Release --no-restore
exit /b %errorlevel%