Welcome to mirror list, hosted at ThFree Co, Russian Federation.

winsetup.bat « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d45fc765c8cf78a89d0e7a67d62766007038fc4 (plain)
1
2
3
4
5
6
@echo off
setlocal

call "msbuild.exe" /t:RunWinConfigSetup mono.winconfig.targets

exit /b 0