main
cs 8 lines 252 Bytes
Raw
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 FullyBound = "msiFullyBound";
7 }
8 }