Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2017-01-26 19:40:33 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-01-26 19:40:33 +0300
commit8a8e9532b4a9ffab9c7ffb0243adb12856cc2a7a (patch)
tree552bab6a6d3eb484d6e685332a3c2a98ea260115 /mcs/class/System.Data
parentb37bb1736d1c4fcd9cbf8a31416697e263d108cc (diff)
[msvc] Update csproj files (#4295)
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/System.Data-net_4_x.csproj74
1 files changed, 37 insertions, 37 deletions
diff --git a/mcs/class/System.Data/System.Data-net_4_x.csproj b/mcs/class/System.Data/System.Data-net_4_x.csproj
index 9316e9d30ce..0179fbb2613 100644
--- a/mcs/class/System.Data/System.Data-net_4_x.csproj
+++ b/mcs/class/System.Data/System.Data-net_4_x.csproj
@@ -49,6 +49,42 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\BigIntegerStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\BooleanStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\ByteStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\CharStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DateTimeOffsetStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DateTimeStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DecimalStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DoubleStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\Int16Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\Int32Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\Int64Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\ObjectStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SByteStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SingleStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLBinaryStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQlBooleanStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLBytesStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLByteStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLCharsStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLDecimalStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLDoubleStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLGuidStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLInt16Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLInt32Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLInt64Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLMoneyStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLSingleStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLStringStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SqlUDTStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\StringStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\TimeSpanStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\UInt16Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\UInt32Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\UInt64Storage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\INullable.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\SQLBinary.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\SQLBoolean.cs" />
@@ -91,19 +127,12 @@
<Compile Include="..\referencesource\System.Data\System\Data\Common\ActivityCorrelator.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\AdapterSwitches.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\AdapterUtil.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\BigIntegerStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\BooleanStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\ByteStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\CharStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DataAdapter.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DataColumnMapping.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DataColumnMappingCollection.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DataRecordInternal.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DataStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DataTableMapping.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DataTableMappingCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DateTimeOffsetStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DateTimeStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DBCommand.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DBCommandBuilder.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DBConnection.cs" />
@@ -130,53 +159,24 @@
<Compile Include="..\referencesource\System.Data\System\Data\Common\DBSchemaRow.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DBSchemaTable.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbTransaction.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DecimalStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DoubleStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\FieldNameLookup.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\GreenMethods.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\Groupbybehavior.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\identifiercase.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\Int16Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\Int32Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\Int64Storage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\MultipartIdentifier.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\NameValuePair.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\NameValuePermission.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\NativeMethods.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\ObjectStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\RowUpdatedEventArgs.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\RowUpdatingEventArgs.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\SafeNativeMethods.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SByteStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\SchemaTableColumn.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\SchemaTableOptionalColumn.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SingleStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\SQLConvert.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLBytesStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLByteStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLCharsStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLGuidStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt16Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt32Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt64Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLSingleStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLStringStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SqlUDTStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SqlXmlStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\StringStorage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\SupportedJoinOperators.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\System.Data_BID.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\TimeSpanStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt16Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt32Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt64Storage.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\UnsafeNativeMethods.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ConflictOptions.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ConnectionState.cs" />
@@ -440,6 +440,7 @@
<Compile Include="..\referencesource\System.Data\System\NewXml\XmlDataImplementation.cs" />
<Compile Include="..\referencesource\System.Data\System\NewXml\XPathNodePointer.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="corefx\SR.cs" />
<Compile Include="Microsoft.SqlServer.Server\SqlDataRecord.cs" />
<Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />
<Compile Include="ReferenceSources\NativeOledbWrapper.cs" />
@@ -449,7 +450,6 @@
<Compile Include="ReferenceSources\ResCategoryAttribute.cs" />
<Compile Include="ReferenceSources\ResDescriptionAttribute.cs" />
<Compile Include="ReferenceSources\SqlInternalConnectionTds.cs" />
- <Compile Include="ReferenceSources\SR.cs" />
<Compile Include="ReferenceSources\ThisAssembly.cs" />
<Compile Include="ReferenceSources\Win32NativeMethods.cs" />
<Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />