New test.
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / Token.cs
index 750bb6d8a4f7505a441086d1c4692a5d96016885..3026c3fe64b58655d97ec341477c6b2261a98e83 100644 (file)
@@ -62,13 +62,15 @@ namespace Microsoft.Build.BuildEngine {
                Item,
                Property,
                Metadata,
+               Transform,
+               LiteralSubExpression,
 
                FirstPunct,
 
-               LessThan,
-               GreaterThan,
+               Less,
+               Greater,
                LessOrEqual,
-               GreaterThanOrEqual,
+               GreaterOrEqual,
                Equal,
                NotEqual,
                LeftParen,
@@ -78,6 +80,7 @@ namespace Microsoft.Build.BuildEngine {
                Not,
                And,
                Or,
+               Apostrophe,
                
                LastPunct,
                Invalid,