From 52715935f2c237989a0d366d594ea876ccdbe830 Mon Sep 17 00:00:00 2001 From: Jan Henke Date: Sat, 13 Jun 2015 12:29:39 +0200 Subject: [PATCH] Add FreeBSD to System.Private.Uri Add FreeBSD to the System.Private.Uri.CoreCLR.csproj file. This commit depends on the Interop bits from PR#2031. --- .../src/System.Private.Uri.CoreCLR.csproj | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/System.Private.Uri/src/System.Private.Uri.CoreCLR.csproj b/src/System.Private.Uri/src/System.Private.Uri.CoreCLR.csproj index a1942b18a048..247f005e31f5 100644 --- a/src/System.Private.Uri/src/System.Private.Uri.CoreCLR.csproj +++ b/src/System.Private.Uri/src/System.Private.Uri.CoreCLR.csproj @@ -14,6 +14,8 @@ + + @@ -138,6 +140,15 @@ + + + + Common\Interop\FreeBSD\Interop.Errors.cs + + + Common\Interop\FreeBSD\Interop.OpenFlags.cs + +