Files
2025-09-29 00:52:08 +02:00

16 lines
204 B
Batchfile
Executable File

REM
REM Builds a C# executable project
REM
@echo off
if not defined RS_TOOLSCONFIG (
@echo.
call setenv
@echo.
)
@echo.
call %RS_TOOLSROOT%\script\util\projGen\generate.bat %*
@echo.