Author: jbevain
Date: 2008-01-18 10:05:03 -0500 (Fri, 18 Jan 2008)
New Revision: 93264

Modified:
   trunk/mcs/class/System.Core/Test/System.Core.Tests-2008.csproj
Log:
add new files

Modified: trunk/mcs/class/System.Core/Test/System.Core.Tests-2008.csproj
===================================================================
--- trunk/mcs/class/System.Core/Test/System.Core.Tests-2008.csproj      
2008-01-18 15:00:20 UTC (rev 93263)
+++ trunk/mcs/class/System.Core/Test/System.Core.Tests-2008.csproj      
2008-01-18 15:05:03 UTC (rev 93264)
@@ -67,11 +67,18 @@
     <Compile Include="System.Linq.Expressions\ExpressionTest_Divide.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_ExclusiveOr.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_Field.cs" />
+    <Compile Include="System.Linq.Expressions\ExpressionTest_GreaterThan.cs" />
+    <Compile 
Include="System.Linq.Expressions\ExpressionTest_GreaterThanOrEqual.cs" />
+    <Compile Include="System.Linq.Expressions\ExpressionTest_Lambda.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_LeftShift.cs" />
+    <Compile Include="System.Linq.Expressions\ExpressionTest_LessThan.cs" />
+    <Compile 
Include="System.Linq.Expressions\ExpressionTest_LessThanOrEqual.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_MakeBinary.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_Modulo.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_Multiply.cs" />
     <Compile 
Include="System.Linq.Expressions\ExpressionTest_MultiplyChecked.cs" />
+    <Compile Include="System.Linq.Expressions\ExpressionTest_Negate.cs" />
+    <Compile Include="System.Linq.Expressions\ExpressionTest_Not.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_Or.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_OrElse.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_Power.cs" />
@@ -83,6 +90,7 @@
     <Compile 
Include="System.Linq.Expressions\ExpressionTest_SubtractChecked.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_TypeAs.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_TypeIs.cs" />
+    <Compile Include="System.Linq.Expressions\ExpressionTest_UnaryPlus.cs" />
     <Compile Include="System.Linq.Expressions\ExpressionTest_Utils.cs" />
     <Compile Include="System.Linq\EnumerableTest.cs" />
     <Compile Include="System.Linq\QueryableTest.cs" />

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to