File: System.Data.Entity.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
    <ProjectGuid>{ffb6ab96-1cfc-4d41-b71f-8a37e92451bc}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Data.Entity</AssemblyName>
    <UseVSHostingProcess>False</UseVSHostingProcess>
    <NoStdLib>True</NoStdLib>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <DefineConstants>CODE_ANALYSIS_BASELINE;FEATURE_LEGACYSURFACEAREA;FEATURE_UTF32;FEATURE_UTF7;TRACE;RETAIL;WIN32</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\clr\src\bcl\mscorlib.csproj">
      <Project>{43e44db7-dc97-46cb-b868-751d11c60bf1}</Project>
      <Name>mscorlib</Name>
    </ProjectReference>
    <ProjectReference Include="..\System.csproj">
      <Project>{d218394f-a89e-455a-8c59-5e3554100e4a}</Project>
      <Name>System</Name>
    </ProjectReference>
    <ProjectReference Include="..\xsp\system\DataAnnotations\System.ComponentModel.DataAnnotations.csproj">
      <Project>{871eb089-215b-4837-8f88-710831a0a3b0}</Project>
      <Name>System.ComponentModel.DataAnnotations</Name>
    </ProjectReference>
    <ProjectReference Include="..\Configuration\System.Configuration.csproj">
      <Project>{24728477-162e-4c13-9c17-6be2dc1fd2bc}</Project>
      <Name>System.Configuration</Name>
    </ProjectReference>
    <ProjectReference Include="..\Core\System.Core.csproj">
      <Project>{e7e62ebb-b829-4b6e-9ec0-4ca0c96fe4ac}</Project>
      <Name>System.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\System.Data.csproj">
      <Project>{50bf0abe-a7fe-40e6-8e95-ce5080b432af}</Project>
      <Name>System.Data</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\cdf\src\WCF\Serialization\System.Runtime.Serialization.csproj">
      <Project>{2d14aaa5-e16c-4c36-92ee-4514f43396ee}</Project>
      <Name>System.Runtime.Serialization</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\..\cdf\src\NetFx20\System.Transactions\System.Transactions.csproj">
      <Project>{1e3c4f31-db32-4121-82a2-2bce1826ff3b}</Project>
      <Name>System.Transactions</Name>
    </ProjectReference>
    <ProjectReference Include="..\Xml\System.Xml.csproj">
      <Project>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</Project>
      <Name>System.Xml</Name>
    </ProjectReference>
    <ProjectReference Include="..\XLinq\System.Xml.Linq.csproj">
      <Project>{ba1d1490-39d6-4136-8f22-30531fbdb8c9}</Project>
      <Name>System.Xml.Linq</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="GlobalSuppressions.cs" />
    <Compile Include="System\Data\Common\CommandTrees\AbstractExpressions.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Aggregates.cs" />
    <Compile Include="System\Data\Common\CommandTrees\BasicCommandTreeVisitor.cs" />
    <Compile Include="System\Data\Common\CommandTrees\BasicExpressionVisitor.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbCommandTree.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbDeleteCommandTree.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbExpressionVisitor.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbExpressionVisitor_TResultType.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbFunctionCommandTree.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbInsertCommandTree.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbLambda.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbModificationClause.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbModificationCommandTree.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbQueryCommandTree.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbSetClause.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DbUpdateCommandTree.cs" />
    <Compile Include="System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs" />
    <Compile Include="System\Data\Common\CommandTrees\ExpressionBindings.cs" />
    <Compile Include="System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs" />
    <Compile Include="System\Data\Common\CommandTrees\ExpressionBuilder\EdmFunctions.cs" />
    <Compile Include="System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs" />
    <Compile Include="System\Data\Common\CommandTrees\ExpressionBuilder\Internal\EnumerableValidator.cs" />
    <Compile Include="System\Data\Common\CommandTrees\ExpressionBuilder\Row.cs" />
    <Compile Include="System\Data\Common\CommandTrees\ExpressionBuilder\Spatial\SpatialEdmFunctions.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\DbExpressionRules.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\ExpressionList.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\ParameterRetriever.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\Validator.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs" />
    <Compile Include="System\Data\Common\CommandTrees\Internal\XmlExpressionDumper.cs" />
    <Compile Include="System\Data\Common\CommandTrees\OperatorExpressions.cs" />
    <Compile Include="System\Data\Common\CommandTrees\RelationalExpressions.cs" />
    <Compile Include="System\Data\Common\CommandTrees\ValueExpressions.cs" />
    <Compile Include="System\Data\Common\DataRecord.cs" />
    <Compile Include="System\Data\Common\DataRecordInfo.cs" />
    <Compile Include="System\Data\Common\DbCommandDefinition.cs" />
    <Compile Include="System\Data\Common\DbProviderManifest.cs" />
    <Compile Include="System\Data\Common\DbProviderServices.cs" />
    <Compile Include="System\Data\Common\DbXmlEnabledProviderManifest.cs" />
    <Compile Include="System\Data\Common\EntityRecordInfo.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\AliasedExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\AstNode.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\BuiltInExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\CaseExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\Command.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\ConstructorExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\CreateRefExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\DotExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\FunctionDefinition.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\GroupAggregateExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\GroupPartitionExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\Identifier.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\Literal.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\MethodExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\NamespaceImport.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\NavigationExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\ParenExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\QueryExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\QueryParameter.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\QueryStatement.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\RefExpr.cs" />
    <Compile Include="System\Data\Common\EntitySql\AST\TypeDefinition.cs" />
    <Compile Include="System\Data\Common\EntitySql\CqlErrorHelper.cs" />
    <Compile Include="System\Data\Common\EntitySql\CqlLexer.cs" />
    <Compile Include="System\Data\Common\EntitySql\CqlLexerHelpers.cs" />
    <Compile Include="System\Data\Common\EntitySql\CqlParser.cs" />
    <Compile Include="System\Data\Common\EntitySql\CqlParserHelpers.cs" />
    <Compile Include="System\Data\Common\EntitySql\CqlQuery.cs" />
    <Compile Include="System\Data\Common\EntitySql\EntitySqlParser.cs" />
    <Compile Include="System\Data\Common\EntitySql\FunctionOverloadResolver.cs" />
    <Compile Include="System\Data\Common\EntitySql\ParseResult.cs" />
    <Compile Include="System\Data\Common\EntitySql\ParserOptions.cs" />
    <Compile Include="System\Data\Common\EntitySql\SemanticAnalyzer.cs" />
    <Compile Include="System\Data\Common\EntitySql\SemanticResolver.cs" />
    <Compile Include="System\Data\Common\EntitySql\StaticContext.cs" />
    <Compile Include="System\Data\Common\EntitySql\TypeResolver.cs" />
    <Compile Include="System\Data\Common\EntityUtil.cs" />
    <Compile Include="System\Data\Common\FieldMetadata.cs" />
    <Compile Include="System\Data\Common\FieldNameLookup.cs" />
    <Compile Include="System\Data\Common\Internal\DbTypeMap.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\CompensatingCollection.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\Coordinator.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\CoordinatorFactory.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\RecordState.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\RecordStateFactory.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\RecordStateScratchpad.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\Shaper.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\ShaperFactory.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\Translator.cs" />
    <Compile Include="System\Data\Common\Internal\Materialization\Util.cs" />
    <Compile Include="System\Data\Common\Internal\MultipartIdentifier.cs" />
    <Compile Include="System\Data\Common\QueryCache\CompiledQueryCacheEntry.cs" />
    <Compile Include="System\Data\Common\QueryCache\CompiledQueryCacheKey.cs" />
    <Compile Include="System\Data\Common\QueryCache\EntityClientCacheKey.cs" />
    <Compile Include="System\Data\Common\QueryCache\EntitySqlQueryCacheKey.cs" />
    <Compile Include="System\Data\Common\QueryCache\LinqQueryCacheKey.cs" />
    <Compile Include="System\Data\Common\QueryCache\QueryCacheEntry.cs" />
    <Compile Include="System\Data\Common\QueryCache\QueryCacheKey.cs" />
    <Compile Include="System\Data\Common\QueryCache\QueryCacheManager.cs" />
    <Compile Include="System\Data\Common\QueryCache\ShaperFactoryQueryCacheKey.cs" />
    <Compile Include="System\Data\Common\ShippingAssemblyAttributes.cs" />
    <Compile Include="System\Data\Common\Utils\AliasGenerator.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\BoolExpr.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\Clause.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\ConversionContext.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\Converter.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\DomainConstraint.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\IdentifierService.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\KnowledgeBase.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\Literal.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\NegationPusher.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\Sentence.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\Simplifier.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\Solver.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\Vertex.cs" />
    <Compile Include="System\Data\Common\Utils\Boolean\Visitor.cs" />
    <Compile Include="System\Data\Common\Utils\ByValueEqualityComparer.cs" />
    <Compile Include="System\Data\Common\Utils\CommandHelper.cs" />
    <Compile Include="System\Data\Common\Utils\DisposableCollectionWrapper.cs" />
    <Compile Include="System\Data\Common\Utils\Helpers.cs" />
    <Compile Include="System\Data\Common\Utils\InternalBase.cs" />
    <Compile Include="System\Data\Common\Utils\KeyToListMap.cs" />
    <Compile Include="System\Data\Common\Utils\Memoizer.cs" />
    <Compile Include="System\Data\Common\Utils\MetadataHelper.cs" />
    <Compile Include="System\Data\Common\Utils\ModifiableIteratorCollection.cs" />
    <Compile Include="System\Data\Common\Utils\Pair.cs" />
    <Compile Include="System\Data\Common\Utils\Set.cs" />
    <Compile Include="System\Data\Common\Utils\Singleton.cs" />
    <Compile Include="System\Data\Common\Utils\StringUtil.cs" />
    <Compile Include="System\Data\Common\Utils\ThreadSafeList.cs" />
    <Compile Include="System\Data\Common\Utils\TrailingSpaceComparer.cs" />
    <Compile Include="System\Data\Common\Utils\TreePrinter.cs" />
    <Compile Include="System\Data\EntityClient\DbConnectionOptions.cs" />
    <Compile Include="System\Data\EntityClient\DbParameterCollectionHelper.cs" />
    <Compile Include="System\Data\EntityClient\DbParameterHelper.cs" />
    <Compile Include="System\Data\EntityClient\EntityAdapter.cs" />
    <Compile Include="System\Data\EntityClient\EntityCommand.cs" />
    <Compile Include="System\Data\EntityClient\EntityCommandDefinition.cs" />
    <Compile Include="System\Data\EntityClient\EntityConnection.cs" />
    <Compile Include="System\Data\EntityClient\EntityConnectionStringBuilder.cs" />
    <Compile Include="System\Data\EntityClient\EntityDataReader.cs" />
    <Compile Include="System\Data\EntityClient\EntityParameter.cs" />
    <Compile Include="System\Data\EntityClient\EntityParameterCollection.cs" />
    <Compile Include="System\Data\EntityClient\EntityProviderFactory.cs" />
    <Compile Include="System\Data\EntityClient\EntityProviderServices.cs" />
    <Compile Include="System\Data\EntityClient\EntityTransaction.cs" />
    <Compile Include="System\Data\EntityClient\NameValuePair.cs" />
    <Compile Include="System\Data\EntityCommandCompilationException.cs" />
    <Compile Include="System\Data\EntityCommandExecutionException.cs" />
    <Compile Include="System\Data\EntityException.cs" />
    <Compile Include="System\Data\EntityKey.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Action.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\BooleanFacetDescriptionElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ByteFacetDescriptionElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\CollectionKind.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ConcurrencyMode.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Documentation.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySetDefiningQuery.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ErrorCode.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\FacetDescriptionElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\FacetEnabledSchemaElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\FilteredSchemaElementLookUpTable.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Function.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\FunctionCommandText.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\IntegerFacetDescriptionElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\IRelationship.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\IRelationshipEnd.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ISchemaElementLookUpTable.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ItemType.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\KeyProperty.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ModelFunctionTypeElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\OnOperation.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Operation.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Parameter.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\PrimitiveSchema.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Property.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ReferentialConstraint.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Relationship.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ReturnType.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ReturnValue.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ScalarType.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Schema.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaComplexType.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaDataModelOption.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTableEnumerator.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaEnumMember.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SchemaType.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\SridFacetDescriptionElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\StoreGeneratedPattern.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\StructuredType.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\TextElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\TypeElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\TypeModifier.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\TypeUsageBuilder.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\Utils.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\ValidationHelper.cs" />
    <Compile Include="System\Data\EntityModel\SchemaObjectModel\XmlSchemaResource.cs" />
    <Compile Include="System\Data\EntitySqlException.cs" />
    <Compile Include="System\Data\EntityState.cs" />
    <Compile Include="System\Data\IEntityAdapter.cs" />
    <Compile Include="System\Data\IEntityStateEntry.cs" />
    <Compile Include="System\Data\IEntityStateManager.cs" />
    <Compile Include="System\Data\IExtendedDataRecord.cs" />
    <Compile Include="System\Data\InternalMappingException.cs" />
    <Compile Include="System\Data\InvalidCommandTreeException.cs" />
    <Compile Include="System\Data\Mapping\BaseMetadataMappingVisitor.cs" />
    <Compile Include="System\Data\Mapping\DefaultObjectMappingItemCollection.cs" />
    <Compile Include="System\Data\Mapping\EntityViewContainer.cs" />
    <Compile Include="System\Data\Mapping\EntityViewGenerationAttribute.cs" />
    <Compile Include="System\Data\Mapping\FunctionImportMapping.cs" />
    <Compile Include="System\Data\Mapping\FunctionImportMapping.ReturnTypeRenameMapping.cs" />
    <Compile Include="System\Data\Mapping\FunctionImportMappingComposable.cs" />
    <Compile Include="System\Data\Mapping\FunctionImportMappingNonComposable.cs" />
    <Compile Include="System\Data\Mapping\Mapping.cs" />
    <Compile Include="System\Data\Mapping\MappingItemCollection.cs" />
    <Compile Include="System\Data\Mapping\MetadataMappingHasherVisitor.cs" />
    <Compile Include="System\Data\Mapping\MetadataMappingHasherVisitor.HashSourceBuilder.cs" />
    <Compile Include="System\Data\Mapping\ObjectAssociationEndMapping.cs" />
    <Compile Include="System\Data\Mapping\ObjectComplexPropertyMapping.cs" />
    <Compile Include="System\Data\Mapping\ObjectMemberMapping.cs" />
    <Compile Include="System\Data\Mapping\ObjectMslConstructs.cs" />
    <Compile Include="System\Data\Mapping\ObjectNavigationPropertyMapping.cs" />
    <Compile Include="System\Data\Mapping\ObjectPropertyMapping.cs" />
    <Compile Include="System\Data\Mapping\ObjectTypeMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageAssociationSetMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageAssociationTypeMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageComplexPropertyMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageComplexTypeMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageConditionPropertyMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageEndPropertyMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageEntityContainerMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageEntitySetMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageEntityTypeMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageMappingErrorCode.cs" />
    <Compile Include="System\Data\Mapping\StorageMappingFragment.cs" />
    <Compile Include="System\Data\Mapping\StorageMappingItemCollection.cs" />
    <Compile Include="System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs" />
    <Compile Include="System\Data\Mapping\StorageMappingItemLoader.cs" />
    <Compile Include="System\Data\Mapping\StorageModificationFunctionMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageMslConstructs.cs" />
    <Compile Include="System\Data\Mapping\StoragePropertyMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageScalarPropertyMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageSetMapping.cs" />
    <Compile Include="System\Data\Mapping\StorageTypeMapping.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\AssociationSetMetadata.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\ChangeNode.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\CompositeKey.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\ExtractedStateEntry.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\ExtractorMetadata.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\Graph.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\KeyManager.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\Propagator.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\Propagator.Evaluator.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\Propagator.ExtentPlaceholderCreator.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.JoinPredicateVisitor.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.SubstitutingCloneVisitor.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\PropagatorFlags.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\PropagatorResult.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\RecordConverter.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\SourceInterpreter.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\TableChangeProcessor.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\UndirectedGraph.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\UpdateCommand.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\UpdateCompiler.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\UpdateExpressionVisitor.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\UpdateTranslator.cs" />
    <Compile Include="System\Data\Mapping\Update\Internal\ViewLoader.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CellCreator.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CellPartitioner.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CellTreeSimplifier.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\AliasedSlot.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\CqlBlock.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\CqlIdentifiers.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\CqlWriter.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\SlotInfo.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGeneration\UnionCqlBlock.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\CqlGenerator.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\GeneratedView.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingPass.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingProcessor.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingSimplifier.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\QueryRewriting\Tile.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\BoolLiteral.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\CaseStatementProjectedSlot.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\Cell.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\CellIdBoolean.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\CellLabel.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\CellTreeNode.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\CellTreeNodeVisitors.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\CellTreeOpType.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\Constant.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\ConstantProjectedSlot.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\Domain.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\MemberMaps.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\MemberProjectedSlot.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\NegatedConstant.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\OpCellTreeNode.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\ProjectedSlot.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\QualifiedCellIdBoolean.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\ScalarConstant.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\TypeRestriction.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Structures\WithStatement.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Utils\ExceptionHelpers.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Utils\ExternalCalls.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Utils\ViewGenErrorCode.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\BasicCellRelation.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\BasicKeyConstraint.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\CellRelation.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\ConstraintBase.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\ExtentKey.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\KeyConstraint.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\SchemaConstraints.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\ViewCellRelation.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\ViewCellSlot.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\Validator.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\ViewgenContext.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\ViewGenerator.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs" />
    <Compile Include="System\Data\Mapping\ViewGeneration\ViewGenResults.cs" />
    <Compile Include="System\Data\Mapping\ViewValidator.cs" />
    <Compile Include="System\Data\MappingException.cs" />
    <Compile Include="System\Data\Metadata\AspProxy.cs" />
    <Compile Include="System\Data\Metadata\CacheForPrimitiveTypes.cs" />
    <Compile Include="System\Data\Metadata\ClrPerspective.cs" />
    <Compile Include="System\Data\Metadata\Converter.cs" />
    <Compile Include="System\Data\Metadata\CustomAssemblyResolver.cs" />
    <Compile Include="System\Data\Metadata\DataSpace.cs" />
    <Compile Include="System\Data\Metadata\DefaultAssemblyResolver.cs" />
    <Compile Include="System\Data\Metadata\Edm\AssociationEndMember.cs" />
    <Compile Include="System\Data\Metadata\Edm\AssociationSet.cs" />
    <Compile Include="System\Data\Metadata\Edm\AssociationSetEnd.cs" />
    <Compile Include="System\Data\Metadata\Edm\AssociationType.cs" />
    <Compile Include="System\Data\Metadata\Edm\AttributeKind.cs" />
    <Compile Include="System\Data\Metadata\Edm\BuiltInKind.cs" />
    <Compile Include="System\Data\Metadata\Edm\CollectionType.cs" />
    <Compile Include="System\Data\Metadata\Edm\ComplexType.cs" />
    <Compile Include="System\Data\Metadata\Edm\Documentation.cs" />
    <Compile Include="System\Data\Metadata\Edm\EdmConstants.cs" />
    <Compile Include="System\Data\Metadata\Edm\EdmFunction.cs" />
    <Compile Include="System\Data\Metadata\Edm\EdmMember.cs" />
    <Compile Include="System\Data\Metadata\Edm\EdmProperty.cs" />
    <Compile Include="System\Data\Metadata\Edm\EdmType.cs" />
    <Compile Include="System\Data\Metadata\Edm\EntityContainer.cs" />
    <Compile Include="System\Data\Metadata\Edm\EntitySet.cs" />
    <Compile Include="System\Data\Metadata\Edm\EntitySetBase.cs" />
    <Compile Include="System\Data\Metadata\Edm\EntitySetBaseCollection.cs" />
    <Compile Include="System\Data\Metadata\Edm\EntityType.cs" />
    <Compile Include="System\Data\Metadata\Edm\EntityTypeBase.cs" />
    <Compile Include="System\Data\Metadata\Edm\EnumMember.cs" />
    <Compile Include="System\Data\Metadata\Edm\EnumType.cs" />
    <Compile Include="System\Data\Metadata\Edm\Facet.cs" />
    <Compile Include="System\Data\Metadata\Edm\FacetDescription.cs" />
    <Compile Include="System\Data\Metadata\Edm\FacetValueContainer.cs" />
    <Compile Include="System\Data\Metadata\Edm\FacetValues.cs" />
    <Compile Include="System\Data\Metadata\Edm\FilteredReadOnlyMetadataCollection.cs" />
    <Compile Include="System\Data\Metadata\Edm\FunctionParameter.cs" />
    <Compile Include="System\Data\Metadata\Edm\GlobalItem.cs" />
    <Compile Include="System\Data\Metadata\Edm\ItemCollection.cs" />
    <Compile Include="System\Data\Metadata\Edm\LightweightCodeGenerator.cs" />
    <Compile Include="System\Data\Metadata\Edm\MemberCollection.cs" />
    <Compile Include="System\Data\Metadata\Edm\MetadataCollection.cs" />
    <Compile Include="System\Data\Metadata\Edm\MetadataItem.cs" />
    <Compile Include="System\Data\Metadata\Edm\MetadataItem_Static.cs" />
    <Compile Include="System\Data\Metadata\Edm\MetadataProperty.cs" />
    <Compile Include="System\Data\Metadata\Edm\MetadataPropertyAttribute.cs" />
    <Compile Include="System\Data\Metadata\Edm\MetadataPropertyCollection.cs" />
    <Compile Include="System\Data\Metadata\Edm\MetadataPropertyvalue.cs" />
    <Compile Include="System\Data\Metadata\Edm\NavigationProperty.cs" />
    <Compile Include="System\Data\Metadata\Edm\NavigationPropertyAccessor.cs" />
    <Compile Include="System\Data\Metadata\Edm\OperationAction.cs" />
    <Compile Include="System\Data\Metadata\Edm\ParameterMode.cs" />
    <Compile Include="System\Data\Metadata\Edm\PrimitiveType.cs" />
    <Compile Include="System\Data\Metadata\Edm\PrimitiveTypeKind.cs" />
    <Compile Include="System\Data\Metadata\Edm\Provider\ClrProviderManifest.cs" />
    <Compile Include="System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs" />
    <Compile Include="System\Data\Metadata\Edm\Provider\EdmProviderManifestFunctionBuilder.cs" />
    <Compile Include="System\Data\Metadata\Edm\Provider\EdmProviderManifestSpatialFunctions.cs" />
    <Compile Include="System\Data\Metadata\Edm\ReadOnlyMetadataCollection.cs" />
    <Compile Include="System\Data\Metadata\Edm\ReferentialConstraint.cs" />
    <Compile Include="System\Data\Metadata\Edm\RefType.cs" />
    <Compile Include="System\Data\Metadata\Edm\RelationshipEndMember.cs" />
    <Compile Include="System\Data\Metadata\Edm\RelationshipMultiplicity.cs" />
    <Compile Include="System\Data\Metadata\Edm\RelationshipSet.cs" />
    <Compile Include="System\Data\Metadata\Edm\RelationshipType.cs" />
    <Compile Include="System\Data\Metadata\Edm\RowType.cs" />
    <Compile Include="System\Data\Metadata\Edm\SafeLink.cs" />
    <Compile Include="System\Data\Metadata\Edm\SafeLinkCollection.cs" />
    <Compile Include="System\Data\Metadata\Edm\SimpleType.cs" />
    <Compile Include="System\Data\Metadata\Edm\StructuralType.cs" />
    <Compile Include="System\Data\Metadata\Edm\TypeUsage.cs" />
    <Compile Include="System\Data\Metadata\Edm\util.cs" />
    <Compile Include="System\Data\Metadata\EdmError.cs" />
    <Compile Include="System\Data\Metadata\EdmItemCollection.cs" />
    <Compile Include="System\Data\Metadata\EdmItemCollection.OcAssemblyCache.cs" />
    <Compile Include="System\Data\Metadata\EdmItemError.cs" />
    <Compile Include="System\Data\Metadata\EdmSchemaError.cs" />
    <Compile Include="System\Data\Metadata\EdmSchemaErrorSeverity.cs" />
    <Compile Include="System\Data\Metadata\EdmValidator.cs" />
    <Compile Include="System\Data\Metadata\Helper.cs" />
    <Compile Include="System\Data\Metadata\MappingMetadataHelper.cs" />
    <Compile Include="System\Data\Metadata\MetadataArtifactAssemblyResolver.cs" />
    <Compile Include="System\Data\Metadata\MetadataArtifactLoader.cs" />
    <Compile Include="System\Data\Metadata\MetadataArtifactLoaderComposite.cs" />
    <Compile Include="System\Data\Metadata\MetadataArtifactLoaderCompositeFile.cs" />
    <Compile Include="System\Data\Metadata\MetadataArtifactLoaderCompositeResource.cs" />
    <Compile Include="System\Data\Metadata\MetadataArtifactLoaderFile.cs" />
    <Compile Include="System\Data\Metadata\MetadataArtifactLoaderResource.cs" />
    <Compile Include="System\Data\Metadata\MetadataArtifactLoaderXmlReaderWrapper.cs" />
    <Compile Include="System\Data\Metadata\MetadataCache.cs" />
    <Compile Include="System\Data\Metadata\MetadataWorkspace.cs" />
    <Compile Include="System\Data\Metadata\ModelPerspective.cs" />
    <Compile Include="System\Data\Metadata\ObjectHelper.cs" />
    <Compile Include="System\Data\Metadata\ObjectItemCollection.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\AssemblyCache.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\AssemblyCacheEntry.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\ImmutableAssemblyCacheEntry.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\KnownAssembliesSet.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\KnownAssemblyEntry.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\LoadMessageLogger.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\LockedAssemblyCache.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\MetadataAssemblyHelper.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\MutableAssemblyCacheEntry.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\ObjectItemAssemblyLoader.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\ObjectItemCachedAssemblyLoader.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs" />
    <Compile Include="System\Data\Metadata\ObjectLayer\ObjectItemNoOpAssemblyLoader.cs" />
    <Compile Include="System\Data\Metadata\ParameterTypeSemantics.cs" />
    <Compile Include="System\Data\Metadata\Perspective.cs" />
    <Compile Include="System\Data\Metadata\StoreItemCollection.cs" />
    <Compile Include="System\Data\Metadata\StoreItemCollection.Loader.cs" />
    <Compile Include="System\Data\Metadata\TargetPerspective.cs" />
    <Compile Include="System\Data\Metadata\TypeHelpers.cs" />
    <Compile Include="System\Data\Metadata\TypeSemantics.cs" />
    <Compile Include="System\Data\Metadata\XmlConstants.cs" />
    <Compile Include="System\Data\MetadataException.cs" />
    <Compile Include="System\Data\ObjectNotFoundException.cs" />
    <Compile Include="System\Data\Objects\AdditionalEntityFunctions.cs" />
    <Compile Include="System\Data\Objects\CompiledQuery.cs" />
    <Compile Include="System\Data\Objects\DataClasses\ComplexObject.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmComplexPropertyAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmComplexTypeAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmEntityTypeAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmEnumTypeAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmFunctionAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmPropertyAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmRelationshipNavigationPropertyAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmRelationshipRoleAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmScalarPropertyAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmSchemaAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EdmTypeAttribute.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EntityCollection.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EntityObject.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EntityReference.cs" />
    <Compile Include="System\Data\Objects\DataClasses\EntityReference_TResultType.cs" />
    <Compile Include="System\Data\Objects\DataClasses\IEntityChangeTracker.cs" />
    <Compile Include="System\Data\Objects\DataClasses\IEntityWithChangeTracker.cs" />
    <Compile Include="System\Data\Objects\DataClasses\IEntityWithKey.cs" />
    <Compile Include="System\Data\Objects\DataClasses\IEntityWithRelationships.cs" />
    <Compile Include="System\Data\Objects\DataClasses\IRelatedEnd.cs" />
    <Compile Include="System\Data\Objects\DataClasses\IRelationshipFixer.cs" />
    <Compile Include="System\Data\Objects\DataClasses\RelatedEnd.cs" />
    <Compile Include="System\Data\Objects\DataClasses\RelationshipFixer.cs" />
    <Compile Include="System\Data\Objects\DataClasses\RelationshipKind.cs" />
    <Compile Include="System\Data\Objects\DataClasses\RelationshipManager.cs" />
    <Compile Include="System\Data\Objects\DataClasses\RelationshipNavigation.cs" />
    <Compile Include="System\Data\Objects\DataClasses\StructuralObject.cs" />
    <Compile Include="System\Data\Objects\DataRecordObjectView.cs" />
    <Compile Include="System\Data\Objects\ELinq\BindingContext.cs" />
    <Compile Include="System\Data\Objects\ELinq\CompiledELinqQueryState.cs" />
    <Compile Include="System\Data\Objects\ELinq\ELinqQueryState.cs" />
    <Compile Include="System\Data\Objects\ELinq\EntityExpressionVisitor.cs" />
    <Compile Include="System\Data\Objects\ELinq\ExpressionConverter.cs" />
    <Compile Include="System\Data\Objects\ELinq\ExpressionVisitorHelpers.cs" />
    <Compile Include="System\Data\Objects\ELinq\Funcletizer.cs" />
    <Compile Include="System\Data\Objects\ELinq\InitializerFacet.cs" />
    <Compile Include="System\Data\Objects\ELinq\LinqExpressionNormalizer.cs" />
    <Compile Include="System\Data\Objects\ELinq\MethodCallTranslator.cs" />
    <Compile Include="System\Data\Objects\ELinq\ObjectQueryProvider.cs" />
    <Compile Include="System\Data\Objects\ELinq\OrderByLifter.cs" />
    <Compile Include="System\Data\Objects\ELinq\ReflectionUtil.cs" />
    <Compile Include="System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs" />
    <Compile Include="System\Data\Objects\ELinq\SpatialPropertyTranslator.cs" />
    <Compile Include="System\Data\Objects\ELinq\Translator.cs" />
    <Compile Include="System\Data\Objects\ELinq\TypeSystem.cs" />
    <Compile Include="System\Data\Objects\EntityEntry.cs" />
    <Compile Include="System\Data\Objects\EntityFunctions.cs" />
    <Compile Include="System\Data\Objects\FieldDescriptor.cs" />
    <Compile Include="System\Data\Objects\Internal\BaseEntityWrapper.cs" />
    <Compile Include="System\Data\Objects\Internal\ComplexTypeMaterializer.cs" />
    <Compile Include="System\Data\Objects\Internal\EntityProxyFactory.cs" />
    <Compile Include="System\Data\Objects\Internal\EntityProxyTypeInfo.cs" />
    <Compile Include="System\Data\Objects\Internal\EntitySqlQueryBuilder.cs" />
    <Compile Include="System\Data\Objects\Internal\EntitySqlQueryState.cs" />
    <Compile Include="System\Data\Objects\Internal\EntityWithChangeTrackerStrategy.cs" />
    <Compile Include="System\Data\Objects\Internal\EntityWithKeyStrategy.cs" />
    <Compile Include="System\Data\Objects\Internal\EntityWrapper.cs" />
    <Compile Include="System\Data\Objects\Internal\EntityWrapperFactory.cs" />
    <Compile Include="System\Data\Objects\Internal\ForeignKeyFactory.cs" />
    <Compile Include="System\Data\Objects\Internal\IChangeTrackingStrategy.cs" />
    <Compile Include="System\Data\Objects\Internal\IEntityKeyStrategy.cs" />
    <Compile Include="System\Data\Objects\Internal\IEntityWrapper.cs" />
    <Compile Include="System\Data\Objects\Internal\IPropertyAccessorStrategy.cs" />
    <Compile Include="System\Data\Objects\Internal\LazyLoadBehavior.cs" />
    <Compile Include="System\Data\Objects\Internal\LightweightEntityWrapper.cs" />
    <Compile Include="System\Data\Objects\Internal\NullEntityWrapper.cs" />
    <Compile Include="System\Data\Objects\Internal\ObjectFullSpanRewriter.cs" />
    <Compile Include="System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs" />
    <Compile Include="System\Data\Objects\Internal\ObjectQueryState.cs" />
    <Compile Include="System\Data\Objects\Internal\ObjectSpanRewriter.cs" />
    <Compile Include="System\Data\Objects\Internal\PocoEntityKeyStrategy.cs" />
    <Compile Include="System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs" />
    <Compile Include="System\Data\Objects\Internal\SnapshotChangeTrackingStrategy.cs" />
    <Compile Include="System\Data\Objects\Internal\TransactionManager.cs" />
    <Compile Include="System\Data\Objects\IObjectSet.cs" />
    <Compile Include="System\Data\Objects\IObjectView.cs" />
    <Compile Include="System\Data\Objects\IObjectViewData.cs" />
    <Compile Include="System\Data\Objects\MergeOption.cs" />
    <Compile Include="System\Data\Objects\NextResultGenerator.cs" />
    <Compile Include="System\Data\Objects\ObjectContext.cs" />
    <Compile Include="System\Data\Objects\ObjectMaterializedEventArgs.cs" />
    <Compile Include="System\Data\Objects\ObjectParameter.cs" />
    <Compile Include="System\Data\Objects\ObjectParameterCollection.cs" />
    <Compile Include="System\Data\Objects\ObjectQuery.cs" />
    <Compile Include="System\Data\Objects\ObjectQuery_EntitySqlExtensions.cs" />
    <Compile Include="System\Data\Objects\ObjectQuery_TResultType.cs" />
    <Compile Include="System\Data\Objects\ObjectResult.cs" />
    <Compile Include="System\Data\Objects\ObjectResult_TResultType.cs" />
    <Compile Include="System\Data\Objects\ObjectSet.cs" />
    <Compile Include="System\Data\Objects\ObjectStateEntry.cs" />
    <Compile Include="System\Data\Objects\ObjectStateEntryBaseUpdatableDataRecord.cs" />
    <Compile Include="System\Data\Objects\ObjectStateEntryDbDataRecord.cs" />
    <Compile Include="System\Data\Objects\ObjectStateEntryDbUpdatableDataRecord.cs" />
    <Compile Include="System\Data\Objects\ObjectStateEntryOriginalDbUpdatableDataRecord.cs" />
    <Compile Include="System\Data\Objects\ObjectStateManager.cs" />
    <Compile Include="System\Data\Objects\ObjectStateManagerMetadata.cs" />
    <Compile Include="System\Data\Objects\ObjectView.cs" />
    <Compile Include="System\Data\Objects\ObjectViewEntityCollectionData.cs" />
    <Compile Include="System\Data\Objects\ObjectViewFactory.cs" />
    <Compile Include="System\Data\Objects\ObjectViewListener.cs" />
    <Compile Include="System\Data\Objects\ObjectViewQueryResultData.cs" />
    <Compile Include="System\Data\Objects\ProxyDataContractResolver.cs" />
    <Compile Include="System\Data\Objects\RefreshMode.cs" />
    <Compile Include="System\Data\Objects\RelationshipEntry.cs" />
    <Compile Include="System\Data\Objects\RelationshipWrapper.cs" />
    <Compile Include="System\Data\Objects\SaveOptions.cs" />
    <Compile Include="System\Data\Objects\Span.cs" />
    <Compile Include="System\Data\Objects\SpanIndex.cs" />
    <Compile Include="System\Data\Objects\SqlClient\SqlFunctions.cs" />
    <Compile Include="System\Data\Objects\SqlClient\SqlSpatialFunctions.cs" />
    <Compile Include="System\Data\OptimisticConcurrencyException.cs" />
    <Compile Include="System\Data\PropertyConstraintException.cs" />
    <Compile Include="System\Data\ProviderIncompatibleException.cs" />
    <Compile Include="System\Data\Query\InternalTrees\AncillaryOps.cs" />
    <Compile Include="System\Data\Query\InternalTrees\BasicValidator.cs" />
    <Compile Include="System\Data\Query\InternalTrees\ColumnMap.cs" />
    <Compile Include="System\Data\Query\InternalTrees\ColumnMapCopier.cs" />
    <Compile Include="System\Data\Query\InternalTrees\ColumnMapFactory.cs" />
    <Compile Include="System\Data\Query\InternalTrees\ColumnMapVisitor.cs" />
    <Compile Include="System\Data\Query\InternalTrees\Command.cs" />
    <Compile Include="System\Data\Query\InternalTrees\Dump.cs" />
    <Compile Include="System\Data\Query\InternalTrees\ExplicitDiscriminatorMap.cs" />
    <Compile Include="System\Data\Query\InternalTrees\Metadata.cs" />
    <Compile Include="System\Data\Query\InternalTrees\NodeCounter.cs" />
    <Compile Include="System\Data\Query\InternalTrees\NodeInfo.cs" />
    <Compile Include="System\Data\Query\InternalTrees\Nodes.cs" />
    <Compile Include="System\Data\Query\InternalTrees\OpCopier.cs" />
    <Compile Include="System\Data\Query\InternalTrees\Ops.cs" />
    <Compile Include="System\Data\Query\InternalTrees\PhysicalOps.cs" />
    <Compile Include="System\Data\Query\InternalTrees\RelOps.cs" />
    <Compile Include="System\Data\Query\InternalTrees\RelPropertyHelper.cs" />
    <Compile Include="System\Data\Query\InternalTrees\Rule.cs" />
    <Compile Include="System\Data\Query\InternalTrees\RulePatternOps.cs" />
    <Compile Include="System\Data\Query\InternalTrees\RuleProcessor.cs" />
    <Compile Include="System\Data\Query\InternalTrees\ScalarOps.cs" />
    <Compile Include="System\Data\Query\InternalTrees\Vars.cs" />
    <Compile Include="System\Data\Query\InternalTrees\Visitors.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\AggregatePushdown.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\CodeGen.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\ColumnMapProcessor.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\ColumnMapTranslator.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\CommandPlan.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\ConstraintManager.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\CTreeGenerator.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\ITreeGenerator.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\JoinElimination.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\JoinGraph.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\KeyPullup.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\NestPullup.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\NominalTypeEliminator.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\Normalizer.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\PlanCompiler.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\PlanCompilerUtil.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\Predicate.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\PreProcessor.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\ProjectionPruner.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\PropertyRef.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\ProviderCommandInfoUtils.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\StructuredTypeInfo.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\TransformationRules.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\TypeInfo.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\TypeUtils.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\Validator.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\VarInfo.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\VarRefManager.cs" />
    <Compile Include="System\Data\Query\PlanCompiler\VarRemapper.cs" />
    <Compile Include="System\Data\Query\ResultAssembly\BridgeDataReader.cs" />
    <Compile Include="System\Data\Query\ResultAssembly\BridgeDataRecord.cs" />
    <Compile Include="System\Data\Spatial\DbGeography.cs" />
    <Compile Include="System\Data\Spatial\DbGeographyWellKnownValue.cs" />
    <Compile Include="System\Data\Spatial\DbGeometry.cs" />
    <Compile Include="System\Data\Spatial\DbGeometryWellKnownValue.cs" />
    <Compile Include="System\Data\Spatial\DbSpatialDataReader.cs" />
    <Compile Include="System\Data\Spatial\DbSpatialServices.cs" />
    <Compile Include="System\Data\Spatial\DefaultSpatialServices.cs" />
    <Compile Include="System\Data\Spatial\ExtensionMethods.cs" />
    <Compile Include="System\Data\Spatial\Internal\SpatialExceptions.cs" />
    <Compile Include="System\Data\Spatial\SpatialHelpers.cs" />
    <Compile Include="System\Data\SqlClient\IDbSpatialValue.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\ISqlFragment.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\JoinSymbol.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\OptionalColumn.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\Sql8ConformanceChecker.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SqlBuilder.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SqlGenerator.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SqlSelectClauseBuilder.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SqlSelectStatement.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SqlWriter.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\Symbol.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SymbolPair.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SymbolTable.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\SymbolUsageManager.cs" />
    <Compile Include="System\Data\SqlClient\SqlGen\TopClause.cs" />
    <Compile Include="System\Data\SqlClient\SqlProviderManifest.cs" />
    <Compile Include="System\Data\SqlClient\SqlProviderServices.cs" />
    <Compile Include="System\Data\SqlClient\SqlProviderUtilities.cs" />
    <Compile Include="System\Data\SqlClient\SqlSpatialDataReader.cs" />
    <Compile Include="System\Data\SqlClient\SqlSpatialServices.cs" />
    <Compile Include="System\Data\SqlClient\SqlSpatialServices.Generated.cs" />
    <Compile Include="System\Data\SqlClient\SqlTypesAssembly.cs" />
    <Compile Include="System\Data\SqlClient\SqlVersion.cs" />
    <Compile Include="System\Data\UpdateException.cs" />
    <Compile Include="Util\AppSettings.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>