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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-02-04 00:22:44 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-02-04 03:31:48 +0300
commitf8ba7c412d06d8e4d4e6278502d4dd771a0f10bb (patch)
treeb0b93b968c3f4a9f6c79639c1065c8a4c89ac8e5 /src/System.Net.ServicePoint
parent6424a6154ba25697d2fc1d792b36a0b39b6293d9 (diff)
Update Solution files to use windows path slashes.
Diffstat (limited to 'src/System.Net.ServicePoint')
-rw-r--r--src/System.Net.ServicePoint/System.Net.ServicePoint.sln6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/System.Net.ServicePoint/System.Net.ServicePoint.sln b/src/System.Net.ServicePoint/System.Net.ServicePoint.sln
index dd7215d3a0..8048f7ef2b 100644
--- a/src/System.Net.ServicePoint/System.Net.ServicePoint.sln
+++ b/src/System.Net.ServicePoint/System.Net.ServicePoint.sln
@@ -2,17 +2,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint.Tests", "tests/System.Net.ServicePoint.Tests.csproj", "{DC3BBD1F-37C8-40B2-B248-E12E8D0D146B}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint.Tests", "tests\System.Net.ServicePoint.Tests.csproj", "{DC3BBD1F-37C8-40B2-B248-E12E8D0D146B}"
ProjectSection(ProjectDependencies) = postProject
{AD68DD5E-DEBF-48A0-B619-FBF65F502BC3} = {AD68DD5E-DEBF-48A0-B619-FBF65F502BC3}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint", "src/System.Net.ServicePoint.csproj", "{AD68DD5E-DEBF-48A0-B619-FBF65F502BC3}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint", "src\System.Net.ServicePoint.csproj", "{AD68DD5E-DEBF-48A0-B619-FBF65F502BC3}"
ProjectSection(ProjectDependencies) = postProject
{273A0AE8-6298-4382-9572-E39ACEB458A0} = {273A0AE8-6298-4382-9572-E39ACEB458A0}
EndProjectSection
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint", "ref/System.Net.ServicePoint.csproj", "{273A0AE8-6298-4382-9572-E39ACEB458A0}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint", "ref\System.Net.ServicePoint.csproj", "{273A0AE8-6298-4382-9572-E39ACEB458A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1A2F9F4A-A032-433E-B914-ADD5992BB178}"
EndProject