|
1
|
namespace WixToolset.Data |
|
2
|
{ |
|
3
|
public static class IntermediateLevels |
|
4
|
{ |
|
5
|
public const string Compiled = "compiled"; |
|
6
|
public const string Combined = "combined"; |
|
7
|
public const string Linked = "linked"; |
|
8
|
public const string Resolved = "resolved"; |
|
9
|
} |
|
10
|
} |