diff options
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs')
| -rw-r--r-- | src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs b/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs new file mode 100644 index 00000000..1eb0ef2d --- /dev/null +++ b/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | namespace WixToolset.Data.WindowsInstaller | ||
| 2 | { | ||
| 3 | public static class IntermediateLevels | ||
| 4 | { | ||
| 5 | // TODO: These are placeholder names until we (hopefully) come up with better ones. | ||
| 6 | public const string PartiallyBound = "msiPartiallyBound"; | ||
| 7 | public const string FullyBound = "msiFullyBound"; | ||
| 8 | } | ||
| 9 | } | ||
