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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>2016-07-01 03:43:57 +0300
committerJeremy Kuhne <jeremy.kuhne@microsoft.com>2016-09-19 21:16:22 +0300
commit387cf98c410bdca8fd195b28cbe53af578698f94 (patch)
tree70be6f87470938ce0cefd32c4f923f58e17ab0aa /src/System.Runtime.Extensions/System.Runtime.Extensions.sln
parent2cba5a1931a0bc054b17140c5f1271a59423f1b7 (diff)
Add Path.GetRelativePath
This change adds Path.GetRelativePath, which will calculate the relative path from one directory to another file/directory. This change also adds support for targetting netcoreapp
Diffstat (limited to 'src/System.Runtime.Extensions/System.Runtime.Extensions.sln')
-rw-r--r--src/System.Runtime.Extensions/System.Runtime.Extensions.sln2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/System.Runtime.Extensions/System.Runtime.Extensions.sln b/src/System.Runtime.Extensions/System.Runtime.Extensions.sln
index 91e401abeb..26b62e86eb 100644
--- a/src/System.Runtime.Extensions/System.Runtime.Extensions.sln
+++ b/src/System.Runtime.Extensions/System.Runtime.Extensions.sln
@@ -139,5 +139,7 @@ Global
{845D2B72-D8A4-42E5-9BE9-17639EC4FC1A} = {1962877E-782F-499B-8468-F0F2A0692E96}
{E73B023E-609E-4281-866A-3AECB1AB5D48} = {8C66E70A-65C3-443E-A23A-18A1C12972B0}
{6C314C9B-3D28-4B05-9B4C-B57A00A9B3B9} = {4253F45C-FA2F-4743-9FC8-20666C416A68}
+ {373D255D-4749-4F26-A24A-A083E77B4471} = {4253F45C-FA2F-4743-9FC8-20666C416A68}
+ {9F312D76-9AF1-4E90-B3B0-815A1EC6C346} = {4253F45C-FA2F-4743-9FC8-20666C416A68}
EndGlobalSection
EndGlobal