Fixing the float/double parsing logic to handle exponents that are too large/small...
[mono-project.git] / msvc / winsetup.bat
blob2d45fc765c8cf78a89d0e7a67d62766007038fc4
1 @echo off
2 setlocal
4 call "msbuild.exe" /t:RunWinConfigSetup mono.winconfig.targets
6 exit /b 0