This repository has been archived by the owner on Jun 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRestSharp.Portable.TcpClient.sln
34 lines (34 loc) · 2.11 KB
/
RestSharp.Portable.TcpClient.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "RestSharp.Portable.TcpClient", "RestSharp.Portable.TcpClient\RestSharp.Portable.TcpClient.shproj", "{56D08C85-18C2-481D-BD46-D2885E1FEAEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Portable.TcpClient.NET45", "RestSharp.Portable.TcpClient.NET45\RestSharp.Portable.TcpClient.NET45.csproj", "{E71ED45B-B6B8-494E-A056-60D70D3E9424}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharp.Portable.TcpClient.NET45.Tests", "RestSharp.Portable.TcpClient.NET45.Tests\RestSharp.Portable.TcpClient.NET45.Tests.csproj", "{A211F8DF-D8AD-4D88-97E4-3808B0B36221}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
RestSharp.Portable.TcpClient\RestSharp.Portable.TcpClient.projitems*{56d08c85-18c2-481d-bd46-d2885e1feaeb}*SharedItemsImports = 13
RestSharp.Portable.TcpClient\RestSharp.Portable.TcpClient.projitems*{e71ed45b-b6b8-494e-a056-60d70d3e9424}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E71ED45B-B6B8-494E-A056-60D70D3E9424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E71ED45B-B6B8-494E-A056-60D70D3E9424}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E71ED45B-B6B8-494E-A056-60D70D3E9424}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E71ED45B-B6B8-494E-A056-60D70D3E9424}.Release|Any CPU.Build.0 = Release|Any CPU
{A211F8DF-D8AD-4D88-97E4-3808B0B36221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A211F8DF-D8AD-4D88-97E4-3808B0B36221}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A211F8DF-D8AD-4D88-97E4-3808B0B36221}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A211F8DF-D8AD-4D88-97E4-3808B0B36221}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal