Files
imsapidll48/scripts/build-net48.cmd
2026-09-01 21:14:41 +02:00

5 lines
108 B
Batchfile

@echo off
setlocal
dotnet build "%~dp0..\src\IMSApiDotNet\IMSApiDotNet.csproj" -c Release -f net48
endlocal