aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs9
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 @@
1namespace 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}