Fix watchos tests for system.data (#6600)
[mono-project.git] / mcs / class / System.ComponentModel.DataAnnotations / System.ComponentModel.DataAnnotations-net_4_x.csproj
blob0d093ec8a9164f9c5341d328f531e69f5bade91c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{8F86C287-38A5-49F8-BE6D-1E0E3D74AF39}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699,414</NoWarn>
12 <LangVersion>latest</LangVersion>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
14 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
15 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
16 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
17 <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
18 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
19 <NoStdLib>True</NoStdLib>
21 <NoConfig>True</NoConfig>
23 <AppDesignerFolder>Properties</AppDesignerFolder>
24 <RootNamespace>
25 </RootNamespace>
26 <AssemblyName>System.ComponentModel.DataAnnotations</AssemblyName>
27 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
28 <FileAlignment>512</FileAlignment>
29 <SignAssembly>true</SignAssembly>
30 <AssemblyOriginatorKeyFile>../winfx.pub</AssemblyOriginatorKeyFile>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <NoWarn>1699,414</NoWarn>
36 <Optimize>false</Optimize>
37 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <DebugType>pdbonly</DebugType>
43 <NoWarn>1699,414</NoWarn>
44 <Optimize>true</Optimize>
45 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
46 <ErrorReport>prompt</ErrorReport>
47 <WarningLevel>4</WarningLevel>
48 </PropertyGroup>
49 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
50 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
51 is a problem to compile the Mono mscorlib.dll -->
52 <PropertyGroup>
53 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
54 </PropertyGroup>
55 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56 <ItemGroup>
57 <Compile Include="..\..\build\common\Consts.cs" />
58 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\AppSettings.cs" />
59 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\AssociatedMetadataTypeTypeDescriptionProvider.cs" />
60 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs" />
61 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\AssociationAttribute.cs" />
62 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\BindableTypeAttribute.cs" />
63 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\CompareAttribute.cs" />
64 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\ConcurrencyCheckAttribute.cs" />
65 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\CreditCardAttribute.cs" />
66 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\CustomValidationAttribute.cs" />
67 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\DataType.cs" />
68 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\DataTypeAttribute.cs" />
69 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\DisplayAttribute.cs" />
70 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\DisplayColumnAttribute.cs" />
71 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\DisplayFormatAttribute.cs" />
72 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\EditableAttribute.cs" />
73 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\EmailAddressAttribute.cs" />
74 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\EnumDataTypeAttribute.cs" />
75 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\FileExtensionsAttribute.cs" />
76 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\FilterUIHintAttribute.cs" />
77 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\IValidatableObject.cs" />
78 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\KeyAttribute.cs" />
79 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\LocalizableString.cs" />
80 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\MaxLengthAttribute.cs" />
81 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\MetadataPropertyDescriptorWrapper.cs" />
82 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\MetadataTypeAttribute.cs" />
83 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\MinLengthAttribute.cs" />
84 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\PhoneAttribute.cs" />
85 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\RangeAttribute.cs" />
86 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\RegularExpressionAttribute.cs" />
87 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\RequiredAttribute.cs" />
88 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\ScaffoldAttribute.cs" />
89 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Schema\ColumnAttribute.cs" />
90 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Schema\ComplexTypeAttribute.cs" />
91 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Schema\DatabaseGeneratedAttribute.cs" />
92 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Schema\DatabaseGeneratedOption.cs" />
93 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Schema\ForeignKeyAttribute.cs" />
94 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Schema\InversePropertyAttribute.cs" />
95 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Schema\NotMappedAttribute.cs" />
96 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Schema\TableAttribute.cs" />
97 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\StringLengthAttribute.cs" />
98 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\TimestampAttribute.cs" />
99 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\UIHintAttribute.cs" />
100 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\UrlAttribute.cs" />
101 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\ValidationAttribute.cs" />
102 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\ValidationAttributeStore.cs" />
103 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\ValidationContext.cs" />
104 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\ValidationException.cs" />
105 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\ValidationResult.cs" />
106 <Compile Include="..\referencesource\System.ComponentModel.DataAnnotations\DataAnnotations\Validator.cs" />
107 <Compile Include="Assembly\AssemblyInfo.cs" />
108 <Compile Include="ReferenceSources\SR.cs" /> </ItemGroup>
109 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110 Other similar extension points exist, see Microsoft.Common.targets.
111 <Target Name="BeforeBuild">
112 </Target>
113 <Target Name="AfterBuild">
114 </Target>
116 <PropertyGroup>
117 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
119 </PreBuildEvent>
120 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
122 </PreBuildEvent>
123 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
125 </PostBuildEvent>
126 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
128 </PostBuildEvent>
129 </PropertyGroup>
130 <ItemGroup>
131 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
132 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
133 <Name>corlib-net_4_x</Name>
134 </ProjectReference>
135 <ProjectReference Include="../System/System-net_4_x.csproj">
136 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
137 <Name>System-net_4_x</Name>
138 </ProjectReference>
139 <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
140 <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
141 <Name>System.Core-net_4_x</Name>
142 </ProjectReference>
143 <ProjectReference Include="../System.Data/System.Data-net_4_x.csproj">
144 <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
145 <Name>System.Data-net_4_x</Name>
146 </ProjectReference>
147 <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
148 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
149 <Name>System.Xml-net_4_x</Name>
150 </ProjectReference>
151 </ItemGroup>
152 <ItemGroup>
153 <Folder Include="Properties\" />
154 </ItemGroup>
155 </Project>