Merge pull request #1068 from esdrubal/bug18421
[mono.git] / mcs / class / System.Data / System.Data-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,649</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>System.Data</AssemblyName>\r
19     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   \r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699,649</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
33     <DebugType>pdbonly</DebugType>\r
34     <NoWarn>1699,649</NoWarn>\r
35     <Optimize>true</Optimize>\r
36     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
37     <ErrorReport>prompt</ErrorReport>\r
38     <WarningLevel>4</WarningLevel>\r
39   </PropertyGroup>\r
40   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
41   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
42   is a problem to compile the Mono mscorlib.dll -->\r
43   <PropertyGroup>\r
44     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
45   </PropertyGroup>\r
46   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
47   <ItemGroup>\r
48     <Compile Include="..\..\build\common\Consts.cs.in" />\r
49     <Compile Include="..\..\build\common\Locale.cs" />\r
50     <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
51     <Compile Include="Assembly\AssemblyInfo.cs" />\r
52     <Compile Include="Microsoft.SqlServer.Server\DataAccessKind.cs" />\r
53     <Compile Include="Microsoft.SqlServer.Server\Format.cs" />\r
54     <Compile Include="Microsoft.SqlServer.Server\IBinarySerialize.cs" />\r
55     <Compile Include="Microsoft.SqlServer.Server\InvalidUdtException.cs" />\r
56     <Compile Include="Microsoft.SqlServer.Server\SqlFacetAttribute.cs" />\r
57     <Compile Include="Microsoft.SqlServer.Server\SqlFunctionAttribute.cs" />\r
58     <Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />\r
59     <Compile Include="Microsoft.SqlServer.Server\SqlMethodAttribute.cs" />\r
60     <Compile Include="Microsoft.SqlServer.Server\SqlProcedureAttribute.cs" />\r
61     <Compile Include="Microsoft.SqlServer.Server\SqlTriggerAttribute.cs" />\r
62     <Compile Include="Microsoft.SqlServer.Server\SqlTriggerContext.cs" />\r
63     <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedAggregateAttribute.cs" />\r
64     <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedTypeAttribute.cs" />\r
65     <Compile Include="Microsoft.SqlServer.Server\SystemDataAccessKind.cs" />\r
66     <Compile Include="Microsoft.SqlServer.Server\TriggerAction.cs" />\r
67     <Compile Include="Mono.Data.SqlExpressions\Aggregation.cs" />\r
68     <Compile Include="Mono.Data.SqlExpressions\ArithmeticExpressions.cs" />\r
69     <Compile Include="Mono.Data.SqlExpressions\BooleanExpressions.cs" />\r
70     <Compile Include="Mono.Data.SqlExpressions\ColumnReference.cs" />\r
71     <Compile Include="Mono.Data.SqlExpressions\Comparison.cs" />\r
72     <Compile Include="Mono.Data.SqlExpressions\Expressions.cs" />\r
73     <Compile Include="Mono.Data.SqlExpressions\Functions.cs" />\r
74     <Compile Include="Mono.Data.SqlExpressions\In.cs" />\r
75     <Compile Include="Mono.Data.SqlExpressions\Like.cs" />\r
76     <Compile Include="Mono.Data.SqlExpressions\Literal.cs" />\r
77     <Compile Include="Mono.Data.SqlExpressions\Numeric.cs" />\r
78     <Compile Include="Mono.Data.SqlExpressions\StringFunctions.cs" />\r
79     <Compile Include="Mono.Data.SqlExpressions\Tokenizer.cs" />\r
80     <Compile Include="System.Data.Common\CatalogLocation.cs" />\r
81     <Compile Include="System.Data.Common\ComparerFactory.cs" />\r
82     <Compile Include="System.Data.Common\DataAdapter.cs" />\r
83     <Compile Include="System.Data.Common\DataColumnMapping.cs" />\r
84     <Compile Include="System.Data.Common\DataColumnMappingCollection.cs" />\r
85     <Compile Include="System.Data.Common\DataColumnMappingConverter.cs" />\r
86     <Compile Include="System.Data.Common\DataContainer.cs" />\r
87     <Compile Include="System.Data.Common\DataTableMapping.cs" />\r
88     <Compile Include="System.Data.Common\DataTableMappingCollection.cs" />\r
89     <Compile Include="System.Data.Common\DataTableMappingConverter.cs" />\r
90     <Compile Include="System.Data.Common\DbCommand.cs" />\r
91     <Compile Include="System.Data.Common\DbCommandBuilder.cs" />\r
92     <Compile Include="System.Data.Common\DbConnection.cs" />\r
93     <Compile Include="System.Data.Common\DbConnectionOptions.cs" />\r
94     <Compile Include="System.Data.Common\DbConnectionString.cs" />\r
95     <Compile Include="System.Data.Common\DbConnectionStringBuilder.cs" />\r
96     <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />\r
97     <Compile Include="System.Data.Common\DbDataAdapter.cs" />\r
98     <Compile Include="System.Data.Common\DbDataPermission.cs" />\r
99     <Compile Include="System.Data.Common\DbDataPermissionAttribute.cs" />\r
100     <Compile Include="System.Data.Common\DbDataReader.cs" />\r
101     <Compile Include="System.Data.Common\DbDataRecord.cs" />\r
102     <Compile Include="System.Data.Common\DbDataSourceEnumerator.cs" />\r
103     <Compile Include="System.Data.Common\DbEnumerator.cs" />\r
104     <Compile Include="System.Data.Common\DbException.cs" />\r
105     <Compile Include="System.Data.Common\DbMetaDataCollectionNames.cs" />\r
106     <Compile Include="System.Data.Common\DbMetaDataColumnNames.cs" />\r
107     <Compile Include="System.Data.Common\DbParameter.cs" />\r
108     <Compile Include="System.Data.Common\DbParameterCollection.cs" />\r
109     <Compile Include="System.Data.Common\DbProviderConfigurationHandler.cs" />\r
110     <Compile Include="System.Data.Common\DbProviderFactories.cs" />\r
111     <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandler.cs" />\r
112     <Compile Include="System.Data.Common\DbProviderFactory.cs" />\r
113     <Compile Include="System.Data.Common\DbProviderSpecificTypePropertyAttribute.cs" />\r
114     <Compile Include="System.Data.Common\DbTable.cs" />\r
115     <Compile Include="System.Data.Common\DbTransaction.cs" />\r
116     <Compile Include="System.Data.Common\DbTypes.cs" />\r
117     <Compile Include="System.Data.Common\ExceptionHelper.cs" />\r
118     <Compile Include="System.Data.Common\FieldNameLookup.cs" />\r
119     <Compile Include="System.Data.Common\GroupByBehavior.cs" />\r
120     <Compile Include="System.Data.Common\IdentifierCase.cs" />\r
121     <Compile Include="System.Data.Common\Index.cs" />\r
122     <Compile Include="System.Data.Common\Key.cs" />\r
123     <Compile Include="System.Data.Common\PermissionHelper.cs" />\r
124     <Compile Include="System.Data.Common\RecordCache.cs" />\r
125     <Compile Include="System.Data.Common\RowUpdatedEventArgs.cs" />\r
126     <Compile Include="System.Data.Common\RowUpdatingEventArgs.cs" />\r
127     <Compile Include="System.Data.Common\SchemaInfo.cs" />\r
128     <Compile Include="System.Data.Common\SchemaTableColumn.cs" />\r
129     <Compile Include="System.Data.Common\SchemaTableOptionalColumn.cs" />\r
130     <Compile Include="System.Data.Common\SupportedJoinOperators.cs" />\r
131     <Compile Include="System.Data.Common\TaskHelper.cs" />\r
132     <Compile Include="System.Data.Odbc\libodbc.cs" />\r
133     <Compile Include="System.Data.Odbc\NativeBuffer.cs" />\r
134     <Compile Include="System.Data.Odbc\OdbcCategoryAttribute.cs" />\r
135     <Compile Include="System.Data.Odbc\OdbcColumn.cs" />\r
136     <Compile Include="System.Data.Odbc\OdbcCommand.cs" />\r
137     <Compile Include="System.Data.Odbc\OdbcCommandBuilder.cs" />\r
138     <Compile Include="System.Data.Odbc\OdbcConnection.cs" />\r
139     <Compile Include="System.Data.Odbc\OdbcConnectionStringBuilder.cs" />\r
140     <Compile Include="System.Data.Odbc\OdbcDataAdapter.cs" />\r
141     <Compile Include="System.Data.Odbc\OdbcDataReader.cs" />\r
142     <Compile Include="System.Data.Odbc\OdbcDescriptionAttribute.cs" />\r
143     <Compile Include="System.Data.Odbc\OdbcError.cs" />\r
144     <Compile Include="System.Data.Odbc\OdbcErrorCollection.cs" />\r
145     <Compile Include="System.Data.Odbc\OdbcException.cs" />\r
146     <Compile Include="System.Data.Odbc\OdbcFactory.cs" />\r
147     <Compile Include="System.Data.Odbc\OdbcInfoMessageEventArgs.cs" />\r
148     <Compile Include="System.Data.Odbc\OdbcInfoMessageEventHandler.cs" />\r
149     <Compile Include="System.Data.Odbc\OdbcMetaDataCollectionNames.cs" />\r
150     <Compile Include="System.Data.Odbc\OdbcMetaDataColumnNames.cs" />\r
151     <Compile Include="System.Data.Odbc\OdbcParameter.cs" />\r
152     <Compile Include="System.Data.Odbc\OdbcParameterCollection.cs" />\r
153     <Compile Include="System.Data.Odbc\OdbcParameterConverter.cs" />\r
154     <Compile Include="System.Data.Odbc\OdbcPermission.cs" />\r
155     <Compile Include="System.Data.Odbc\OdbcPermissionAttribute.cs" />\r
156     <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventArgs.cs" />\r
157     <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventHandler.cs" />\r
158     <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventArgs.cs" />\r
159     <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventHandler.cs" />\r
160     <Compile Include="System.Data.Odbc\OdbcTransaction.cs" />\r
161     <Compile Include="System.Data.Odbc\OdbcType.cs" />\r
162     <Compile Include="System.Data.Odbc\OdbcTypeConverter.cs" />\r
163     <Compile Include="System.Data.Odbc\OdbcTypeMap.cs" />\r
164     <Compile Include="System.Data.OleDb\libgda.cs" />\r
165     <Compile Include="System.Data.OleDb\OleDbCommand.cs" />\r
166     <Compile Include="System.Data.OleDb\OleDbCommandBuilder.cs" />\r
167     <Compile Include="System.Data.OleDb\OleDbConnection.cs" />\r
168     <Compile Include="System.Data.OleDb\OleDbDataAdapter.cs" />\r
169     <Compile Include="System.Data.OleDb\OleDbDataReader.cs" />\r
170     <Compile Include="System.Data.OleDb\OleDbError.cs" />\r
171     <Compile Include="System.Data.OleDb\OleDbErrorCollection.cs" />\r
172     <Compile Include="System.Data.OleDb\OleDbException.cs" />\r
173     <Compile Include="System.Data.OleDb\OleDbFactory.cs" />\r
174     <Compile Include="System.Data.OleDb\OleDbInfoMessageEventArgs.cs" />\r
175     <Compile Include="System.Data.OleDb\OleDbInfoMessageEventHandler.cs" />\r
176     <Compile Include="System.Data.OleDb\OleDbLiteral.cs" />\r
177     <Compile Include="System.Data.OleDb\OleDbMetaDataCollectionNames.cs" />\r
178     <Compile Include="System.Data.OleDb\OleDbParameter.cs" />\r
179     <Compile Include="System.Data.OleDb\OleDbParameterCollection.cs" />\r
180     <Compile Include="System.Data.OleDb\OleDbParameterConverter.cs" />\r
181     <Compile Include="System.Data.OleDb\OleDbPermission.cs" />\r
182     <Compile Include="System.Data.OleDb\OleDbPermissionAttribute.cs" />\r
183     <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventArgs.cs" />\r
184     <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventHandler.cs" />\r
185     <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventArgs.cs" />\r
186     <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventHandler.cs" />\r
187     <Compile Include="System.Data.OleDb\OleDbSchemaGuid.cs" />\r
188     <Compile Include="System.Data.OleDb\OleDbTransaction.cs" />\r
189     <Compile Include="System.Data.OleDb\OleDbType.cs" />\r
190     <Compile Include="System.Data.Sql\SqlDataSourceEnumerator.cs" />\r
191     <Compile Include="System.Data.Sql\SqlNotificationRequest.cs" />\r
192     <Compile Include="System.Data.SqlClient\NetworkLibraryConverter.cs" />\r
193     <Compile Include="System.Data.SqlClient\OnChangeEventHandler.cs" />\r
194     <Compile Include="System.Data.SqlClient\SortOrder.cs" />\r
195     <Compile Include="System.Data.SqlClient\SqlAsyncResult.cs" />\r
196     <Compile Include="System.Data.SqlClient\SqlAsyncState.cs" />\r
197     <Compile Include="System.Data.SqlClient\SqlBulkCopy.cs" />\r
198     <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMapping.cs" />\r
199     <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMappingCollection.cs" />\r
200     <Compile Include="System.Data.SqlClient\SqlBulkCopyOptions.cs" />\r
201     <Compile Include="System.Data.SqlClient\SqlClientFactory.cs" />\r
202     <Compile Include="System.Data.SqlClient\SqlClientMetaDataCollectionNames.cs" />\r
203     <Compile Include="System.Data.SqlClient\SqlClientPermission.cs" />\r
204     <Compile Include="System.Data.SqlClient\SqlClientPermissionAttribute.cs" />\r
205     <Compile Include="System.Data.SqlClient\SqlCommand.cs" />\r
206     <Compile Include="System.Data.SqlClient\SqlCommandBuilder.cs" />\r
207     <Compile Include="System.Data.SqlClient\SqlConnection.cs" />\r
208     <Compile Include="System.Data.SqlClient\SqlConnectionStringBuilder.cs" />\r
209     <Compile Include="System.Data.SqlClient\SqlDataAdapter.cs" />\r
210     <Compile Include="System.Data.SqlClient\SqlDataReader.cs" />\r
211     <Compile Include="System.Data.SqlClient\SqlDataSourceConverter.cs" />\r
212     <Compile Include="System.Data.SqlClient\SQLDebugging.cs" />\r
213     <Compile Include="System.Data.SqlClient\SqlDependency.cs" />\r
214     <Compile Include="System.Data.SqlClient\SqlError.cs" />\r
215     <Compile Include="System.Data.SqlClient\SqlErrorCollection.cs" />\r
216     <Compile Include="System.Data.SqlClient\SqlException.cs" />\r
217     <Compile Include="System.Data.SqlClient\SqlInfoMessageEventArgs.cs" />\r
218     <Compile Include="System.Data.SqlClient\SqlInfoMessageEventHandler.cs" />\r
219     <Compile Include="System.Data.SqlClient\SqlInitialCatalogConverter.cs" />\r
220     <Compile Include="System.Data.SqlClient\SqlNotificationEventArgs.cs" />\r
221     <Compile Include="System.Data.SqlClient\SqlNotificationInfo.cs" />\r
222     <Compile Include="System.Data.SqlClient\SqlNotificationSource.cs" />\r
223     <Compile Include="System.Data.SqlClient\SqlNotificationType.cs" />\r
224     <Compile Include="System.Data.SqlClient\SqlParameter.cs" />\r
225     <Compile Include="System.Data.SqlClient\SqlParameterCollection.cs" />\r
226     <Compile Include="System.Data.SqlClient\SqlParameterConverter.cs" />\r
227     <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventArgs.cs" />\r
228     <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventHandler.cs" />\r
229     <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventArgs.cs" />\r
230     <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventHandler.cs" />\r
231     <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventArgs.cs" />\r
232     <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventHandler.cs" />\r
233     <Compile Include="System.Data.SqlClient\SqlTransaction.cs" />\r
234     <Compile Include="System.Data.SqlClient\SqlXmlTextReader.cs" />\r
235     <Compile Include="System.Data.SqlTypes\INullable.cs" />\r
236     <Compile Include="System.Data.SqlTypes\SqlAlreadyFilledException.cs" />\r
237     <Compile Include="System.Data.SqlTypes\SqlBinary.cs" />\r
238     <Compile Include="System.Data.SqlTypes\SqlBoolean.cs" />\r
239     <Compile Include="System.Data.SqlTypes\SqlByte.cs" />\r
240     <Compile Include="System.Data.SqlTypes\SqlBytes.cs" />\r
241     <Compile Include="System.Data.SqlTypes\SqlChars.cs" />\r
242     <Compile Include="System.Data.SqlTypes\SqlCompareOptions.cs" />\r
243     <Compile Include="System.Data.SqlTypes\SqlDateTime.cs" />\r
244     <Compile Include="System.Data.SqlTypes\SqlDecimal.cs" />\r
245     <Compile Include="System.Data.SqlTypes\SqlDouble.cs" />\r
246     <Compile Include="System.Data.SqlTypes\SqlGuid.cs" />\r
247     <Compile Include="System.Data.SqlTypes\SqlInt16.cs" />\r
248     <Compile Include="System.Data.SqlTypes\SqlInt32.cs" />\r
249     <Compile Include="System.Data.SqlTypes\SqlInt64.cs" />\r
250     <Compile Include="System.Data.SqlTypes\SqlMoney.cs" />\r
251     <Compile Include="System.Data.SqlTypes\SqlNotFilledException.cs" />\r
252     <Compile Include="System.Data.SqlTypes\SqlNullValueException.cs" />\r
253     <Compile Include="System.Data.SqlTypes\SqlSingle.cs" />\r
254     <Compile Include="System.Data.SqlTypes\SqlString.cs" />\r
255     <Compile Include="System.Data.SqlTypes\SqlTruncateException.cs" />\r
256     <Compile Include="System.Data.SqlTypes\SqlTypeException.cs" />\r
257     <Compile Include="System.Data.SqlTypes\SqlXml.cs" />\r
258     <Compile Include="System.Data.SqlTypes\StorageState.cs" />\r
259     <Compile Include="System.Data\AcceptRejectRule.cs" />\r
260     <Compile Include="System.Data\ColumnTypeConverter.cs" />\r
261     <Compile Include="System.Data\CommandBehavior.cs" />\r
262     <Compile Include="System.Data\CommandType.cs" />\r
263     <Compile Include="System.Data\ConflictOption.cs" />\r
264     <Compile Include="System.Data\ConnectionState.cs" />\r
265     <Compile Include="System.Data\Constraint.cs" />\r
266     <Compile Include="System.Data\ConstraintCollection.cs" />\r
267     <Compile Include="System.Data\ConstraintConverter.cs" />\r
268     <Compile Include="System.Data\ConstraintException.cs" />\r
269     <Compile Include="System.Data\CustomDataClassGenerator.cs" />\r
270     <Compile Include="System.Data\DataCategoryAttribute.cs" />\r
271     <Compile Include="System.Data\DataColumn.cs" />\r
272     <Compile Include="System.Data\DataColumnChangeEventArgs.cs" />\r
273     <Compile Include="System.Data\DataColumnChangeEventHandler.cs" />\r
274     <Compile Include="System.Data\DataColumnCollection.cs" />\r
275     <Compile Include="System.Data\DataColumnPropertyDescriptor.cs" />\r
276     <Compile Include="System.Data\DataException.cs" />\r
277     <Compile Include="System.Data\DataRelation.cs" />\r
278     <Compile Include="System.Data\DataRelationCollection.cs" />\r
279     <Compile Include="System.Data\DataRelationPropertyDescriptor.cs" />\r
280     <Compile Include="System.Data\DataRow.cs" />\r
281     <Compile Include="System.Data\DataRowAction.cs" />\r
282     <Compile Include="System.Data\DataRowBuilder.cs" />\r
283     <Compile Include="System.Data\DataRowChangeEventArgs.cs" />\r
284     <Compile Include="System.Data\DataRowChangeEventHandler.cs" />\r
285     <Compile Include="System.Data\DataRowCollection.cs" />\r
286     <Compile Include="System.Data\DataRowState.cs" />\r
287     <Compile Include="System.Data\DataRowVersion.cs" />\r
288     <Compile Include="System.Data\DataRowView.cs" />\r
289     <Compile Include="System.Data\DataSet.cs" />\r
290     <Compile Include="System.Data\DataSetDateTime.cs" />\r
291     <Compile Include="System.Data\DataSysDescriptionAttribute.cs" />\r
292     <Compile Include="System.Data\DataTable.cs" />\r
293     <Compile Include="System.Data\DataTableClearEventArgs.cs" />\r
294     <Compile Include="System.Data\DataTableClearEventHandler.cs" />\r
295     <Compile Include="System.Data\DataTableCollection.cs" />\r
296     <Compile Include="System.Data\DataTableNewRowEventArgs.cs" />\r
297     <Compile Include="System.Data\DataTableNewRowEventHandler.cs" />\r
298     <Compile Include="System.Data\DataTablePropertyDescriptor.cs" />\r
299     <Compile Include="System.Data\DataTableReader.cs" />\r
300     <Compile Include="System.Data\DataTableTypeConverter.cs" />\r
301     <Compile Include="System.Data\DataView.cs" />\r
302     <Compile Include="System.Data\DataViewManager.cs" />\r
303     <Compile Include="System.Data\DataViewManagerListItemTypeDescriptor.cs" />\r
304     <Compile Include="System.Data\DataViewRowState.cs" />\r
305     <Compile Include="System.Data\DataViewSetting.cs" />\r
306     <Compile Include="System.Data\DataViewSettingCollection.cs" />\r
307     <Compile Include="System.Data\DBConcurrencyException.cs" />\r
308     <Compile Include="System.Data\DbType.cs" />\r
309     <Compile Include="System.Data\DefaultValueTypeConverter.cs" />\r
310     <Compile Include="System.Data\DeletedRowInaccessibleException.cs" />\r
311     <Compile Include="System.Data\DuplicateNameException.cs" />\r
312     <Compile Include="System.Data\EvaluateException.cs" />\r
313     <Compile Include="System.Data\FillErrorEventArgs.cs" />\r
314     <Compile Include="System.Data\FillErrorEventHandler.cs" />\r
315     <Compile Include="System.Data\ForeignKeyConstraint.cs" />\r
316     <Compile Include="System.Data\IColumnMapping.cs" />\r
317     <Compile Include="System.Data\IColumnMappingCollection.cs" />\r
318     <Compile Include="System.Data\IDataAdapter.cs" />\r
319     <Compile Include="System.Data\IDataParameter.cs" />\r
320     <Compile Include="System.Data\IDataParameterCollection.cs" />\r
321     <Compile Include="System.Data\IDataReader.cs" />\r
322     <Compile Include="System.Data\IDataRecord.cs" />\r
323     <Compile Include="System.Data\IDbCommand.cs" />\r
324     <Compile Include="System.Data\IDbConnection.cs" />\r
325     <Compile Include="System.Data\IDbDataAdapter.cs" />\r
326     <Compile Include="System.Data\IDbDataParameter.cs" />\r
327     <Compile Include="System.Data\IDbTransaction.cs" />\r
328     <Compile Include="System.Data\InRowChangingEventException.cs" />\r
329     <Compile Include="System.Data\InternalDataCollectionBase.cs" />\r
330     <Compile Include="System.Data\InvalidConstraintException.cs" />\r
331     <Compile Include="System.Data\InvalidExpressionException.cs" />\r
332     <Compile Include="System.Data\ISafeDataRecord.cs" />\r
333     <Compile Include="System.Data\IsolationLevel.cs" />\r
334     <Compile Include="System.Data\ITableMapping.cs" />\r
335     <Compile Include="System.Data\ITableMappingCollection.cs" />\r
336     <Compile Include="System.Data\KeyRestrictionBehavior.cs" />\r
337     <Compile Include="System.Data\LoadOption.cs" />\r
338     <Compile Include="System.Data\MappingType.cs" />\r
339     <Compile Include="System.Data\MergeFailedEventArgs.cs" />\r
340     <Compile Include="System.Data\MergeFailedEventHandler.cs" />\r
341     <Compile Include="System.Data\MergeManager.cs" />\r
342     <Compile Include="System.Data\MissingMappingAction.cs" />\r
343     <Compile Include="System.Data\MissingPrimaryKeyException.cs" />\r
344     <Compile Include="System.Data\MissingSchemaAction.cs" />\r
345     <Compile Include="System.Data\Node.cs" />\r
346     <Compile Include="System.Data\NoNullAllowedException.cs" />\r
347     <Compile Include="System.Data\OperationAbortedException.cs" />\r
348     <Compile Include="System.Data\ParameterDirection.cs" />\r
349     <Compile Include="System.Data\PropertyAttributes.cs" />\r
350     <Compile Include="System.Data\PropertyCollection.cs" />\r
351     <Compile Include="System.Data\ReadOnlyException.cs" />\r
352     <Compile Include="System.Data\RelatedDataView.cs" />\r
353     <Compile Include="System.Data\RelationshipConverter.cs" />\r
354     <Compile Include="System.Data\ResDescriptionAttribute.cs" />\r
355     <Compile Include="System.Data\RowNotInTableException.cs" />\r
356     <Compile Include="System.Data\Rule.cs" />\r
357     <Compile Include="System.Data\SchemaSerializationMode.cs" />\r
358     <Compile Include="System.Data\SchemaType.cs" />\r
359     <Compile Include="System.Data\SerializationFormat.cs" />\r
360     <Compile Include="System.Data\SqlDbType.cs" />\r
361     <Compile Include="System.Data\StateChangeEventArgs.cs" />\r
362     <Compile Include="System.Data\StateChangeEventHandler.cs" />\r
363     <Compile Include="System.Data\StatementCompletedEventArgs.cs" />\r
364     <Compile Include="System.Data\StatementCompletedEventHandler.cs" />\r
365     <Compile Include="System.Data\StatementType.cs" />\r
366     <Compile Include="System.Data\StrongTypingException.cs" />\r
367     <Compile Include="System.Data\SyntaxErrorException.cs" />\r
368     <Compile Include="System.Data\TableAdapterSchemaInfo.cs" />\r
369     <Compile Include="System.Data\TypeDataSetGeneratorException.cs" />\r
370     <Compile Include="System.Data\TypedDataSetGenerator.cs" />\r
371     <Compile Include="System.Data\UniqueConstraint.cs" />\r
372     <Compile Include="System.Data\UpdateRowSource.cs" />\r
373     <Compile Include="System.Data\UpdateStatus.cs" />\r
374     <Compile Include="System.Data\VersionNotFoundException.cs" />\r
375     <Compile Include="System.Data\XmlConstants.cs" />\r
376     <Compile Include="System.Data\XmlDataInferenceLoader.cs" />\r
377     <Compile Include="System.Data\XmlDataLoader.cs" />\r
378     <Compile Include="System.Data\XmlDataReader.cs" />\r
379     <Compile Include="System.Data\XmlDiffLoader.cs" />\r
380     <Compile Include="System.Data\XmlHelper.cs" />\r
381     <Compile Include="System.Data\XmlReadMode.cs" />\r
382     <Compile Include="System.Data\XmlSchemaDataImporter.cs" />\r
383     <Compile Include="System.Data\XmlSchemaWriter.cs" />\r
384     <Compile Include="System.Data\XmlTableWriter.cs" />\r
385     <Compile Include="System.Data\XmlWriteMode.cs" />\r
386     <Compile Include="System.Xml\XmlDataDocument.cs" />\r
387     <Compile Include="Mono.Data.SqlExpressions\Parser.cs" />\r  </ItemGroup>\r
388   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
389        Other similar extension points exist, see Microsoft.Common.targets.\r
390   <Target Name="BeforeBuild">\r
391   </Target>\r
392   <Target Name="AfterBuild">\r
393   </Target>\r
394   -->\r
395   <PropertyGroup>\r
396     <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
397
398     </PreBuildEvent>
399     <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
400
401     </PreBuildEvent>
402 \r
403     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
404
405     </PostBuildEvent>
406     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
407
408     </PostBuildEvent>\r
409   </PropertyGroup>\r
410   <ItemGroup>\r
411     <ProjectReference Include="../corlib/corlib-net_4_5.csproj">\r
412       <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>\r
413       <Name>corlib-net_4_5</Name>\r
414     </ProjectReference>\r
415     <ProjectReference Include="../System/System-net_4_5.csproj">\r
416       <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>\r
417       <Name>System-net_4_5</Name>\r
418     </ProjectReference>\r
419     <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">\r
420       <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>\r
421       <Name>System.Xml-net_4_5</Name>\r
422     </ProjectReference>\r
423     <ProjectReference Include="../System.EnterpriseServices/System.EnterpriseServices-net_4_5.csproj">\r
424       <Project>{773D8BA7-9A88-49AC-81C9-740436270588}</Project>\r
425       <Name>System.EnterpriseServices-net_4_5</Name>\r
426     </ProjectReference>\r
427     <ProjectReference Include="../Mono.Data.Tds/Mono.Data.Tds-net_4_5.csproj">\r
428       <Project>{CB7949AC-5FA7-4FAB-893A-8FAF436BF514}</Project>\r
429       <Name>Mono.Data.Tds-net_4_5</Name>\r
430     </ProjectReference>\r
431     <ProjectReference Include="../System.Configuration/System.Configuration-net_4_5.csproj">\r
432       <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>\r
433       <Name>System.Configuration-net_4_5</Name>\r
434     </ProjectReference>\r
435     <ProjectReference Include="../System.Transactions/System.Transactions-net_4_5.csproj">\r
436       <Project>{AF2BBF50-AB57-4CA1-8EF5-2B54C7418434}</Project>\r
437       <Name>System.Transactions-net_4_5</Name>\r
438     </ProjectReference>\r
439   </ItemGroup>\r
440   <ItemGroup>\r
441     <Folder Include="Properties\" />\r
442   </ItemGroup>\r
443 </Project>\r
444