aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/WindowsInstallerTableDefinitions.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Redesign CustomTable tuples to enable file resolution in CoreRob Mensching2020-06-031-38/+0
|
* Remove unused WixMediaRowRob Mensching2020-05-301-15/+0
|
* Add ability for an extension to have a custom strongly typed row during binding.Sean Hall2020-04-181-0/+19
| | | | | Remove some unused functionality in Table and Row. Use strongRowType in core tables.
* Remove bundle table definitions and rows.Sean Hall2020-04-181-636/+0
|
* Try to be more accurate in the tuples with nullable fields.Sean Hall2020-04-131-1/+1
|
* Change TableDefinition to have TupleDefinition instead of TupleDefinitionName.Sean Hall2020-04-131-172/+201
|
* Move table definitions from Core to Data.Sean Hall2020-04-121-0/+2967
Sync tuple and table definitions.