|
81 | 81 | <Compile Include="Internal\AliasedMember.cs" /> |
82 | 82 | <Compile Include="Internal\IAdapterResolver.cs" /> |
83 | 83 | <Compile Include="Internal\ManualNullableConverterFactory.cs" /> |
| 84 | + <Compile Include="Internal\MemberNameReplacer.cs" /> |
84 | 85 | <Compile Include="Internal\NoOpReaderWriterLockFactory.cs" /> |
85 | 86 | <Compile Include="Internal\NotSupportedEnumNameValueMappingFactory.cs" /> |
86 | 87 | <Compile Include="Internal\NotSupportedProxyGeneratorFactory.cs" /> |
|
90 | 91 | <Compile Include="Mapper.cs" /> |
91 | 92 | <Compile Include="Mappers\AssignableArrayMapper.cs" /> |
92 | 93 | <Compile Include="Mappers\ExplicitConversionOperatorMapper.cs" /> |
| 94 | + <Compile Include="Mappers\ExpressionMapper.cs" /> |
93 | 95 | <Compile Include="Mappers\ImplicitConversionOperatorMapper.cs" /> |
94 | 96 | <Compile Include="Mappers\IPlatformSpecificMapperRegistry.cs" /> |
95 | 97 | <Compile Include="Mappers\MapperRegistry.cs" /> |
|
153 | 155 | <Compile Include="Internal\DelegateBasedResolver.cs" /> |
154 | 156 | <Compile Include="Internal\NullReplacementMethod.cs" /> |
155 | 157 | <Compile Include="Internal\PrimitiveExtensions.cs" /> |
| 158 | + <Compile Include="Configuration\CreateTypeMapExpression.cs" /> |
156 | 159 | <Compile Include="Profile.cs" /> |
157 | 160 | <Compile Include="PropertyMap.cs" /> |
158 | 161 | <Compile Include="Internal\ReflectionHelper.cs" /> |
159 | 162 | <Compile Include="Internal\ProxyBase.cs" /> |
160 | | - <Compile Include="QueryableExtensions.cs" /> |
| 163 | + <Compile Include="QueryableExtensions\ExpressionRequest.cs" /> |
| 164 | + <Compile Include="QueryableExtensions\ExpressionResolutionResult.cs" /> |
| 165 | + <Compile Include="QueryableExtensions\Extensions.cs" /> |
| 166 | + <Compile Include="QueryableExtensions\IExpressionBinder.cs" /> |
| 167 | + <Compile Include="QueryableExtensions\IExpressionResultConverter.cs" /> |
| 168 | + <Compile Include="QueryableExtensions\Impl\AssignableExpressionBinder.cs" /> |
| 169 | + <Compile Include="QueryableExtensions\Impl\CustomProjectionExpressionBinder.cs" /> |
| 170 | + <Compile Include="QueryableExtensions\Impl\EnumerableExpressionBinder.cs" /> |
| 171 | + <Compile Include="QueryableExtensions\Impl\MappedTypeExpressionBinder.cs" /> |
| 172 | + <Compile Include="QueryableExtensions\Impl\MemberGetterExpressionResultConverter.cs" /> |
| 173 | + <Compile Include="QueryableExtensions\Impl\MemberResolverExpressionResultConverter.cs" /> |
| 174 | + <Compile Include="QueryableExtensions\Impl\NullableExpressionBinder.cs" /> |
| 175 | + <Compile Include="QueryableExtensions\Impl\NullSubstitutionExpressionResultConverter.cs" /> |
| 176 | + <Compile Include="QueryableExtensions\Impl\ParameterReplacementVisitor.cs" /> |
| 177 | + <Compile Include="QueryableExtensions\Impl\StringExpressionBinder.cs" /> |
| 178 | + <Compile Include="QueryableExtensions\IProjectionExpression.cs" /> |
| 179 | + <Compile Include="QueryableExtensions\ProjectionExpression.cs" /> |
161 | 180 | <Compile Include="ResolutionContext.cs" /> |
162 | 181 | <Compile Include="Internal\ResolutionExpression.cs" /> |
163 | 182 | <Compile Include="ResolutionResult.cs" /> |
|
175 | 194 | </None> |
176 | 195 | <None Include="SemanticModel.cd" /> |
177 | 196 | </ItemGroup> |
| 197 | + <ItemGroup /> |
178 | 198 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
179 | 199 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
180 | 200 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments