This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Charanke.sln
107 lines (106 loc) · 8.06 KB
/
Charanke.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Charanke", "Charanke.Mobile\Charanke\Charanke.csproj", "{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Charanke.Android", "Charanke.Mobile\Charanke.Android\Charanke.Android.csproj", "{70000EBC-1DA9-411C-972E-4E987A11B409}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Charanke.iOS", "Charanke.Mobile\Charanke.iOS\Charanke.iOS.csproj", "{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Charanke.Tests", "Charanke.Tests\Charanke.Tests.csproj", "{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Charanke.Docs", "Charanke.Docs\Charanke.Docs.csproj", "{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}"
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
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Release|Any CPU.Build.0 = Release|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Debug|iPhone.Build.0 = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Release|iPhone.ActiveCfg = Release|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Release|iPhone.Build.0 = Release|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{0E2B52C8-7483-4FD9-BE1E-9CA3B8E021E3}.AppStore|iPhone.Build.0 = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Release|Any CPU.Build.0 = Release|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Debug|iPhone.Build.0 = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Release|iPhone.ActiveCfg = Release|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Release|iPhone.Build.0 = Release|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{70000EBC-1DA9-411C-972E-4E987A11B409}.AppStore|iPhone.Build.0 = Debug|Any CPU
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Debug|iPhone.ActiveCfg = Debug|iPhone
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Debug|iPhone.Build.0 = Debug|iPhone
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Release|iPhone.ActiveCfg = Release|iPhone
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Release|iPhone.Build.0 = Release|iPhone
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{4826BC7E-73BB-476B-BCCB-EC6ECA1AA34E}.AppStore|iPhone.Build.0 = AppStore|iPhone
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Release|Any CPU.Build.0 = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Debug|iPhone.Build.0 = Debug|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Release|iPhone.ActiveCfg = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Release|iPhone.Build.0 = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{D78EF1E5-7BBC-4901-938F-1DF833B09A5D}.AppStore|iPhone.Build.0 = Release|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Release|Any CPU.Build.0 = Release|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Debug|iPhone.Build.0 = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Release|iPhone.ActiveCfg = Release|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Release|iPhone.Build.0 = Release|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{10CDD17D-1864-40F4-B60F-8091FAAAE6B4}.AppStore|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal