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-05-10 19:31:46 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-05-10 19:31:46 +0300
commit35a4c994c89c6f444d46e6e4cd069906fa7b4165 (patch)
treeb20acda35714842f2eb5c5f2b74f9f9fed780f0c /mcs/class/System.Data
parent0f952a7adf039f51e218b02e887b85f6807dd0d1 (diff)
[msvc] Update csproj files (#4822)
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/System.Data-net_4_x.csproj6
1 files changed, 5 insertions, 1 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 51f6624d799..49100dfb079 100644
--- a/mcs/class/System.Data/System.Data-net_4_x.csproj
+++ b/mcs/class/System.Data/System.Data-net_4_x.csproj
@@ -272,7 +272,6 @@
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\UpdateRowSource.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\updatestatus.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XDRSchema.cs" />
- <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlContent.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlDataLoader.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XMLDiffLoader.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlKeywords.cs" />
@@ -449,6 +448,11 @@
<Compile Include="..\referencesource\System.Data\System\Data\SqlClient\TdsParserStaticMethods.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="corefx\DataView.cs" />
+ <Compile Include="corefx\DBCommandBuilder.cs" />
+ <Compile Include="corefx\DbConnection.cs" />
+ <Compile Include="corefx\FieldNameLookup.cs" />
+ <Compile Include="corefx\Index.cs" />
<Compile Include="corefx\SR.cs" />
<Compile Include="Microsoft.SqlServer.Server\SqlDataRecord.cs" />
<Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />