README 479 B

12345678910
  1. The purpose of this project is to concatenate all the BuildLog.htm
  2. output files from each project into a single output file.
  3. This is useful for compiling with VCExpress using command line build
  4. because VCExpress does not output any single unified build log for the
  5. whole solution. Thus, we need to rely on pieceing together build logs
  6. for each individual project.
  7. If any project is added to the solution it should be made sure that it
  8. is added to the AssembleLogs.cmd script.