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.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs b/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
index 1eb0ef2d..6ffdf041 100644
--- a/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
+++ b/src/WixToolset.Data/WindowsInstaller/IntermediateLevels.cs
@@ -3,7 +3,6 @@ namespace WixToolset.Data.WindowsInstaller
3 public static class IntermediateLevels 3 public static class IntermediateLevels
4 { 4 {
5 // TODO: These are placeholder names until we (hopefully) come up with better ones. 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"; 6 public const string FullyBound = "msiFullyBound";
8 } 7 }
9} 8}