diff options
Diffstat (limited to 'src/WixToolset.Data/IntermediateLevels.cs')
| -rw-r--r-- | src/WixToolset.Data/IntermediateLevels.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Data/IntermediateLevels.cs b/src/WixToolset.Data/IntermediateLevels.cs index 738cabaa..64c19ae1 100644 --- a/src/WixToolset.Data/IntermediateLevels.cs +++ b/src/WixToolset.Data/IntermediateLevels.cs | |||
| @@ -3,6 +3,7 @@ namespace WixToolset.Data | |||
| 3 | public static class IntermediateLevels | 3 | public static class IntermediateLevels |
| 4 | { | 4 | { |
| 5 | public const string Compiled = "compiled"; | 5 | public const string Compiled = "compiled"; |
| 6 | public const string Combined = "combined"; | ||
| 6 | public const string Linked = "linked"; | 7 | public const string Linked = "linked"; |
| 7 | public const string Resolved = "resolved"; | 8 | public const string Resolved = "resolved"; |
| 8 | } | 9 | } |
