forked from kerryjiang/SuperSocket.ClientEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SuperSocket.ClientEngine.iOS.sln
41 lines (41 loc) · 2.41 KB
/
SuperSocket.ClientEngine.iOS.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
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.iOS", "Common\Common.iOS.csproj", "{6B504618-9BFE-463C-9160-FE656E0DCF35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.iOS", "Core\Core.iOS.csproj", "{E5069119-EB33-4CE9-AA54-4A4B295AB85E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Protocol.iOS", "Protocol\Protocol.iOS.csproj", "{B368313E-61F3-465F-9486-4F654C968F3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proxy.iOS", "Proxy\Proxy.iOS.csproj", "{FFFAD344-0C61-4C2F-9CF6-46AE2E24646A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B504618-9BFE-463C-9160-FE656E0DCF35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B504618-9BFE-463C-9160-FE656E0DCF35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B504618-9BFE-463C-9160-FE656E0DCF35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B504618-9BFE-463C-9160-FE656E0DCF35}.Release|Any CPU.Build.0 = Release|Any CPU
{B368313E-61F3-465F-9486-4F654C968F3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B368313E-61F3-465F-9486-4F654C968F3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B368313E-61F3-465F-9486-4F654C968F3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B368313E-61F3-465F-9486-4F654C968F3B}.Release|Any CPU.Build.0 = Release|Any CPU
{E5069119-EB33-4CE9-AA54-4A4B295AB85E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5069119-EB33-4CE9-AA54-4A4B295AB85E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5069119-EB33-4CE9-AA54-4A4B295AB85E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5069119-EB33-4CE9-AA54-4A4B295AB85E}.Release|Any CPU.Build.0 = Release|Any CPU
{FFFAD344-0C61-4C2F-9CF6-46AE2E24646A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFFAD344-0C61-4C2F-9CF6-46AE2E24646A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFFAD344-0C61-4C2F-9CF6-46AE2E24646A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFFAD344-0C61-4C2F-9CF6-46AE2E24646A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Common\Common.iOS.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal