namespace WixToolset.Data.WindowsInstaller { public static class IntermediateLevels { // TODO: These are placeholder names until we (hopefully) come up with better ones. public const string FullyBound = "msiFullyBound"; } }