Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.ComponentModel.Annotations.csproj « src « System.ComponentModel.Annotations « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e04451acc29d0b40bf5429811adfc088a2d185ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <ProjectGuid>{4266D58F-EB60-46C2-BA81-3ABDE759A7D5}</ProjectGuid>
    <RootNamespace>System.ComponentModel.Annotations</RootNamespace>
    <AssemblyName>System.ComponentModel.Annotations</AssemblyName>
    <IsPartialFacadeAssembly Condition="'$(TargetGroup)'=='net461'">true</IsPartialFacadeAssembly>
    <NuGetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.4</NuGetTargetMoniker>
  </PropertyGroup>
  <!-- Default configurations to help VS understand the options -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net461_Debug|AnyCPU'" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net461_Release|AnyCPU'" />
  <ItemGroup Condition="'$(TargetGroup)'==''">
    <Compile Include="System\ComponentModel\DataAnnotations\AssociationAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\CompareAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\ConcurrencyCheckAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\CreditCardAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\CustomValidationAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\DataType.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\DataTypeAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\DisplayAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\DisplayColumnAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\DisplayFormatAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\EditableAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\EmailAddressAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\EnumDataTypeAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\FileExtensionsAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\FilterUIHintAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\IValidatableObject.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\KeyAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\LocalizableString.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\MaxLengthAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\MinLengthAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\PhoneAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\RangeAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\RegularExpressionAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\RequiredAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\ScaffoldColumnAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Schema\ColumnAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Schema\ComplexTypeAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Schema\DatabaseGeneratedAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Schema\DatabaseGeneratedOption.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Schema\ForeignKeyAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Schema\InversePropertyAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Schema\NotMappedAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Schema\TableAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\StringLengthAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\TimestampAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\UIHintAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\UrlAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\ValidationAttribute.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\ValidationContext.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\ValidationException.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\ValidationResult.cs" />
    <Compile Include="System\ComponentModel\DataAnnotations\Validator.cs" />
    <Compile Include="$(CommonPath)\System\NotImplemented.cs">
      <Link>Common\System\NotImplemented.cs</Link>
    </Compile>
  </ItemGroup>
  <ItemGroup Condition="'$(TargetGroup)'=='net461'">
    <TargetingPackReference Include="mscorlib" />
    <TargetingPackReference Include="System.ComponentModel.DataAnnotations" />
  </ItemGroup>
  <ItemGroup>
    <None Include="project.json" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>