aboutsummaryrefslogtreecommitdiff
path: root/src/clean.cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-191-0/+1
|
* Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching2022-03-311-0/+1
| | | | | | | | | | Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080
* Move nuget.config, global.json and Directory.Packages.props to rootRob Mensching2022-02-231-0/+3
| | | | | Putting these files in the root means they can be used by the test projects support projects that get copied to the `build` folder.
* Include "wix.exe" package in cleanRob Mensching2022-01-101-0/+1
|
* Simplify and normalize ext projectsRob Mensching2021-12-301-0/+1
| | | | | | Now that wix.targets is more compatible with MS.Common.targets the extension projects can be simplified. Also made their project files more consistent with each other.
* Add global clean mechanismRob Mensching2021-12-161-0/+40