aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/IntermediateLevels.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Data/IntermediateLevels.cs')
-rw-r--r--src/WixToolset.Data/IntermediateLevels.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/WixToolset.Data/IntermediateLevels.cs b/src/WixToolset.Data/IntermediateLevels.cs
new file mode 100644
index 00000000..738cabaa
--- /dev/null
+++ b/src/WixToolset.Data/IntermediateLevels.cs
@@ -0,0 +1,9 @@
1namespace WixToolset.Data
2{
3 public static class IntermediateLevels
4 {
5 public const string Compiled = "compiled";
6 public const string Linked = "linked";
7 public const string Resolved = "resolved";
8 }
9}