BuildXL/Examples/MsBuildHelloWorld
Julián Bayardo b2930760dd
Add MsBuildResolver and CMakeResolver examples (#340)
2019-05-21 10:20:55 -07:00
..
Example.vcxproj Add MsBuildResolver and CMakeResolver examples (#340) 2019-05-21 10:20:55 -07:00
README.md Add MsBuildResolver and CMakeResolver examples (#340) 2019-05-21 10:20:55 -07:00
build.bat Add MsBuildResolver and CMakeResolver examples (#340) 2019-05-21 10:20:55 -07:00
build.ps1 Add MsBuildResolver and CMakeResolver examples (#340) 2019-05-21 10:20:55 -07:00
config.bc Add MsBuildResolver and CMakeResolver examples (#340) 2019-05-21 10:20:55 -07:00
main.cc Add MsBuildResolver and CMakeResolver examples (#340) 2019-05-21 10:20:55 -07:00

README.md

Instructions

  1. Setup BuildXL as explained in the documentation
  2. Point the environment variable BUILDXL_BIN to the BuildXL binary folder path. For example, if you set up BuildXL in D:\BuildXL, then D:\BuildXL\Out\Bin\debug\net472 should be the value.
  3. Run .\run.ps1 from PowerShell, or equivalently run.bat from the command line prompt

The build outputs will be located in the Debug folder. For further configuration options, see: https://github.com/microsoft/BuildXL/blob/master/Public/Sdk/Public/Prelude/Prelude.Configuration.Resolvers.dsc#L98