File: System.Data.Entity.Design.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>{5a573b9c-0cfd-41b1-9037-bd4eb26d815c}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.Data.Entity.Design</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="..\..\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="..\..\DataSet\System.Data.DataSetExtensions.csproj">
      <Project>{8d49e6d7-25f7-4343-9a10-890365324fc7}</Project>
      <Name>System.Data.DataSetExtensions</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\DataEntity\System.Data.Entity.csproj">
      <Project>{ffb6ab96-1cfc-4d41-b71f-8a37e92451bc}</Project>
      <Name>System.Data.Entity</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\xsp\system\Web\System.Web.csproj">
      <Project>{0939de02-fde8-48c9-85e8-d1359be01e1f}</Project>
      <Name>System.Web</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>
    <Reference Include="Microsoft.Build.Utilities.v3.5" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="System\Data\Entity\Design\AspNet\BuildProviderUtils.cs" />
    <Compile Include="System\Data\Entity\Design\AspNet\EntityDesignerBuildProvider.cs" />
    <Compile Include="System\Data\Entity\Design\AspNet\EntityModelBuildProvider.cs" />
    <Compile Include="System\Data\Entity\Design\AspNet\MappingModelBuildProvider.cs" />
    <Compile Include="System\Data\Entity\Design\AspNet\StorageModelBuildProvider.cs" />
    <Compile Include="System\Data\Entity\Design\Common\EDesignUtil.cs" />
    <Compile Include="System\Data\Entity\Design\Common\MetadataItemSerializer.cs" />
    <Compile Include="System\Data\Entity\Design\Common\MetadataUtil.cs" />
    <Compile Include="System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs" />
    <Compile Include="System\Data\Entity\Design\Common\UniqueIdentifierService.cs" />
    <Compile Include="System\Data\Entity\Design\DesignXmlConstants.cs" />
    <Compile Include="System\Data\Entity\Design\EntityCodeGenerator.cs" />
    <Compile Include="System\Data\Entity\Design\EntityDesignerUtils.cs" />
    <Compile Include="System\Data\Entity\Design\EntityFrameworkVersions.cs" />
    <Compile Include="System\Data\Entity\Design\EntityFrameworkVersionsUtil.cs" />
    <Compile Include="System\Data\Entity\Design\EntityModelSchemaGenerator.cs" />
    <Compile Include="System\Data\Entity\Design\EntityStoreSchemaFilterEffect.cs" />
    <Compile Include="System\Data\Entity\Design\EntityStoreSchemaFilterEntry.cs" />
    <Compile Include="System\Data\Entity\Design\EntityStoreSchemaFilterObjectTypes.cs" />
    <Compile Include="System\Data\Entity\Design\EntityStoreSchemaGenerator.cs" />
    <Compile Include="System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.DbObjectKey.cs" />
    <Compile Include="System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.EntityCreationStatus.cs" />
    <Compile Include="System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs" />
    <Compile Include="System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerationConstants.cs" />
    <Compile Include="System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs" />
    <Compile Include="System\Data\Entity\Design\MetadataExtensionMethods.cs" />
    <Compile Include="System\Data\Entity\Design\MetadataItemCollectionFactory.cs" />
    <Compile Include="System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs" />
    <Compile Include="System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs" />
    <Compile Include="System\Data\Entity\Design\PluralizationService\EntityDesignPluralizationHandler.cs" />
    <Compile Include="System\Data\Entity\Design\PluralizationService\ICustomPluralizationMapping.cs" />
    <Compile Include="System\Data\Entity\Design\PluralizationService\PluralizationService.cs" />
    <Compile Include="System\Data\Entity\Design\PluralizationService\PluralizationServiceUtil.cs" />
    <Compile Include="System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs" />
    <Compile Include="System\Data\Entity\Design\SSDLGenerator\FunctionDetailsReader.cs" />
    <Compile Include="System\Data\Entity\Design\SSDLGenerator\ModelBuilderErrorCodes.cs" />
    <Compile Include="System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs" />
    <Compile Include="System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsRow.cs" />
    <Compile Include="System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs" />
    <Compile Include="System\Data\Entity\Design\SSDLGenerator\TableDetailsRow.cs" />
    <Compile Include="System\Data\EntityModel\EdmToObjectNamespaceMap.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\AssociationTypeEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\AttributeEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\ClientApiGenerator.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\CommentEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\ComplexTypeEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\Emitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\EntityContainerEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\EntityTypeEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\FixUp.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\FixUpCollection.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\FixUpType.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\MetadataItemEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\NamespaceEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\NavigationPropertyEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\PrivateMemberPrefixId.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\PropertyEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\PropertyEmitterBase.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\SchemaTypeEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\TypeReference.cs" />
    <Compile Include="System\Data\EntityModel\Emitters\Utils.cs" />
    <Compile Include="System\Data\EntityModel\EntityClassGenerator.cs" />
    <Compile Include="System\Data\EntityModel\LanguageOption.cs" />
    <Compile Include="System\Data\EntityModel\LazyTextWriterCreator.cs" />
    <Compile Include="System\Data\EntityModel\PropertyGeneratedEventArgs.cs" />
    <Compile Include="System\Data\EntityModel\TerminalErrorException.cs" />
    <Compile Include="System\Data\EntityModel\TypeGeneratedEventArgs.cs" />
    <Compile Include="System\Data\GlobalSuppressions.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>