forked from CodeHubApp/CodeHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CodeHub.iOS.sln
229 lines (229 loc) · 14.2 KB
/
CodeHub.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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeHub.iOS", "CodeHub.iOS\CodeHub.iOS.csproj", "{B061316A-F386-4FE2-93B7-555584234FF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeHub.Core", "CodeHub.Core\CodeHub.Core.csproj", "{B7970173-9022-466B-B57A-7AB1E1F3145F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeHub", "CodeHub\CodeHub.csproj", "{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AdHoc|Any CPU = AdHoc|Any CPU
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
AdHoc|iPhone = AdHoc|iPhone
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AdHoc|iPhoneSimulator = AdHoc|iPhoneSimulator
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AdHoc|Mixed Platforms = AdHoc|Mixed Platforms
Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms
AppStore|Any CPU = AppStore|Any CPU
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
AppStore|Mixed Platforms = AppStore|Mixed Platforms
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B061316A-F386-4FE2-93B7-555584234FF8}.AdHoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Ad-Hoc|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Ad-Hoc|Any CPU.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{B061316A-F386-4FE2-93B7-555584234FF8}.AdHoc|iPhone.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{B061316A-F386-4FE2-93B7-555584234FF8}.AdHoc|iPhone.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AdHoc|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AdHoc|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AdHoc|Mixed Platforms.ActiveCfg = Ad-Hoc|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AdHoc|Mixed Platforms.Build.0 = Ad-Hoc|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AppStore|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AppStore|Any CPU.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{B061316A-F386-4FE2-93B7-555584234FF8}.AppStore|iPhone.Build.0 = AppStore|iPhone
{B061316A-F386-4FE2-93B7-555584234FF8}.AppStore|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AppStore|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AppStore|Mixed Platforms.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.AppStore|Mixed Platforms.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Debug|iPhone.ActiveCfg = Debug|iPhone
{B061316A-F386-4FE2-93B7-555584234FF8}.Debug|iPhone.Build.0 = Debug|iPhone
{B061316A-F386-4FE2-93B7-555584234FF8}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Debug|Mixed Platforms.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Release|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Release|Any CPU.Build.0 = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Release|iPhone.ActiveCfg = Release|iPhone
{B061316A-F386-4FE2-93B7-555584234FF8}.Release|iPhone.Build.0 = Release|iPhone
{B061316A-F386-4FE2-93B7-555584234FF8}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Release|Mixed Platforms.ActiveCfg = Debug|iPhoneSimulator
{B061316A-F386-4FE2-93B7-555584234FF8}.Release|Mixed Platforms.Build.0 = Debug|iPhoneSimulator
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AdHoc|Any CPU.ActiveCfg = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AdHoc|Any CPU.Build.0 = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AdHoc|iPhone.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AdHoc|iPhone.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AdHoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AdHoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AdHoc|Mixed Platforms.ActiveCfg = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AdHoc|Mixed Platforms.Build.0 = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AppStore|iPhone.Build.0 = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.AppStore|Mixed Platforms.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Debug|iPhone.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Release|Any CPU.Build.0 = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Release|iPhone.ActiveCfg = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Release|iPhone.Build.0 = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B7970173-9022-466B-B57A-7AB1E1F3145F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AdHoc|Any CPU.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AdHoc|Any CPU.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AdHoc|iPhone.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AdHoc|iPhone.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AdHoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AdHoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AdHoc|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AdHoc|Mixed Platforms.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Ad-Hoc|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Ad-Hoc|Mixed Platforms.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AppStore|Any CPU.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AppStore|iPhone.Build.0 = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AppStore|iPhoneSimulator.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AppStore|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.AppStore|Mixed Platforms.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Debug|iPhone.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Release|Any CPU.Build.0 = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Release|iPhone.ActiveCfg = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Release|iPhone.Build.0 = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B01CF3C6-51DF-4CAE-A07C-E4BC907833D7}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.inheritsScope = text/plain
$2.scope = application/javascript
$2.FileWidth = 120
$0.TextStylePolicy = $3
$3.scope = text/x-csharp
$3.FileWidth = 160
$3.TabsToSpaces = True
$0.CSharpFormattingPolicy = $4
$4.IndentSwitchBody = True
$4.PropertyBraceStyle = NextLine
$4.PropertyGetBraceStyle = NextLine
$4.PropertySetBraceStyle = NextLine
$4.EventBraceStyle = NextLine
$4.EventAddBraceStyle = NextLine
$4.EventRemoveBraceStyle = NextLine
$4.StatementBraceStyle = NextLine
$4.ElseNewLinePlacement = NewLine
$4.CatchNewLinePlacement = NewLine
$4.FinallyNewLinePlacement = NewLine
$4.WhileNewLinePlacement = DoNotCare
$4.ArrayInitializerWrapping = DoNotChange
$4.ArrayInitializerBraceStyle = NextLine
$4.BeforeMethodDeclarationParentheses = False
$4.BeforeMethodCallParentheses = False
$4.BeforeConstructorDeclarationParentheses = False
$4.NewLineBeforeConstructorInitializerColon = NewLine
$4.NewLineAfterConstructorInitializerColon = SameLine
$4.BeforeDelegateDeclarationParentheses = False
$4.NewParentheses = False
$4.SpacesBeforeBrackets = False
$4.scope = text/x-csharp
$0.TextStylePolicy = $5
$5.scope = text/plain
$5.TabsToSpaces = True
$0.TextStylePolicy = $6
$6.inheritsSet = null
$6.scope = application/xml
$0.XmlFormattingPolicy = $7
$7.scope = application/xml
$0.TextStylePolicy = $8
$8.inheritsSet = null
$8.scope = text/html
$0.TextStylePolicy = $9
$9.inheritsSet = null
$9.scope = text/css
$0.TextStylePolicy = $10
$10.scope = text/x-cshtml
$10.FileWidth = 80
$10.TabsToSpaces = True
$10.TabWidth = 2
$10.IndentWidth = 2
$0.StandardHeader = $11
$0.NameConventionPolicy = $12
$12.Rules = $13
$13.NamingRule = $14
$14.Name = Type Parameters
$14.AffectedEntity = TypeParameter
$14.VisibilityMask = VisibilityMask
$14.NamingStyle = PascalCase
$14.IncludeInstanceMembers = True
$14.IncludeStaticEntities = True
$14.RequiredPrefixes = $15
$15.String = T
$14.RequiredSuffixes = $16
$16.String = Exception
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal