-
Notifications
You must be signed in to change notification settings - Fork 0
/
sliver.sln
94 lines (94 loc) · 6.84 KB
/
sliver.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sliver.iOS", "iOS\sliver.iOS.csproj", "{FBD467B0-5F4E-4516-8E9F-70663E8216EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sliver.Android", "Android\sliver.Android.csproj", "{CA591C8F-5151-489F-AADE-5D7F22A840AE}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Sliver.Shared", "Sliver.Shared\Sliver.Shared.shproj", "{CCC6EB1E-408A-4C89-A854-063137D7ADB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sliver.SDK", "Sliver.SDK\Sliver.SDK.csproj", "{2500B8A8-B417-4443-B2E3-DAA358A160CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sliver.Test", "Sliver.Test\Sliver.Test.csproj", "{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Release|iPhone = Release|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.AppStore|iPhone.Build.0 = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Debug|iPhone.Build.0 = Debug|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Release|Any CPU.Build.0 = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Release|iPhone.ActiveCfg = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Release|iPhone.Build.0 = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2500B8A8-B417-4443-B2E3-DAA358A160CF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.AppStore|iPhone.Build.0 = AppStore|iPhone
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Debug|iPhone.ActiveCfg = Debug|iPhone
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Debug|iPhone.Build.0 = Debug|iPhone
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Release|iPhone.ActiveCfg = Release|iPhone
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Release|iPhone.Build.0 = Release|iPhone
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{7E3AFFAC-E9E7-41AD-A281-E4BFE98855DC}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.AppStore|iPhone.Build.0 = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Debug|iPhone.Build.0 = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Release|Any CPU.Build.0 = Release|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Release|iPhone.ActiveCfg = Release|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Release|iPhone.Build.0 = Release|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CA591C8F-5151-489F-AADE-5D7F22A840AE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.AppStore|iPhone.Build.0 = AppStore|iPhone
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Debug|iPhone.ActiveCfg = Debug|iPhone
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Debug|iPhone.Build.0 = Debug|iPhone
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Release|iPhone.ActiveCfg = Release|iPhone
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Release|iPhone.Build.0 = Release|iPhone
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{FBD467B0-5F4E-4516-8E9F-70663E8216EC}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = iOS\sliver.iOS.csproj
EndGlobalSection
EndGlobal