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