Remove confusing trailing dot
[mono.git] / mcs / class / System.Data / System.Data-net_2_0.csproj
index 2fb2ba6f82dd1c63ef88e7c3546128c98fef45c0..7b4031675460135482f5728f113af10ed085ca1e 100644 (file)
@@ -5,22 +5,21 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{B8CA1780-FF35-49B9-B385-C24BD0558109}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699,649</NoWarn>\r
-    <OutputPath>./../../class/lib/net_2_0</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\System.Data-net_2_0</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.Data</AssemblyName>\r
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
-    <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <NoWarn>1699,649</NoWarn>\r
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>1699,649</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>NET_1_1;NET_2_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include="Assembly\AssemblyInfo.cs" />
-   <Compile Include="..\..\build\common\Consts.cs.in" />
-   <Compile Include="..\..\build\common\Locale.cs" />
-   <Compile Include="System.Data\AcceptRejectRule.cs" />
-   <Compile Include="System.Data\ColumnTypeConverter.cs" />
-   <Compile Include="System.Data\CommandBehavior.cs" />
-   <Compile Include="System.Data\CommandType.cs" />
-   <Compile Include="System.Data\ConnectionState.cs" />
-   <Compile Include="System.Data\ConflictOption.cs" />
-   <Compile Include="System.Data\Constraint.cs" />
-   <Compile Include="System.Data\ConstraintCollection.cs" />
-   <Compile Include="System.Data\ConstraintConverter.cs" />
-   <Compile Include="System.Data\ConstraintException.cs" />
-   <Compile Include="System.Data\CustomDataClassGenerator.cs" />
-   <Compile Include="System.Data\DataCategoryAttribute.cs" />
-   <Compile Include="System.Data\DataColumn.cs" />
-   <Compile Include="System.Data\DataColumnChangeEventArgs.cs" />
-   <Compile Include="System.Data\DataColumnChangeEventHandler.cs" />
-   <Compile Include="System.Data\DataColumnCollection.cs" />
-   <Compile Include="System.Data\DataColumnPropertyDescriptor.cs" />
-   <Compile Include="System.Data\DataException.cs" />
-   <Compile Include="System.Data\RelatedDataView.cs" />
-   <Compile Include="System.Data\RelationshipConverter.cs" />
-   <Compile Include="System.Data\DataRelation.cs" />
-   <Compile Include="System.Data\DataRelationCollection.cs" />
-   <Compile Include="System.Data\DataRelationPropertyDescriptor.cs" />
-   <Compile Include="System.Data\DataRow.cs" />
-   <Compile Include="System.Data\DataRowAction.cs" />
-   <Compile Include="System.Data\DataRowBuilder.cs" />
-   <Compile Include="System.Data\DataRowChangeEventArgs.cs" />
-   <Compile Include="System.Data\DataRowChangeEventHandler.cs" />
-   <Compile Include="System.Data\DataRowCollection.cs" />
-   <Compile Include="System.Data\DataRowState.cs" />
-   <Compile Include="System.Data\DataRowVersion.cs" />
-   <Compile Include="System.Data\DataRowView.cs" />
-   <Compile Include="System.Data\DataSet.cs" />
-   <Compile Include="System.Data\DataSetDateTime.cs" />
-   <Compile Include="System.Data\DataSysDescriptionAttribute.cs" />
-   <Compile Include="System.Data\DataTable.cs" />
-   <Compile Include="System.Data\DataTableCollection.cs" />
-   <Compile Include="System.Data\DataTableClearEventArgs.cs" />
-   <Compile Include="System.Data\DataTableClearEventHandler.cs" />
-   <Compile Include="System.Data\DataTableTypeConverter.cs" />
-   <Compile Include="System.Data\DataTablePropertyDescriptor.cs" />
-   <Compile Include="System.Data\DataTableReader.cs" />
-   <Compile Include="System.Data\DataTableNewRowEventArgs.cs" />
-   <Compile Include="System.Data\DataTableNewRowEventHandler.cs" />
-   <Compile Include="System.Data\DataView.cs" />
-   <Compile Include="System.Data\DataViewManager.cs" />
-   <Compile Include="System.Data\DataViewManagerListItemTypeDescriptor.cs" />
-   <Compile Include="System.Data\DataViewRowState.cs" />
-   <Compile Include="System.Data\DataViewSetting.cs" />
-   <Compile Include="System.Data\DataViewSettingCollection.cs" />
-   <Compile Include="System.Data\DBConcurrencyException.cs" />
-   <Compile Include="System.Data\DbType.cs" />
-   <Compile Include="System.Data\DefaultValueTypeConverter.cs" />
-   <Compile Include="System.Data\DeletedRowInaccessibleException.cs" />
-   <Compile Include="System.Data\DuplicateNameException.cs" />
-   <Compile Include="System.Data\EvaluateException.cs" />
-   <Compile Include="System.Data\FillErrorEventArgs.cs" />
-   <Compile Include="System.Data\FillErrorEventHandler.cs" />
-   <Compile Include="System.Data\ForeignKeyConstraint.cs" />
-   <Compile Include="System.Data\IColumnMapping.cs" />
-   <Compile Include="System.Data\IColumnMappingCollection.cs" />
-   <Compile Include="System.Data\IDataAdapter.cs" />
-   <Compile Include="System.Data\IDataParameter.cs" />
-   <Compile Include="System.Data\IDataParameterCollection.cs" />
-   <Compile Include="System.Data\IDataReader.cs" />
-   <Compile Include="System.Data\IDataRecord.cs" />
-   <Compile Include="System.Data\IDbCommand.cs" />
-   <Compile Include="System.Data\IDbConnection.cs" />
-   <Compile Include="System.Data\IDbDataAdapter.cs" />
-   <Compile Include="System.Data\IDbDataParameter.cs" />
-   <Compile Include="System.Data\IDbTransaction.cs" />
-   <Compile Include="System.Data\InRowChangingEventException.cs" />
-   <Compile Include="System.Data\InternalDataCollectionBase.cs" />
-   <Compile Include="System.Data\InvalidConstraintException.cs" />
-   <Compile Include="System.Data\InvalidExpressionException.cs" />
-   <Compile Include="System.Data\ISafeDataRecord.cs" />
-   <Compile Include="System.Data\IsolationLevel.cs" />
-   <Compile Include="System.Data\ITableMapping.cs" />
-   <Compile Include="System.Data\ITableMappingCollection.cs" />
-   <Compile Include="System.Data\KeyRestrictionBehavior.cs" />
-   <Compile Include="System.Data\LoadOption.cs" />
-   <Compile Include="System.Data\MappingType.cs" />
-   <Compile Include="System.Data\MergeFailedEventArgs.cs" />
-   <Compile Include="System.Data\MergeFailedEventHandler.cs" />
-   <Compile Include="System.Data\MergeManager.cs" />
-   <Compile Include="System.Data\MissingMappingAction.cs" />
-   <Compile Include="System.Data\MissingPrimaryKeyException.cs" />
-   <Compile Include="System.Data\MissingSchemaAction.cs" />
-   <Compile Include="System.Data\Node.cs" />
-   <Compile Include="System.Data\NoNullAllowedException.cs" />
-   <Compile Include="System.Data\OperationAbortedException.cs" />
-   <Compile Include="System.Data\ParameterDirection.cs" />
-   <Compile Include="System.Data\PropertyAttributes.cs" />
-   <Compile Include="System.Data\PropertyCollection.cs" />
-   <Compile Include="System.Data\ReadOnlyException.cs" />
-   <Compile Include="System.Data\ResDescriptionAttribute.cs" />
-   <Compile Include="System.Data\RowNotInTableException.cs" />
-   <Compile Include="System.Data\Rule.cs" />
-   <Compile Include="System.Data\SchemaType.cs" />
-   <Compile Include="System.Data\SerializationFormat.cs" />
-   <Compile Include="System.Data\SchemaSerializationMode.cs" />
-   <Compile Include="System.Data\SqlDbType.cs" />
-   <Compile Include="System.Data\StateChangeEventArgs.cs" />
-   <Compile Include="System.Data\StateChangeEventHandler.cs" />
-   <Compile Include="System.Data\StatementCompletedEventArgs.cs" />
-   <Compile Include="System.Data\StatementCompletedEventHandler.cs" />
-   <Compile Include="System.Data\StatementType.cs" />
-   <Compile Include="System.Data\StrongTypingException.cs" />
-   <Compile Include="System.Data\SyntaxErrorException.cs" />
-   <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
-   <Compile Include="System.Data\TableAdapterSchemaInfo.cs" />
-   <Compile Include="System.Data\TypedDataSetGenerator.cs" />
-   <Compile Include="System.Data\TypeDataSetGeneratorException.cs" />
-   <Compile Include="System.Data\UniqueConstraint.cs" />
-   <Compile Include="System.Data\UpdateRowSource.cs" />
-   <Compile Include="System.Data\UpdateStatus.cs" />
-   <Compile Include="System.Data\VersionNotFoundException.cs" />
-   <Compile Include="System.Data\XmlDataInferenceLoader.cs" />
-   <Compile Include="System.Data\XmlHelper.cs" />
-   <Compile Include="System.Data\XmlDataReader.cs" />
-   <Compile Include="System.Data\XmlReadMode.cs" />
-   <Compile Include="System.Data\XmlWriteMode.cs" />
-   <Compile Include="System.Data\XmlConstants.cs" />
-   <Compile Include="System.Data\XmlDiffLoader.cs" />
-   <Compile Include="System.Data.Common\CatalogLocation.cs" />
-   <Compile Include="System.Data.Common\ComparerFactory.cs" />
-   <Compile Include="System.Data.Common\DataAdapter.cs" />
-   <Compile Include="System.Data.Common\DataColumnMappingCollection.cs" />
-   <Compile Include="System.Data.Common\DataColumnMapping.cs" />
-   <Compile Include="System.Data.Common\DataColumnMappingConverter.cs" />
-   <Compile Include="System.Data.Common\DataContainer.cs" />
-   <Compile Include="System.Data.Common\DataTableMappingCollection.cs" />
-   <Compile Include="System.Data.Common\DataTableMapping.cs" />
-   <Compile Include="System.Data.Common\DataTableMappingConverter.cs" />
-   <Compile Include="System.Data.Common\DbCommandBuilder.cs" />
-   <Compile Include="System.Data.Common\DbConnectionStringBuilder.cs" />
-   <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />
-   <Compile Include="System.Data.Common\DbCommand.cs" />
-   <Compile Include="System.Data.Common\DbConnection.cs" />
-   <Compile Include="System.Data.Common\DbConnectionOptions.cs" />
-   <Compile Include="System.Data.Common\DbConnectionString.cs" />
-   <Compile Include="System.Data.Common\DbDataAdapter.cs" />
-   <Compile Include="System.Data.Common\DbDataPermissionAttribute.cs" />
-   <Compile Include="System.Data.Common\DbDataPermission.cs" />
-   <Compile Include="System.Data.Common\DbDataReader.cs" />
-   <Compile Include="System.Data.Common\DbDataRecord.cs" />
-   <Compile Include="System.Data.Common\DbDataSourceEnumerator.cs" />
-   <Compile Include="System.Data.Common\DbEnumerator.cs" />
-   <Compile Include="System.Data.Common\DbException.cs" />
-   <Compile Include="System.Data.Common\DbMetaDataCollectionNames.cs" />
-   <Compile Include="System.Data.Common\DbMetaDataColumnNames.cs" />
-   <Compile Include="System.Data.Common\DbParameterCollection.cs" />
-   <Compile Include="System.Data.Common\DbParameter.cs" />
-   <Compile Include="System.Data.Common\DbProviderConfigurationHandler.cs" />
-   <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandler.cs" />
-   <Compile Include="System.Data.Common\DbProviderFactories.cs" />
-   <Compile Include="System.Data.Common\DbProviderFactory.cs" />
-   <Compile Include="System.Data.Common\DbProviderSpecificTypePropertyAttribute.cs" />
-   <Compile Include="System.Data.Common\DbTable.cs" />
-   <Compile Include="System.Data.Common\DbTransaction.cs" />
-   <Compile Include="System.Data.Common\DbTypes.cs" />
-   <Compile Include="System.Data.Common\ExceptionHelper.cs" />
-   <Compile Include="System.Data.Common\FieldNameLookup.cs" />
-   <Compile Include="System.Data.Common\GroupByBehavior.cs" />
-   <Compile Include="System.Data.Common\IdentifierCase.cs" />
-   <Compile Include="System.Data.Common\Index.cs" />
-   <Compile Include="System.Data.Common\Key.cs" />
-   <Compile Include="System.Data.Common\PermissionHelper.cs" />
-   <Compile Include="System.Data.Common\RecordCache.cs" />
-   <Compile Include="System.Data.Common\RowUpdatedEventArgs.cs" />
-   <Compile Include="System.Data.Common\RowUpdatingEventArgs.cs" />
-   <Compile Include="System.Data.Common\SchemaInfo.cs" />
-   <Compile Include="System.Data.Common\SchemaTableColumn.cs" />
-   <Compile Include="System.Data.Common\SchemaTableOptionalColumn.cs" />
-   <Compile Include="System.Data.Common\SupportedJoinOperators.cs" />
-   <Compile Include="System.Data.OleDb\libgda.cs" />
-   <Compile Include="System.Data.OleDb\OleDbParameterConverter.cs" />
-   <Compile Include="System.Data.OleDb\OleDbCommand.cs" />
-   <Compile Include="System.Data.OleDb\OleDbCommandBuilder.cs" />
-   <Compile Include="System.Data.OleDb\OleDbConnection.cs" />
-   <Compile Include="System.Data.OleDb\OleDbDataAdapter.cs" />
-   <Compile Include="System.Data.OleDb\OleDbDataReader.cs" />
-   <Compile Include="System.Data.OleDb\OleDbError.cs" />
-   <Compile Include="System.Data.OleDb\OleDbErrorCollection.cs" />
-   <Compile Include="System.Data.OleDb\OleDbException.cs" />
-   <Compile Include="System.Data.OleDb\OleDbFactory.cs" />
-   <Compile Include="System.Data.OleDb\OleDbInfoMessageEventArgs.cs" />
-   <Compile Include="System.Data.OleDb\OleDbInfoMessageEventHandler.cs" />
-   <Compile Include="System.Data.OleDb\OleDbLiteral.cs" />
-   <Compile Include="System.Data.OleDb\OleDbMetaDataCollectionNames.cs" />
-   <Compile Include="System.Data.OleDb\OleDbParameter.cs" />
-   <Compile Include="System.Data.OleDb\OleDbParameterCollection.cs" />
-   <Compile Include="System.Data.OleDb\OleDbPermission.cs" />
-   <Compile Include="System.Data.OleDb\OleDbPermissionAttribute.cs" />
-   <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventArgs.cs" />
-   <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventHandler.cs" />
-   <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventArgs.cs" />
-   <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventHandler.cs" />
-   <Compile Include="System.Data.OleDb\OleDbSchemaGuid.cs" />
-   <Compile Include="System.Data.OleDb\OleDbTransaction.cs" />
-   <Compile Include="System.Data.OleDb\OleDbType.cs" />
-   <Compile Include="System.Data.SqlTypes\INullable.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlBinary.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlBoolean.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlByte.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlBytes.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlChars.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlCompareOptions.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlDateTime.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlDecimal.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlDouble.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlGuid.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlInt16.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlInt32.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlInt64.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlMoney.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlNullValueException.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlSingle.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlString.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlTruncateException.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlTypeException.cs" />
-   <Compile Include="System.Data.SqlTypes\StorageState.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlAlreadyFilledException.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlNotFilledException.cs" />
-   <Compile Include="System.Data.SqlTypes\SqlXml.cs" />
-   <Compile Include="System.Data.Odbc\NativeBuffer.cs" />
-   <Compile Include="System.Data.Odbc\OdbcFactory.cs" />
-   <Compile Include="System.Data.Odbc\OdbcParameterConverter.cs" />
-   <Compile Include="System.Data.Odbc\OdbcCategoryAttribute.cs" />
-   <Compile Include="System.Data.Odbc\OdbcDescriptionAttribute.cs" />
-   <Compile Include="System.Data.Odbc\OdbcColumn.cs" />
-   <Compile Include="System.Data.Odbc\OdbcCommand.cs" />
-   <Compile Include="System.Data.Odbc\OdbcConnection.cs" />
-   <Compile Include="System.Data.Odbc\OdbcConnectionStringBuilder.cs" />
-   <Compile Include="System.Data.Odbc\OdbcDataReader.cs" />
-   <Compile Include="System.Data.Odbc\OdbcError.cs" />
-   <Compile Include="System.Data.Odbc\OdbcErrorCollection.cs" />
-   <Compile Include="System.Data.Odbc\OdbcException.cs" />
-   <Compile Include="System.Data.Odbc\OdbcMetaDataColumnNames.cs" />
-   <Compile Include="System.Data.Odbc\OdbcMetaDataCollectionNames.cs" />
-   <Compile Include="System.Data.Odbc\OdbcParameter.cs" />
-   <Compile Include="System.Data.Odbc\OdbcParameterCollection.cs" />
-   <Compile Include="System.Data.Odbc\OdbcTransaction.cs" />
-   <Compile Include="System.Data.Odbc\OdbcType.cs" />
-   <Compile Include="System.Data.Odbc\OdbcTypeMap.cs" />
-   <Compile Include="System.Data.Odbc\OdbcTypeConverter.cs" />
-   <Compile Include="System.Data.Odbc\libodbc.cs" />
-   <Compile Include="System.Data.Odbc\OdbcDataAdapter.cs" />
-   <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventArgs.cs" />
-   <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventHandler.cs" />
-   <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventArgs.cs" />
-   <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventHandler.cs" />
-   <Compile Include="System.Data.Odbc\OdbcPermissionAttribute.cs" />
-   <Compile Include="System.Data.Odbc\OdbcPermission.cs" />
-   <Compile Include="System.Data.Odbc\OdbcInfoMessageEventArgs.cs" />
-   <Compile Include="System.Data.Odbc\OdbcInfoMessageEventHandler.cs" />
-   <Compile Include="System.Data.Odbc\OdbcCommandBuilder.cs" />
-   <Compile Include="System.Data.Sql\SqlDataSourceEnumerator.cs" />
-   <Compile Include="System.Data.Sql\SqlNotificationRequest.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\Format.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\DataAccessKind.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\IBinarySerialize.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\InvalidUdtException.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlFunctionAttribute.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlMethodAttribute.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedAggregateAttribute.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedTypeAttribute.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SystemDataAccessKind.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlFacetAttribute.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\TriggerAction.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlTriggerContext.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlProcedureAttribute.cs" />
-   <Compile Include="Microsoft.SqlServer.Server\SqlTriggerAttribute.cs" />
-   <Compile Include="System.Data.SqlClient\SortOrder.cs" />
-   <Compile Include="System.Data.SqlClient\SqlNotificationType.cs" />
-   <Compile Include="System.Data.SqlClient\SqlNotificationInfo.cs" />
-   <Compile Include="System.Data.SqlClient\SqlNotificationSource.cs" />
-   <Compile Include="System.Data.SqlClient\SqlAsyncState.cs" />
-   <Compile Include="System.Data.SqlClient\SqlAsyncResult.cs" />
-   <Compile Include="System.Data.SqlClient\SqlClientMetaDataCollectionNames.cs" />
-   <Compile Include="System.Data.SqlClient\SqlClientPermission.cs" />
-   <Compile Include="System.Data.SqlClient\SqlClientPermissionAttribute.cs" />
-   <Compile Include="System.Data.SqlClient\SqlCommand.cs" />
-   <Compile Include="System.Data.SqlClient\SqlCommandBuilder.cs" />
-   <Compile Include="System.Data.SqlClient\SqlConnection.cs" />
-   <Compile Include="System.Data.SqlClient\SqlConnectionStringBuilder.cs" />
-   <Compile Include="System.Data.SqlClient\SqlDataAdapter.cs" />
-   <Compile Include="System.Data.SqlClient\SqlDataReader.cs" />
-   <Compile Include="System.Data.SqlClient\SqlDataSourceConverter.cs" />
-   <Compile Include="System.Data.SqlClient\SqlDependency.cs" />
-   <Compile Include="System.Data.SqlClient\SqlError.cs" />
-   <Compile Include="System.Data.SqlClient\SqlErrorCollection.cs" />
-   <Compile Include="System.Data.SqlClient\SqlException.cs" />
-   <Compile Include="System.Data.SqlClient\SqlInfoMessageEventArgs.cs" />
-   <Compile Include="System.Data.SqlClient\SqlInfoMessageEventHandler.cs" />
-   <Compile Include="System.Data.SqlClient\SqlInitialCatalogConverter.cs" />
-   <Compile Include="System.Data.SqlClient\NetworkLibraryConverter.cs" />
-   <Compile Include="System.Data.SqlClient\SqlParameter.cs" />
-   <Compile Include="System.Data.SqlClient\SqlParameterCollection.cs" />
-   <Compile Include="System.Data.SqlClient\SqlParameterConverter.cs" />
-   <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventArgs.cs" />
-   <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventHandler.cs" />
-   <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventArgs.cs" />
-   <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventHandler.cs" />
-   <Compile Include="System.Data.SqlClient\SqlTransaction.cs" />
-   <Compile Include="System.Data.SqlClient\SqlXmlTextReader.cs" />
-   <Compile Include="System.Data.SqlClient\SQLDebugging.cs" />
-   <Compile Include="System.Data.SqlClient\SqlClientFactory.cs" />
-   <Compile Include="System.Data.SqlClient\SqlBulkCopy.cs" />
-   <Compile Include="System.Data.SqlClient\SqlBulkCopyOptions.cs" />
-   <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMapping.cs" />
-   <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMappingCollection.cs" />
-   <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventHandler.cs" />
-   <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventArgs.cs" />
-   <Compile Include="System.Data.SqlClient\SqlNotificationEventArgs.cs" />
-   <Compile Include="System.Data.SqlClient\OnChangeEventHandler.cs" />
-   <Compile Include="System.Data\XmlDataLoader.cs" />
-   <Compile Include="System.Data\XmlSchemaDataImporter.cs" />
-   <Compile Include="System.Data\XmlSchemaWriter.cs" />
-   <Compile Include="System.Data\XmlTableWriter.cs" />
-   <Compile Include="System.Xml\XmlDataDocument.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Tokenizer.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Numeric.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Expressions.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Literal.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\ColumnReference.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\ArithmeticExpressions.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\BooleanExpressions.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Comparison.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\StringFunctions.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Functions.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Like.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\In.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Aggregation.cs" />
-   <Compile Include="Mono.Data.SqlExpressions\Parser.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="..\..\build\common\Consts.cs.in" />\r
+    <Compile Include="..\..\build\common\Locale.cs" />\r
+    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
+    <Compile Include="Assembly\AssemblyInfo.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\DataAccessKind.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\Format.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\IBinarySerialize.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\InvalidUdtException.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlFacetAttribute.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlFunctionAttribute.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlMethodAttribute.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlProcedureAttribute.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlTriggerAttribute.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlTriggerContext.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedAggregateAttribute.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedTypeAttribute.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\SystemDataAccessKind.cs" />\r
+    <Compile Include="Microsoft.SqlServer.Server\TriggerAction.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Aggregation.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\ArithmeticExpressions.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\BooleanExpressions.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\ColumnReference.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Comparison.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Expressions.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Functions.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\In.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Like.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Literal.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Numeric.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\StringFunctions.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Tokenizer.cs" />\r
+    <Compile Include="System.Data.Common\CatalogLocation.cs" />\r
+    <Compile Include="System.Data.Common\ComparerFactory.cs" />\r
+    <Compile Include="System.Data.Common\DataAdapter.cs" />\r
+    <Compile Include="System.Data.Common\DataColumnMapping.cs" />\r
+    <Compile Include="System.Data.Common\DataColumnMappingCollection.cs" />\r
+    <Compile Include="System.Data.Common\DataColumnMappingConverter.cs" />\r
+    <Compile Include="System.Data.Common\DataContainer.cs" />\r
+    <Compile Include="System.Data.Common\DataTableMapping.cs" />\r
+    <Compile Include="System.Data.Common\DataTableMappingCollection.cs" />\r
+    <Compile Include="System.Data.Common\DataTableMappingConverter.cs" />\r
+    <Compile Include="System.Data.Common\DbCommand.cs" />\r
+    <Compile Include="System.Data.Common\DbCommandBuilder.cs" />\r
+    <Compile Include="System.Data.Common\DbConnection.cs" />\r
+    <Compile Include="System.Data.Common\DbConnectionOptions.cs" />\r
+    <Compile Include="System.Data.Common\DbConnectionString.cs" />\r
+    <Compile Include="System.Data.Common\DbConnectionStringBuilder.cs" />\r
+    <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />\r
+    <Compile Include="System.Data.Common\DbDataAdapter.cs" />\r
+    <Compile Include="System.Data.Common\DbDataPermission.cs" />\r
+    <Compile Include="System.Data.Common\DbDataPermissionAttribute.cs" />\r
+    <Compile Include="System.Data.Common\DbDataReader.cs" />\r
+    <Compile Include="System.Data.Common\DbDataRecord.cs" />\r
+    <Compile Include="System.Data.Common\DbDataSourceEnumerator.cs" />\r
+    <Compile Include="System.Data.Common\DbEnumerator.cs" />\r
+    <Compile Include="System.Data.Common\DbException.cs" />\r
+    <Compile Include="System.Data.Common\DbMetaDataCollectionNames.cs" />\r
+    <Compile Include="System.Data.Common\DbMetaDataColumnNames.cs" />\r
+    <Compile Include="System.Data.Common\DbParameter.cs" />\r
+    <Compile Include="System.Data.Common\DbParameterCollection.cs" />\r
+    <Compile Include="System.Data.Common\DbProviderConfigurationHandler.cs" />\r
+    <Compile Include="System.Data.Common\DbProviderFactories.cs" />\r
+    <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandler.cs" />\r
+    <Compile Include="System.Data.Common\DbProviderFactory.cs" />\r
+    <Compile Include="System.Data.Common\DbProviderSpecificTypePropertyAttribute.cs" />\r
+    <Compile Include="System.Data.Common\DbTable.cs" />\r
+    <Compile Include="System.Data.Common\DbTransaction.cs" />\r
+    <Compile Include="System.Data.Common\DbTypes.cs" />\r
+    <Compile Include="System.Data.Common\ExceptionHelper.cs" />\r
+    <Compile Include="System.Data.Common\FieldNameLookup.cs" />\r
+    <Compile Include="System.Data.Common\GroupByBehavior.cs" />\r
+    <Compile Include="System.Data.Common\IdentifierCase.cs" />\r
+    <Compile Include="System.Data.Common\Index.cs" />\r
+    <Compile Include="System.Data.Common\Key.cs" />\r
+    <Compile Include="System.Data.Common\PermissionHelper.cs" />\r
+    <Compile Include="System.Data.Common\RecordCache.cs" />\r
+    <Compile Include="System.Data.Common\RowUpdatedEventArgs.cs" />\r
+    <Compile Include="System.Data.Common\RowUpdatingEventArgs.cs" />\r
+    <Compile Include="System.Data.Common\SchemaInfo.cs" />\r
+    <Compile Include="System.Data.Common\SchemaTableColumn.cs" />\r
+    <Compile Include="System.Data.Common\SchemaTableOptionalColumn.cs" />\r
+    <Compile Include="System.Data.Common\SupportedJoinOperators.cs" />\r
+    <Compile Include="System.Data.Odbc\libodbc.cs" />\r
+    <Compile Include="System.Data.Odbc\NativeBuffer.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcCategoryAttribute.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcColumn.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcCommand.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcCommandBuilder.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcConnection.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcConnectionStringBuilder.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcDataAdapter.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcDataReader.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcDescriptionAttribute.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcError.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcErrorCollection.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcException.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcFactory.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcInfoMessageEventArgs.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcInfoMessageEventHandler.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcMetaDataCollectionNames.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcMetaDataColumnNames.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcParameter.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcParameterCollection.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcParameterConverter.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcPermission.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcPermissionAttribute.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventArgs.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventHandler.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventArgs.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventHandler.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcTransaction.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcType.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcTypeConverter.cs" />\r
+    <Compile Include="System.Data.Odbc\OdbcTypeMap.cs" />\r
+    <Compile Include="System.Data.OleDb\libgda.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbCommand.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbCommandBuilder.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbConnection.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbDataAdapter.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbDataReader.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbError.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbErrorCollection.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbException.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbFactory.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbInfoMessageEventArgs.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbInfoMessageEventHandler.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbLiteral.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbMetaDataCollectionNames.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbParameter.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbParameterCollection.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbParameterConverter.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbPermission.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbPermissionAttribute.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventArgs.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventHandler.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventArgs.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventHandler.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbSchemaGuid.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbTransaction.cs" />\r
+    <Compile Include="System.Data.OleDb\OleDbType.cs" />\r
+    <Compile Include="System.Data.Sql\SqlDataSourceEnumerator.cs" />\r
+    <Compile Include="System.Data.Sql\SqlNotificationRequest.cs" />\r
+    <Compile Include="System.Data.SqlClient\NetworkLibraryConverter.cs" />\r
+    <Compile Include="System.Data.SqlClient\OnChangeEventHandler.cs" />\r
+    <Compile Include="System.Data.SqlClient\SortOrder.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlAsyncResult.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlAsyncState.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlBulkCopy.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMapping.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMappingCollection.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlBulkCopyOptions.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlClientFactory.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlClientMetaDataCollectionNames.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlClientPermission.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlClientPermissionAttribute.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlCommand.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlCommandBuilder.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlConnection.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlConnectionStringBuilder.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlDataAdapter.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlDataReader.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlDataSourceConverter.cs" />\r
+    <Compile Include="System.Data.SqlClient\SQLDebugging.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlDependency.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlError.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlErrorCollection.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlException.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlInfoMessageEventArgs.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlInfoMessageEventHandler.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlInitialCatalogConverter.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlNotificationEventArgs.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlNotificationInfo.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlNotificationSource.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlNotificationType.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlParameter.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlParameterCollection.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlParameterConverter.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventArgs.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventHandler.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventArgs.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventHandler.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventArgs.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventHandler.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlTransaction.cs" />\r
+    <Compile Include="System.Data.SqlClient\SqlXmlTextReader.cs" />\r
+    <Compile Include="System.Data.SqlTypes\INullable.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlAlreadyFilledException.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlBinary.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlBoolean.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlByte.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlBytes.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlChars.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlCompareOptions.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlDateTime.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlDecimal.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlDouble.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlGuid.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlInt16.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlInt32.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlInt64.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlMoney.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlNotFilledException.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlNullValueException.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlSingle.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlString.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlTruncateException.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlTypeException.cs" />\r
+    <Compile Include="System.Data.SqlTypes\SqlXml.cs" />\r
+    <Compile Include="System.Data.SqlTypes\StorageState.cs" />\r
+    <Compile Include="System.Data\AcceptRejectRule.cs" />\r
+    <Compile Include="System.Data\ColumnTypeConverter.cs" />\r
+    <Compile Include="System.Data\CommandBehavior.cs" />\r
+    <Compile Include="System.Data\CommandType.cs" />\r
+    <Compile Include="System.Data\ConflictOption.cs" />\r
+    <Compile Include="System.Data\ConnectionState.cs" />\r
+    <Compile Include="System.Data\Constraint.cs" />\r
+    <Compile Include="System.Data\ConstraintCollection.cs" />\r
+    <Compile Include="System.Data\ConstraintConverter.cs" />\r
+    <Compile Include="System.Data\ConstraintException.cs" />\r
+    <Compile Include="System.Data\CustomDataClassGenerator.cs" />\r
+    <Compile Include="System.Data\DataCategoryAttribute.cs" />\r
+    <Compile Include="System.Data\DataColumn.cs" />\r
+    <Compile Include="System.Data\DataColumnChangeEventArgs.cs" />\r
+    <Compile Include="System.Data\DataColumnChangeEventHandler.cs" />\r
+    <Compile Include="System.Data\DataColumnCollection.cs" />\r
+    <Compile Include="System.Data\DataColumnPropertyDescriptor.cs" />\r
+    <Compile Include="System.Data\DataException.cs" />\r
+    <Compile Include="System.Data\DataRelation.cs" />\r
+    <Compile Include="System.Data\DataRelationCollection.cs" />\r
+    <Compile Include="System.Data\DataRelationPropertyDescriptor.cs" />\r
+    <Compile Include="System.Data\DataRow.cs" />\r
+    <Compile Include="System.Data\DataRowAction.cs" />\r
+    <Compile Include="System.Data\DataRowBuilder.cs" />\r
+    <Compile Include="System.Data\DataRowChangeEventArgs.cs" />\r
+    <Compile Include="System.Data\DataRowChangeEventHandler.cs" />\r
+    <Compile Include="System.Data\DataRowCollection.cs" />\r
+    <Compile Include="System.Data\DataRowState.cs" />\r
+    <Compile Include="System.Data\DataRowVersion.cs" />\r
+    <Compile Include="System.Data\DataRowView.cs" />\r
+    <Compile Include="System.Data\DataSet.cs" />\r
+    <Compile Include="System.Data\DataSetDateTime.cs" />\r
+    <Compile Include="System.Data\DataSysDescriptionAttribute.cs" />\r
+    <Compile Include="System.Data\DataTable.cs" />\r
+    <Compile Include="System.Data\DataTableClearEventArgs.cs" />\r
+    <Compile Include="System.Data\DataTableClearEventHandler.cs" />\r
+    <Compile Include="System.Data\DataTableCollection.cs" />\r
+    <Compile Include="System.Data\DataTableNewRowEventArgs.cs" />\r
+    <Compile Include="System.Data\DataTableNewRowEventHandler.cs" />\r
+    <Compile Include="System.Data\DataTablePropertyDescriptor.cs" />\r
+    <Compile Include="System.Data\DataTableReader.cs" />\r
+    <Compile Include="System.Data\DataTableTypeConverter.cs" />\r
+    <Compile Include="System.Data\DataView.cs" />\r
+    <Compile Include="System.Data\DataViewManager.cs" />\r
+    <Compile Include="System.Data\DataViewManagerListItemTypeDescriptor.cs" />\r
+    <Compile Include="System.Data\DataViewRowState.cs" />\r
+    <Compile Include="System.Data\DataViewSetting.cs" />\r
+    <Compile Include="System.Data\DataViewSettingCollection.cs" />\r
+    <Compile Include="System.Data\DBConcurrencyException.cs" />\r
+    <Compile Include="System.Data\DbType.cs" />\r
+    <Compile Include="System.Data\DefaultValueTypeConverter.cs" />\r
+    <Compile Include="System.Data\DeletedRowInaccessibleException.cs" />\r
+    <Compile Include="System.Data\DuplicateNameException.cs" />\r
+    <Compile Include="System.Data\EvaluateException.cs" />\r
+    <Compile Include="System.Data\FillErrorEventArgs.cs" />\r
+    <Compile Include="System.Data\FillErrorEventHandler.cs" />\r
+    <Compile Include="System.Data\ForeignKeyConstraint.cs" />\r
+    <Compile Include="System.Data\IColumnMapping.cs" />\r
+    <Compile Include="System.Data\IColumnMappingCollection.cs" />\r
+    <Compile Include="System.Data\IDataAdapter.cs" />\r
+    <Compile Include="System.Data\IDataParameter.cs" />\r
+    <Compile Include="System.Data\IDataParameterCollection.cs" />\r
+    <Compile Include="System.Data\IDataReader.cs" />\r
+    <Compile Include="System.Data\IDataRecord.cs" />\r
+    <Compile Include="System.Data\IDbCommand.cs" />\r
+    <Compile Include="System.Data\IDbConnection.cs" />\r
+    <Compile Include="System.Data\IDbDataAdapter.cs" />\r
+    <Compile Include="System.Data\IDbDataParameter.cs" />\r
+    <Compile Include="System.Data\IDbTransaction.cs" />\r
+    <Compile Include="System.Data\InRowChangingEventException.cs" />\r
+    <Compile Include="System.Data\InternalDataCollectionBase.cs" />\r
+    <Compile Include="System.Data\InvalidConstraintException.cs" />\r
+    <Compile Include="System.Data\InvalidExpressionException.cs" />\r
+    <Compile Include="System.Data\ISafeDataRecord.cs" />\r
+    <Compile Include="System.Data\IsolationLevel.cs" />\r
+    <Compile Include="System.Data\ITableMapping.cs" />\r
+    <Compile Include="System.Data\ITableMappingCollection.cs" />\r
+    <Compile Include="System.Data\KeyRestrictionBehavior.cs" />\r
+    <Compile Include="System.Data\LoadOption.cs" />\r
+    <Compile Include="System.Data\MappingType.cs" />\r
+    <Compile Include="System.Data\MergeFailedEventArgs.cs" />\r
+    <Compile Include="System.Data\MergeFailedEventHandler.cs" />\r
+    <Compile Include="System.Data\MergeManager.cs" />\r
+    <Compile Include="System.Data\MissingMappingAction.cs" />\r
+    <Compile Include="System.Data\MissingPrimaryKeyException.cs" />\r
+    <Compile Include="System.Data\MissingSchemaAction.cs" />\r
+    <Compile Include="System.Data\Node.cs" />\r
+    <Compile Include="System.Data\NoNullAllowedException.cs" />\r
+    <Compile Include="System.Data\OperationAbortedException.cs" />\r
+    <Compile Include="System.Data\ParameterDirection.cs" />\r
+    <Compile Include="System.Data\PropertyAttributes.cs" />\r
+    <Compile Include="System.Data\PropertyCollection.cs" />\r
+    <Compile Include="System.Data\ReadOnlyException.cs" />\r
+    <Compile Include="System.Data\RelatedDataView.cs" />\r
+    <Compile Include="System.Data\RelationshipConverter.cs" />\r
+    <Compile Include="System.Data\ResDescriptionAttribute.cs" />\r
+    <Compile Include="System.Data\RowNotInTableException.cs" />\r
+    <Compile Include="System.Data\Rule.cs" />\r
+    <Compile Include="System.Data\SchemaSerializationMode.cs" />\r
+    <Compile Include="System.Data\SchemaType.cs" />\r
+    <Compile Include="System.Data\SerializationFormat.cs" />\r
+    <Compile Include="System.Data\SqlDbType.cs" />\r
+    <Compile Include="System.Data\StateChangeEventArgs.cs" />\r
+    <Compile Include="System.Data\StateChangeEventHandler.cs" />\r
+    <Compile Include="System.Data\StatementCompletedEventArgs.cs" />\r
+    <Compile Include="System.Data\StatementCompletedEventHandler.cs" />\r
+    <Compile Include="System.Data\StatementType.cs" />\r
+    <Compile Include="System.Data\StrongTypingException.cs" />\r
+    <Compile Include="System.Data\SyntaxErrorException.cs" />\r
+    <Compile Include="System.Data\TableAdapterSchemaInfo.cs" />\r
+    <Compile Include="System.Data\TypeDataSetGeneratorException.cs" />\r
+    <Compile Include="System.Data\TypedDataSetGenerator.cs" />\r
+    <Compile Include="System.Data\UniqueConstraint.cs" />\r
+    <Compile Include="System.Data\UpdateRowSource.cs" />\r
+    <Compile Include="System.Data\UpdateStatus.cs" />\r
+    <Compile Include="System.Data\VersionNotFoundException.cs" />\r
+    <Compile Include="System.Data\XmlConstants.cs" />\r
+    <Compile Include="System.Data\XmlDataInferenceLoader.cs" />\r
+    <Compile Include="System.Data\XmlDataLoader.cs" />\r
+    <Compile Include="System.Data\XmlDataReader.cs" />\r
+    <Compile Include="System.Data\XmlDiffLoader.cs" />\r
+    <Compile Include="System.Data\XmlHelper.cs" />\r
+    <Compile Include="System.Data\XmlReadMode.cs" />\r
+    <Compile Include="System.Data\XmlSchemaDataImporter.cs" />\r
+    <Compile Include="System.Data\XmlSchemaWriter.cs" />\r
+    <Compile Include="System.Data\XmlTableWriter.cs" />\r
+    <Compile Include="System.Data\XmlWriteMode.cs" />\r
+    <Compile Include="System.Xml\XmlDataDocument.cs" />\r
+    <Compile Include="Mono.Data.SqlExpressions\Parser.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent>\r
+      xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D\r
+  </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="./../../class/lib/net_2_0/System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>./../../class/lib/net_2_0/System.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.dll</HintPath>
-    </Reference>
-    <Reference Include="System.EnterpriseServices.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.EnterpriseServices.dll</HintPath>
-    </Reference>
-    <Reference Include="Mono.Data.Tds.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Mono.Data.Tds.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Configuration.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Configuration.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Transactions.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Transactions.dll</HintPath>
-    </Reference>
-\r
+    <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
+      <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>\r
+      <Name>corlib\corlib-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
+      <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>\r
+      <Name>System\System-net_2_0-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">\r
+      <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>\r
+      <Name>System.XML\System.Xml-net_2_0-1</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.EnterpriseServices\System.EnterpriseServices-net_2_0.csproj">\r
+      <Project>{6A0BDCF6-4FFB-471F-B824-5AA24A47E076}</Project>\r
+      <Name>System.EnterpriseServices\System.EnterpriseServices-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Mono.Data.Tds\Mono.Data.Tds-net_2_0.csproj">\r
+      <Project>{FDB86B5C-19F4-49DB-807F-CB0466C121A1}</Project>\r
+      <Name>Mono.Data.Tds\Mono.Data.Tds-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">\r
+      <Project>{725170B0-51F0-46E2-A74D-F764B68553D6}</Project>\r
+      <Name>System.Configuration\System.Configuration-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Transactions\System.Transactions-net_2_0.csproj">\r
+      <Project>{A9F46CB3-7262-47D8-A9EB-9B789278F9EF}</Project>\r
+      <Name>System.Transactions\System.Transactions-net_2_0</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
-</Project>\r
-
+</Project>