Searched refs:MSBuild (Results 1 – 25 of 33) sorted by relevance
12
/external/google-breakpad/src/testing/gtest/codegear/ |
D | gtest.groupproj | 18 <MSBuild Projects="gtest.cbproj" Targets="" /> 21 <MSBuild Projects="gtest.cbproj" Targets="Clean" /> 24 <MSBuild Projects="gtest.cbproj" Targets="Make" /> 27 <MSBuild Projects="gtest_main.cbproj" Targets="" /> 30 <MSBuild Projects="gtest_main.cbproj" Targets="Clean" /> 33 <MSBuild Projects="gtest_main.cbproj" Targets="Make" /> 36 <MSBuild Projects="gtest_unittest.cbproj" Targets="" /> 39 <MSBuild Projects="gtest_unittest.cbproj" Targets="Clean" /> 42 <MSBuild Projects="gtest_unittest.cbproj" Targets="Make" />
|
/external/googletest/googletest/codegear/ |
D | gtest.groupproj | 18 <MSBuild Projects="gtest.cbproj" Targets="" /> 21 <MSBuild Projects="gtest.cbproj" Targets="Clean" /> 24 <MSBuild Projects="gtest.cbproj" Targets="Make" /> 27 <MSBuild Projects="gtest_main.cbproj" Targets="" /> 30 <MSBuild Projects="gtest_main.cbproj" Targets="Clean" /> 33 <MSBuild Projects="gtest_main.cbproj" Targets="Make" /> 36 <MSBuild Projects="gtest_unittest.cbproj" Targets="" /> 39 <MSBuild Projects="gtest_unittest.cbproj" Targets="Clean" /> 42 <MSBuild Projects="gtest_unittest.cbproj" Targets="Make" />
|
/external/python/cpython2/PCbuild/ |
D | find_msbuild.bat | 2 @rem Searches for MSBuild.exe. This is the only tool we need to initiate 32 @rem VS 2015 and earlier register MSBuild separately, so we can find it. 33 @rem Prefer MSBuild 14.0 over MSBuild 15.0, since the latter may not be able to find a VC14 install. 34 @reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /… 35 … "tokens=1,2*" %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.… 40 @rem VS 2017 sets exactly one install as the "main" install, so we may find MSBuild in there. 43 …@if "%%i"=="15.0" @if exist "%%k\MSBuild\15.0\Bin\msbuild.exe" @(set MSBUILD="%%k\MSBuild\15.0\Bin…
|
D | build.bat | 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 14 echo.will be picked automatically by MSBuild. Flags put in this file does not 75 rem These use the actual property names used by MSBuild. We could just let 132 rem Call on MSBuild to do the work, echo the command.
|
D | env.bat | 15 rem builds to find the PGO DLL. Do it first so the newer MSBuild is found
|
D | readme.txt | 14 Building Python using MSVC 9.0 via MSBuild 20 PlatformToolset project files for MSBuild, and MSBuild version 4.0 or later. 90 which contains a usable version of MSBuild. 274 though you may have to change folder names or pass the names to MSBuild
|
/external/llvm/tools/msbuild/ |
D | install.bat | 16 REM Search for the MSBuild toolsets directory. 18 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 20 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 26 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 30 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 32 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 36 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets" 38 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets" 47 echo Failed to find MSBuild toolsets directory.
|
D | uninstall.bat | 15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets" 24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 31 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets" 39 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 46 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets" 54 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets" 61 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\%PLATFORM%\PlatformToolsets"
|
/external/python/cpython3/PCbuild/ |
D | find_msbuild.bat | 2 @rem Searches for MSBuild.exe. This is the only tool we need to initiate 35 …\Installer\vswhere.exe" -property installationPath -latest') DO @(set _Py_MSBuild_Root=%%i\MSBuild) 42 @rem VS 2017 sets exactly one install as the "main" install, so we may find MSBuild in there. 45 …@if "%%i"=="15.0" @if exist "%%k\MSBuild\15.0\Bin\msbuild.exe" @(set MSBUILD="%%k\MSBuild\15.0\Bin… 49 @rem VS 2015 and earlier register MSBuild separately, so we can find it. 50 @reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0" /v MSBuildToolsPath /… 51 … "tokens=1,2*" %%i in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.… 67 @if not defined MSBUILD @echo Failed to find MSBuild
|
D | build.bat | 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 14 echo.will be picked automatically by MSBuild. Flags put in this file does not 79 rem These use the actual property names used by MSBuild. We could just let 108 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2) 135 rem Call on MSBuild to do the work, echo the command.
|
D | prepare_tcltk.bat | 42 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
|
D | prepare_ssl.bat | 40 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | README.md | 230 `MSBuild /p:Configuration=Release 240 Build from VS native toolchain with following command: `MSBuild 247 * Build to install for api release (optional): `MSBuild 422 used when building. Without this flag, MSBuild will use the 32 bit toolchain 430 choose when invoking MSBuild in step 4. The known-good values are 463 hours. After cmake, build and execute the tests with `MSBuild 490 4. Invoke MSBuild to build TensorFlow. 499 D:\...\build> MSBuild /p:Configuration=Release tf_tutorials_example_trainer.vcxproj 507 D:\...\build> MSBuild /p:Configuration=Release tf_python_build_pip_package.vcxproj
|
/external/skqp/experimental/xps_to_png/ |
D | compile_xps_to_png.bat | 6 @set CSC="C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\csc.exe"
|
/external/skia/experimental/xps_to_png/ |
D | compile_xps_to_png.bat | 6 @set CSC="C:\Program Files (x86)\MSBuild\14.0\Bin\amd64\csc.exe"
|
/external/python/cpython3/PC/bdist_wininst/ |
D | build.bat | 11 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/msbuild/ |
D | LLVM.Cpp.Common.targets | 135 that MSBuild would not. MSBuild detects /ZI and /Zi and then 137 vc141.pdb). Since clang-cl will not emit this, MSBuild will always 140 always give MSBuild accurate information about how we plan to
|
D | install.bat | 13 REM Older versions of VS would look for these files in the Program Files\MSBuild directory
|
D | LLVM.Cpp.Common.props | 2 <!-- The general order of executing an MSBuild file is roughly:
|
/external/python/cpython3/Tools/nuget/ |
D | build.bat | 26 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
|
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/ |
D | run_build.bat | 36 SET MSBUILD_EXE="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
|
/external/tensorflow/tensorflow/tools/ci_build/windows/cpu/cmake/ |
D | run_build.bat | 36 SET MSBUILD_EXE="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
|
/external/python/cpython3/Tools/msi/ |
D | build.bat | 26 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
|
D | uploadrelease.bat | 59 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
|
/external/python/cpython2/Tools/nuget/ |
D | build.bat | 25 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
|
12