aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/engine.vcxproj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move to ReleaseFlow and SomeVerRob Mensching2024-04-251-5/+5
|
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-4/+4
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Clean up Burn a bit.Bob Arnson2024-03-141-2/+0
|
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-2/+2
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Better .nupkg namesRob Mensching2024-03-071-5/+5
|
* WIP - BA header simplificationRob Mensching2024-03-061-3/+3
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-23/+10
|
* Rename inter-Burn communication related pipe fileRob Mensching2024-01-111-2/+2
| | | | | | | When BootstrapperApplications move out of proc there will be another set of pipes in Burn that behave differently from the inter-Burn communication pipes that exist now. So renaming the existing pipe related files now to better reflect that it is related to Burn talking to Burn when elevated or embedded.
* Get "real" Burn version for logging.Bob Arnson2022-12-211-0/+3
| | | | Fixes https://github.com/wixtoolset/issues/issues/7082.
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-2/+1
|
* Write EngineVersion, ProtocolVersion, and Win64 to the Burn manifest.Sean Hall2022-04-131-9/+23
|
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-0/+2
| | | | Related to #3693
* Remove warnings and make sure more don't creep in.Sean Hall2022-01-011-1/+1
| | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build.
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Implement integrated build processRob Mensching2021-05-111-25/+19
|
* Move burn into burnRob Mensching2021-04-291-0/+186