aboutsummaryrefslogtreecommitdiff
path: root/src/samples/Dtf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "samples" segment to "tools"Rob Mensching2022-07-1467-7940/+0
| | | | | | | | | | This segment is a bit of a "miscellaneous section" in the WiX repo. As such it has been difficult to name. I originally eschewed the name "tools" because what is in the "wix" segment was once called "tools". However, now that wix.exe is firmly established as the entry point for WiX operations, I've become comfortable with its segment being named "wix". That meant "tools" was again available and "tools" better describes the content of this section.
* Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching2022-03-3130-4866/+0
| | | | | | | | | | 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
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Switch to `net472` as Framework baseline.Bob Arnson2021-12-121-1/+1
|
* Implement integrated build processRob Mensching2021-05-111-10/+4
|
* Merge DtfRob Mensching2021-05-1197-0/+12813