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-03-05 00:52:47 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-03-05 00:52:47 +0300
commit6bb074bbfb218254c95e319fbecff2c49421a85c (patch)
tree20e5a84e9f9f7326a759b1e42ae1e1d97ff04f66 /mcs/class/System.Core
parenta56212b5ae6fe272e3b1738a65edd90f31f27d4f (diff)
[msvc] Update csproj files (#4474)
Diffstat (limited to 'mcs/class/System.Core')
-rw-r--r--mcs/class/System.Core/System.Core-net_4_x.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcs/class/System.Core/System.Core-net_4_x.csproj b/mcs/class/System.Core/System.Core-net_4_x.csproj
index 19cd7e6be5d..bbac05969d4 100644
--- a/mcs/class/System.Core/System.Core-net_4_x.csproj
+++ b/mcs/class/System.Core/System.Core-net_4_x.csproj
@@ -67,6 +67,10 @@
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Linq\Expressions\Compiler\DelegateHelpers.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\System\Linq\Expressions\Compiler\DelegateHelpers.Generated.cs" />
<Compile Include="..\..\..\external\corefx\src\Common\src\System\NotImplemented.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\BitHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\HashSet.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\HashSetEqualityComparer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Collections\src\System\Collections\Generic\ICollectionDebugView.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\*.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\CachedReflectionInfo.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Linq.Expressions\src\System\Dynamic\Utils\CollectionExtensions.cs" />
@@ -277,10 +281,6 @@
<Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Extension.cs" />
<Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\Function.cs" />
<Compile Include="..\referencesource\System.Core\Microsoft\Scripting\Utils\StrongBox.cs" />
- <Compile Include="..\referencesource\System.Core\System\Collections\Generic\BitHelper.cs" />
- <Compile Include="..\referencesource\System.Core\System\Collections\Generic\HashSet.cs" />
- <Compile Include="..\referencesource\System.Core\System\Collections\Generic\HashSetDebugView.cs" />
- <Compile Include="..\referencesource\System.Core\System\Collections\Generic\HashSetEqualityComparer.cs" />
<Compile Include="..\referencesource\System.Core\System\FuncAndAction.cs" />
<Compile Include="..\referencesource\System.Core\System\InvalidTimeZoneException.cs" />
<Compile Include="..\referencesource\System.Core\System\IO\Enums.cs" />