aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs b/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs
index 82258c57..db65bbf7 100644
--- a/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Decompile/Names.cs
@@ -69,6 +69,7 @@ namespace WixToolset.Core.WindowsInstaller.Decompile
69 69
70 public static readonly XName LevelElement = WxsNamespace + "Level"; 70 public static readonly XName LevelElement = WxsNamespace + "Level";
71 public static readonly XName DialogElement = WxsNamespace + "Dialog"; 71 public static readonly XName DialogElement = WxsNamespace + "Dialog";
72 public static readonly XName StandardDirectoryElement = WxsNamespace + "StandardDirectory";
72 public static readonly XName DirectoryElement = WxsNamespace + "Directory"; 73 public static readonly XName DirectoryElement = WxsNamespace + "Directory";
73 public static readonly XName DirectorySearchElement = WxsNamespace + "DirectorySearch"; 74 public static readonly XName DirectorySearchElement = WxsNamespace + "DirectorySearch";
74 public static readonly XName CopyFileElement = WxsNamespace + "CopyFile"; 75 public static readonly XName CopyFileElement = WxsNamespace + "CopyFile";