aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/Tuples/MsiServiceConfigTuple.cs
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-11 16:02:25 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-12 12:41:13 +1000
commitf49060303504d112b1580c1c90430aab4aaf1763 (patch)
tree0aab79732de62c3dd1b34a5983ea7b60192eb627 /src/WixToolset.Data/Tuples/MsiServiceConfigTuple.cs
parentbe42b2dd8104eec6384ab632d9869e09d29fe827 (diff)
downloadwix-f49060303504d112b1580c1c90430aab4aaf1763.tar.gz
wix-f49060303504d112b1580c1c90430aab4aaf1763.tar.bz2
wix-f49060303504d112b1580c1c90430aab4aaf1763.zip
Move table definitions from Core to Data.
Sync tuple and table definitions.
Diffstat (limited to 'src/WixToolset.Data/Tuples/MsiServiceConfigTuple.cs')
-rw-r--r--src/WixToolset.Data/Tuples/MsiServiceConfigTuple.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Data/Tuples/MsiServiceConfigTuple.cs b/src/WixToolset.Data/Tuples/MsiServiceConfigTuple.cs
index 4943c245..242098cd 100644
--- a/src/WixToolset.Data/Tuples/MsiServiceConfigTuple.cs
+++ b/src/WixToolset.Data/Tuples/MsiServiceConfigTuple.cs
@@ -26,7 +26,6 @@ namespace WixToolset.Data.Tuples
26{ 26{
27 public enum MsiServiceConfigTupleFields 27 public enum MsiServiceConfigTupleFields
28 { 28 {
29 MsiServiceConfig,
30 Name, 29 Name,
31 OnInstall, 30 OnInstall,
32 OnReinstall, 31 OnReinstall,