4 lines
119 B
Batchfile
Executable File
4 lines
119 B
Batchfile
Executable File
@echo off
|
|
if "%1" == "clean" devenv sctools.sln /clean Release
|
|
if "%1" != "clean" devenv sctools.sln /build Release
|