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