|
77 | 77 | <Compile Include="Database.Open.cs" /> |
78 | 78 | <Compile Include="EnumerableEx.cs" /> |
79 | 79 | <Compile Include="ExistsSpecialReference.cs" /> |
| 80 | + <Compile Include="Extensions\ArrayExtensions.cs" /> |
80 | 81 | <Compile Include="Extensions\HomogenizeEx.cs" /> |
81 | 82 | <Compile Include="Extensions\ResultSetExtensions.cs" /> |
82 | 83 | <Compile Include="FunctionReference.cs" /> |
| 84 | + <Compile Include="HavingClause.cs" /> |
83 | 85 | <Compile Include="HomogenizedEqualityComparer.cs" /> |
84 | 86 | <Compile Include="IPluralizer.cs" /> |
85 | 87 | <Compile Include="IRange.cs" /> |
86 | 88 | <Compile Include="MathReference.cs" /> |
87 | 89 | <Compile Include="Maybe.cs" /> |
| 90 | + <Compile Include="OrderByClause.cs" /> |
88 | 91 | <Compile Include="OrderByDirection.cs" /> |
89 | 92 | <Compile Include="Range.cs" /> |
90 | 93 | <Compile Include="Range1.cs" /> |
| 94 | + <Compile Include="SelectClause.cs" /> |
91 | 95 | <Compile Include="SimpleEmptyExpression.cs" /> |
92 | 96 | <Compile Include="SimpleFunction.cs" /> |
93 | 97 | <Compile Include="SimpleList.cs" /> |
94 | 98 | <Compile Include="SimpleObservable.cs" /> |
95 | 99 | <Compile Include="SimpleOrderByItem.cs" /> |
96 | 100 | <Compile Include="SimpleQuery.cs" /> |
97 | | - <Compile Include="SimpleQueryJoin.cs" /> |
| 101 | + <Compile Include="SimpleQueryClauseBase.cs" /> |
| 102 | + <Compile Include="JoinClause.cs" /> |
98 | 103 | <Compile Include="SimpleReference.cs" /> |
99 | 104 | <Compile Include="SimpleResultSet.cs" /> |
100 | 105 | <Compile Include="DynamicSchema.cs" /> |
|
132 | 137 | <Compile Include="SimpleExpressionType.cs" /> |
133 | 138 | <Compile Include="Extensions\StringExtensions.cs" /> |
134 | 139 | <Compile Include="SimpleTransaction.cs" /> |
| 140 | + <Compile Include="SkipClause.cs" /> |
135 | 141 | <Compile Include="SpecialReference.cs" /> |
| 142 | + <Compile Include="TakeClause.cs" /> |
136 | 143 | <Compile Include="UnresolvableObjectException.cs" /> |
137 | 144 | <Compile Include="Commands\UpdateByCommand.cs" /> |
| 145 | + <Compile Include="WhereClause.cs" /> |
138 | 146 | </ItemGroup> |
139 | 147 | <ItemGroup> |
140 | 148 | <None Include="app.config" /> |
|
0 commit comments