Lines Matching full:msbuild
4 echo.%~nx0 [flags and arguments] [quoted MSBuild options]
10 echo.directly to MSBuild may be passed. If the argument contains an '=', the
12 echo.Alternatively you can put extra flags for MSBuild in a file named
13 echo.`msbuild.rsp` in the `PCbuild` directory, one flag per line. This file
14 echo.will be picked automatically by MSBuild. Flags put in this file does not
86 rem These use the actual property names used by MSBuild. We could just let
116 call "%dir%find_msbuild.bat" %MSBUILD%
117 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
149 %MSBUILD% "%dir%\pythoncore.vcxproj" /t:KillPython %verbose%^
158 %MSBUILD% "%dir%\pythoncore.vcxproj" /t:Regen %verbose%^
166 rem Call on MSBuild to do the work, echo the command.
170 %MSBUILD% "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^
183 call "%dir%find_msbuild.bat" %MSBUILD%
184 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
185 %MSBUILD% "%dir%pythoncore.vcxproj" /t:ShowVersionInfo /v:m /nologo %1 %2 %3 %4 %5 %6 %7 %8 %9