diff options
author | Bob Arnson <bob@firegiant.com> | 2020-10-27 16:13:06 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-10-27 16:16:37 -0400 |
commit | 9fc7ed95c8fd9337c10bb44dc42786b9fe0121a2 (patch) | |
tree | 27afc75b94dfe260a464d58eeb751279f2efa10d /src/wixext | |
parent | d70e9e5ab5866c8e35b696fd169c9b62c6f5ee74 (diff) | |
download | wix-9fc7ed95c8fd9337c10bb44dc42786b9fe0121a2.tar.gz wix-9fc7ed95c8fd9337c10bb44dc42786b9fe0121a2.tar.bz2 wix-9fc7ed95c8fd9337c10bb44dc42786b9fe0121a2.zip |
Update project for Package/SummaryInformation change (and others).
Diffstat (limited to '')
-rw-r--r-- | src/wixext/SqlCompiler.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wixext/SqlCompiler.cs b/src/wixext/SqlCompiler.cs index 162306b8..4618eaba 100644 --- a/src/wixext/SqlCompiler.cs +++ b/src/wixext/SqlCompiler.cs | |||
@@ -48,7 +48,6 @@ namespace WixToolset.Sql | |||
48 | { | 48 | { |
49 | case "Component": | 49 | case "Component": |
50 | var componentId = context["ComponentId"]; | 50 | var componentId = context["ComponentId"]; |
51 | var directoryId = context["DirectoryId"]; | ||
52 | 51 | ||
53 | switch (element.Name.LocalName) | 52 | switch (element.Name.LocalName) |
54 | { | 53 | { |
@@ -68,7 +67,7 @@ namespace WixToolset.Sql | |||
68 | break; | 67 | break; |
69 | case "Fragment": | 68 | case "Fragment": |
70 | case "Module": | 69 | case "Module": |
71 | case "Product": | 70 | case "Package": |
72 | switch (element.Name.LocalName) | 71 | switch (element.Name.LocalName) |
73 | { | 72 | { |
74 | case "SqlDatabase": | 73 | case "SqlDatabase": |