blob: 6ffdf041d116b7bcf88c4d97e5beedeee15718a1 (
plain)
1
2
3
4
5
6
7
8
|
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";
}
}
|