BUILD_NUMBER=1 proj ['C:\\Users\\admin\\win-xenbus\\msbuild.bat'] C:\Users\admin\win-xenbus\proj>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 C:\Users\admin\win-xenbus\proj>msbuild.exe /m:1 /p:Configuration="Windows Vista Release" /p:Platform="Win32" /t:"Build" xenbus.sln Microsoft (R) Build Engine version 14.0.25420.1 Copyright (C) Microsoft Corporation. All rights reserved. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch. Build started 8/9/2016 3:42:28 PM. Project "C:\Users\admin\win-xenbus\proj\xenbus.sln" on node 1 (Build target(s)). ValidateSolutionConfiguration: Building solution configuration "Windows Vista Release|Win32". Project "C:\Users\admin\win-xenbus\proj\xenbus.sln" (1) is building "C:\Users\admin\win-xenbus\proj\xen\xen.vcxproj" (2) on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB8020: The build tools for WindowsKernelModeDriver8.0 (Platform Toolset = 'WindowsKernelModeDriver8.0') cannot be found. To build using the WindowsKernelModeDriver8.0 build tools, please install WindowsKernelModeDriver8.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\Users\admin\win-xenbus\proj\xen\xen.vcxproj] Done Building Project "C:\Users\admin\win-xenbus\proj\xen\xen.vcxproj" (default targets) -- FAILED. Project "C:\Users\admin\win-xenbus\proj\xenbus.sln" (1) is building "C:\Users\admin\win-xenbus\proj\xenbus_coinst\xenbus_coinst.vcxproj" (3) on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB8020: The build tools for WindowsApplicationForDrivers8.0 (Platform Toolset = 'WindowsApplicationForDrivers8.0') cannot be found. To build using the WindowsApplicationForDrivers8.0 build tools, please install WindowsApplicationForDrivers8.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\Users\admin\win-xenbus\proj\xenbus_coinst\xenbus_coinst.vcxproj] Done Building Project "C:\Users\admin\win-xenbus\proj\xenbus_coinst\xenbus_coinst.vcxproj" (default targets) -- FAILED. Done Building Project "C:\Users\admin\win-xenbus\proj\xenbus.sln" (Build target(s)) -- FAILED. Build FAILED. "C:\Users\admin\win-xenbus\proj\xenbus.sln" (Build target) (1) -> "C:\Users\admin\win-xenbus\proj\xen\xen.vcxproj" (default target) (2) -> (PlatformPrepareForBuild target) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB8020: The build tools for WindowsKernelModeDriver8.0 (Platform Toolset = 'WindowsKernelModeDriver8.0') cannot be found. To build using the WindowsKernelModeDriver8.0 build tools, please install WindowsKernelModeDriver8.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\Users\admin\win-xenbus\proj\xen\xen.vcxproj] "C:\Users\admin\win-xenbus\proj\xenbus.sln" (Build target) (1) -> "C:\Users\admin\win-xenbus\proj\xenbus_coinst\xenbus_coinst.vcxproj" (default target) (3) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Platform.targets(57,5): error MSB8020: The build tools for WindowsApplicationForDrivers8.0 (Platform Toolset = 'WindowsApplicationForDrivers8.0') cannot be found. To build using the WindowsApplicationForDrivers8.0 build tools, please install WindowsApplicationForDrivers8.0 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". [C:\Users\admin\win-xenbus\proj\xenbus_coinst\xenbus_coinst.vcxproj] 0 Warning(s) 2 Error(s) Time Elapsed 00:00:00.65 C:\Users\admin\win-xenbus\proj>if errorlevel 1 goto error C:\Users\admin\win-xenbus\proj>exit 1 Traceback (most recent call last): File "C:\Users\admin\win-xenbus\build.py", line 386, in build_sln(driver, release, 'x86', debug[sys.argv[1]]) File "C:\Users\admin\win-xenbus\build.py", line 185, in build_sln msbuild(platform, configuration, 'Build', name + '.sln', '', 'proj') File "C:\Users\admin\win-xenbus\build.py", line 172, in msbuild raise msbuild_failure(configuration) __main__.msbuild_failure: 'Windows Vista Release'