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-11-21 18:44:42 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-21 18:44:42 +0300
commitef0f3a53f3d696ff8a760f840bf42ae34b1b5af4 (patch)
treeb3ecc7422cdaf702c9e04a218f489fac02fbab08 /mcs/class/corlib
parent1f59d0958f63df354c91a8e0829af0ab59401a15 (diff)
[msvc] Update csproj files (#6066)
Diffstat (limited to 'mcs/class/corlib')
-rw-r--r--mcs/class/corlib/corlib-net_4_x.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/corlib/corlib-net_4_x.csproj b/mcs/class/corlib/corlib-net_4_x.csproj
index c61adf4d11b..25dc0a70c64 100644
--- a/mcs/class/corlib/corlib-net_4_x.csproj
+++ b/mcs/class/corlib/corlib-net_4_x.csproj
@@ -69,6 +69,8 @@
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\SpanHelpers.Clear.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\SpanHelpers.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Memory\src\System\ThrowHelper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Runtime.InteropServices.RuntimeInformation\src\System\Runtime\InteropServices\RuntimeInformation\Architecture.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Runtime.InteropServices.RuntimeInformation\src\System\Runtime\InteropServices\RuntimeInformation\OSPlatform.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509ContentType.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Security.Cryptography.X509Certificates\src\System\Security\Cryptography\X509Certificates\X509KeyStorageFlags.cs" />
<Compile Include="..\..\..\external\corert\src\Common\src\Interop\Unix\Interop.Libraries.cs" />
@@ -1105,6 +1107,7 @@
<Compile Include="System.Runtime.CompilerServices\Unsafe.cs" />
<Compile Include="System.Runtime.Hosting\ActivationArguments.cs" />
<Compile Include="System.Runtime.Hosting\ApplicationActivator.cs" />
+ <Compile Include="System.Runtime.InteropServices.RuntimeInformation\RuntimeInformation.cs" />
<Compile Include="System.Runtime.InteropServices.WindowsRuntime\DesignerNamespaceResolveEventArgs.cs" />
<Compile Include="System.Runtime.InteropServices.WindowsRuntime\NamespaceResolveEventArgs.cs" />
<Compile Include="System.Runtime.InteropServices.WindowsRuntime\UnsafeNativeMethods.cs" />