-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathImCup.sln
108 lines (108 loc) · 7.34 KB
/
ImCup.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImCup", "ImCup\ImCup\ImCup.csproj", "{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImCup.Android", "ImCup\ImCup.Android\ImCup.Android.csproj", "{7A0CD484-5A8B-4F72-9658-776A0D5D7897}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImCup.iOS", "ImCup\ImCup.iOS\ImCup.iOS.csproj", "{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|ARM.ActiveCfg = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|ARM.Build.0 = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|iPhone.Build.0 = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|x64.ActiveCfg = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|x64.Build.0 = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|x86.ActiveCfg = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Debug|x86.Build.0 = Debug|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|Any CPU.Build.0 = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|ARM.ActiveCfg = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|ARM.Build.0 = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|iPhone.ActiveCfg = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|iPhone.Build.0 = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|x64.ActiveCfg = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|x64.Build.0 = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|x86.ActiveCfg = Release|Any CPU
{E3CF3DBA-B111-48B8-8D14-B045EE8200CB}.Release|x86.Build.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|ARM.ActiveCfg = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|ARM.Build.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|ARM.Deploy.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|iPhone.Build.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|x64.ActiveCfg = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|x64.Build.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|x64.Deploy.0 = Debug|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|x86.ActiveCfg = Debug|x86
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|x86.Build.0 = Debug|x86
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Debug|x86.Deploy.0 = Debug|x86
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|Any CPU.Build.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|Any CPU.Deploy.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|ARM.ActiveCfg = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|ARM.Build.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|ARM.Deploy.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|iPhone.ActiveCfg = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|iPhone.Build.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|iPhone.Deploy.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|x64.ActiveCfg = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|x64.Build.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|x64.Deploy.0 = Release|Any CPU
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|x86.ActiveCfg = Release|x86
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|x86.Build.0 = Release|x86
{7A0CD484-5A8B-4F72-9658-776A0D5D7897}.Release|x86.Deploy.0 = Release|x86
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Debug|ARM.ActiveCfg = Debug|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Debug|iPhone.ActiveCfg = Debug|iPhone
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Debug|iPhone.Build.0 = Debug|iPhone
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Release|Any CPU.ActiveCfg = Release|iPhone
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Release|ARM.ActiveCfg = Release|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Release|iPhone.ActiveCfg = Release|iPhone
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Release|iPhone.Build.0 = Release|iPhone
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Release|x64.ActiveCfg = Release|iPhoneSimulator
{0C2C5AA5-E56E-43AD-8F1B-4AAE8A6A6D1F}.Release|x86.ActiveCfg = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal