File: System.ComponentModel.DataAnnotations.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>{871eb089-215b-4837-8f88-710831a0a3b0}</ProjectGuid>
    <OutputPath>.</OutputPath>
    <OutputType>Library</OutputType>
    <AssemblyName>System.ComponentModel.DataAnnotations</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="..\..\..\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="..\..\..\Xml\System.Xml.csproj">
      <Project>{23c706b3-6f70-42a4-9476-ee1b30c0cca3}</Project>
      <Name>System.Xml</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\..\..\..\..\InternalApis\Clr\inc\AppContextDefaultValues.cs" />
    <Compile Include="..\..\..\..\..\..\InternalApis\Clr\inc\LocalAppContext.cs" />
    <Compile Include="DataAnnotations\AppContextDefaultValues.Default.cs" />
    <Compile Include="DataAnnotations\AppSettings.cs" />
    <Compile Include="DataAnnotations\AssociatedMetadataTypeTypeDescriptionProvider.cs" />
    <Compile Include="DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs" />
    <Compile Include="DataAnnotations\AssociationAttribute.cs" />
    <Compile Include="DataAnnotations\BindableTypeAttribute.cs" />
    <Compile Include="DataAnnotations\CompareAttribute.cs" />
    <Compile Include="DataAnnotations\ConcurrencyCheckAttribute.cs" />
    <Compile Include="DataAnnotations\CreditCardAttribute.cs" />
    <Compile Include="DataAnnotations\CustomValidationAttribute.cs" />
    <Compile Include="DataAnnotations\DataType.cs" />
    <Compile Include="DataAnnotations\DataTypeAttribute.cs" />
    <Compile Include="DataAnnotations\DisplayAttribute.cs" />
    <Compile Include="DataAnnotations\DisplayColumnAttribute.cs" />
    <Compile Include="DataAnnotations\DisplayFormatAttribute.cs" />
    <Compile Include="DataAnnotations\EditableAttribute.cs" />
    <Compile Include="DataAnnotations\EmailAddressAttribute.cs" />
    <Compile Include="DataAnnotations\EnumDataTypeAttribute.cs" />
    <Compile Include="DataAnnotations\FileExtensionsAttribute.cs" />
    <Compile Include="DataAnnotations\FilterUIHintAttribute.cs" />
    <Compile Include="DataAnnotations\IValidatableObject.cs" />
    <Compile Include="DataAnnotations\KeyAttribute.cs" />
    <Compile Include="DataAnnotations\LocalAppContextSwitches.cs" />
    <Compile Include="DataAnnotations\LocalizableString.cs" />
    <Compile Include="DataAnnotations\MaxLengthAttribute.cs" />
    <Compile Include="DataAnnotations\MetadataPropertyDescriptorWrapper.cs" />
    <Compile Include="DataAnnotations\MetadataTypeAttribute.cs" />
    <Compile Include="DataAnnotations\MinLengthAttribute.cs" />
    <Compile Include="DataAnnotations\PhoneAttribute.cs" />
    <Compile Include="DataAnnotations\RangeAttribute.cs" />
    <Compile Include="DataAnnotations\RegularExpressionAttribute.cs" />
    <Compile Include="DataAnnotations\RequiredAttribute.cs" />
    <Compile Include="DataAnnotations\ScaffoldAttribute.cs" />
    <Compile Include="DataAnnotations\Schema\ColumnAttribute.cs" />
    <Compile Include="DataAnnotations\Schema\ComplexTypeAttribute.cs" />
    <Compile Include="DataAnnotations\Schema\DatabaseGeneratedAttribute.cs" />
    <Compile Include="DataAnnotations\Schema\DatabaseGeneratedOption.cs" />
    <Compile Include="DataAnnotations\Schema\ForeignKeyAttribute.cs" />
    <Compile Include="DataAnnotations\Schema\InversePropertyAttribute.cs" />
    <Compile Include="DataAnnotations\Schema\NotMappedAttribute.cs" />
    <Compile Include="DataAnnotations\Schema\TableAttribute.cs" />
    <Compile Include="DataAnnotations\StringLengthAttribute.cs" />
    <Compile Include="DataAnnotations\TimestampAttribute.cs" />
    <Compile Include="DataAnnotations\UIHintAttribute.cs" />
    <Compile Include="DataAnnotations\UrlAttribute.cs" />
    <Compile Include="DataAnnotations\ValidationAttribute.cs" />
    <Compile Include="DataAnnotations\ValidationAttributeStore.cs" />
    <Compile Include="DataAnnotations\ValidationContext.cs" />
    <Compile Include="DataAnnotations\ValidationException.cs" />
    <Compile Include="DataAnnotations\ValidationResult.cs" />
    <Compile Include="DataAnnotations\Validator.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Resources\DataAnnotationsResources.Designer.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>