forked from predictive-technology-laboratory/sensus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sensus.sln
227 lines (227 loc) · 14.6 KB
/
Sensus.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sensus.Android", "Sensus.Android\Sensus.Android.csproj", "{D33B6CDB-795C-4826-B131-47C526ACE07F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56DC9286-7449-4F64-8C94-C6B4543F125D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
NOTICE.txt = NOTICE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D0290BCC-1A5C-4258-891F-A1D4E8098EE2}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sensus.iOS", "Sensus.iOS\Sensus.iOS.csproj", "{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Sensus.Shared", "Sensus.Shared\Sensus.Shared.shproj", "{B2F65FE8-F266-4C0C-B4A8-D326002B9180}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Sensus.Android.Shared", "Sensus.Android.Shared\Sensus.Android.Shared.shproj", "{B6E23DA5-2716-426B-9F8F-9C47BD6B68D3}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Sensus.iOS.Shared", "Sensus.iOS.Shared\Sensus.iOS.Shared.shproj", "{CA15DD76-C484-4A56-A03F-9EF242294D55}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Articles", "Articles", "{B8603D3F-6823-47C7-90D1-024B226A5229}"
ProjectSection(SolutionItems) = preProject
DocFX\articles\adaptive-sensing.md = DocFX\articles\adaptive-sensing.md
DocFX\articles\adaptive-surveys.md = DocFX\articles\adaptive-surveys.md
DocFX\articles\anonymization.md = DocFX\articles\anonymization.md
DocFX\articles\authentication-servers.md = DocFX\articles\authentication-servers.md
DocFX\articles\backwards-compatibility.md = DocFX\articles\backwards-compatibility.md
DocFX\articles\build-problems.md = DocFX\articles\build-problems.md
DocFX\articles\burden-tuning.md = DocFX\articles\burden-tuning.md
DocFX\articles\coding-conventions.md = DocFX\articles\coding-conventions.md
DocFX\articles\configuring-a-development-system.md = DocFX\articles\configuring-a-development-system.md
DocFX\articles\contributed-resources.md = DocFX\articles\contributed-resources.md
DocFX\articles\device-os-app.md = DocFX\articles\device-os-app.md
DocFX\articles\encryption.md = DocFX\articles\encryption.md
DocFX\articles\github.md = DocFX\articles\github.md
DocFX\articles\intro.md = DocFX\articles\intro.md
DocFX\articles\local-only-storage.md = DocFX\articles\local-only-storage.md
DocFX\articles\privacy-policy.md = DocFX\articles\privacy-policy.md
DocFX\articles\protocol-creation.md = DocFX\articles\protocol-creation.md
DocFX\articles\protocol-distribution.md = DocFX\articles\protocol-distribution.md
DocFX\articles\push-notifications.md = DocFX\articles\push-notifications.md
DocFX\articles\redeploying-sensus.md = DocFX\articles\redeploying-sensus.md
DocFX\articles\remote-updates.md = DocFX\articles\remote-updates.md
DocFX\articles\sensus-r.md = DocFX\articles\sensus-r.md
DocFX\articles\ssl-pinning.md = DocFX\articles\ssl-pinning.md
DocFX\articles\tagging-mode.md = DocFX\articles\tagging-mode.md
DocFX\articles\toc.yml = DocFX\articles\toc.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DocFX", "DocFX", "{D395D4C7-AF3D-4DD5-A52E-73697A5D2DD5}"
ProjectSection(SolutionItems) = preProject
DocFX\docfx.json = DocFX\docfx.json
DocFX\index.md = DocFX\index.md
DocFX\toc.yml = DocFX\toc.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{1833108D-29EF-4FE0-9D3C-7E2B5FCCBA02}"
ProjectSection(SolutionItems) = preProject
DocFX\api\index.md = DocFX\api\index.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sensus.Shared.NuGet", "Sensus.Shared.NuGet\Sensus.Shared.NuGet.csproj", "{117104F2-EE3A-4BF1-B617-DE009D6453F7}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Sensus.Shared.Core", "Sensus.Shared.Core\Sensus.Shared.Core.shproj", "{8560BE00-6908-4C16-B80E-AE1E6A2C8412}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Sensus.Shared.Core\Sensus.Shared.Core.projitems*{117104f2-ee3a-4bf1-b617-de009d6453f7}*SharedItemsImports = 5
Sensus.Shared.Core\Sensus.Shared.Core.projitems*{8560be00-6908-4c16-b80e-ae1e6a2c8412}*SharedItemsImports = 13
Sensus.iOS.Shared\Sensus.iOS.Shared.projitems*{acfa56bf-b959-4caf-a2a7-981a9e48e17c}*SharedItemsImports = 4
Sensus.Shared.Core\Sensus.Shared.Core.projitems*{acfa56bf-b959-4caf-a2a7-981a9e48e17c}*SharedItemsImports = 4
Sensus.Shared\Sensus.Shared.projitems*{acfa56bf-b959-4caf-a2a7-981a9e48e17c}*SharedItemsImports = 4
Sensus.Shared\Sensus.Shared.projitems*{b2f65fe8-f266-4c0c-b4a8-d326002b9180}*SharedItemsImports = 13
Sensus.Android.Shared\Sensus.Android.Shared.projitems*{b6e23da5-2716-426b-9f8f-9c47bd6b68d3}*SharedItemsImports = 13
Sensus.iOS.Shared\Sensus.iOS.Shared.projitems*{ca15dd76-c484-4a56-a03f-9ef242294d55}*SharedItemsImports = 13
Sensus.Android.Shared\Sensus.Android.Shared.projitems*{d33b6cdb-795c-4826-b131-47c526ace07f}*SharedItemsImports = 4
Sensus.Shared.Core\Sensus.Shared.Core.projitems*{d33b6cdb-795c-4826-b131-47c526ace07f}*SharedItemsImports = 4
Sensus.Shared\Sensus.Shared.projitems*{d33b6cdb-795c-4826-b131-47c526ace07f}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|Android = Ad-Hoc|Android
Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
Debug|Android = Debug|Android
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Android = Release|Android
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|Android.ActiveCfg = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|Android.Build.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|Android.Deploy.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|Android.ActiveCfg = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|Android.Build.0 = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|Android.Deploy.0 = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|Android.ActiveCfg = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|Android.Build.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|Any CPU.Build.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|iPhone.ActiveCfg = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D33B6CDB-795C-4826-B131-47C526ACE07F}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Ad-Hoc|Android.ActiveCfg = Ad-Hoc|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Debug|Android.ActiveCfg = Debug|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Debug|iPhone.ActiveCfg = Debug|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Debug|iPhone.Build.0 = Debug|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Debug|iPhone.Deploy.0 = Debug|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Release|Android.ActiveCfg = Release|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Release|Any CPU.ActiveCfg = Release|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Release|iPhone.ActiveCfg = Release|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Release|iPhone.Build.0 = Release|iPhone
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{ACFA56BF-B959-4CAF-A2A7-981A9E48E17C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Ad-Hoc|Android.ActiveCfg = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Debug|Android.ActiveCfg = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Debug|Android.Build.0 = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Debug|iPhone.Build.0 = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Release|Android.ActiveCfg = Release|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Release|Android.Build.0 = Release|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Release|Any CPU.Build.0 = Release|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Release|iPhone.ActiveCfg = Release|Any CPU
{117104F2-EE3A-4BF1-B617-DE009D6453F7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B8603D3F-6823-47C7-90D1-024B226A5229} = {D395D4C7-AF3D-4DD5-A52E-73697A5D2DD5}
{D395D4C7-AF3D-4DD5-A52E-73697A5D2DD5} = {56DC9286-7449-4F64-8C94-C6B4543F125D}
{1833108D-29EF-4FE0-9D3C-7E2B5FCCBA02} = {D395D4C7-AF3D-4DD5-A52E-73697A5D2DD5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5444207C-6244-435F-8EE8-28557370BE4E}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.NoTabsAfterNonTabs = True
$1.scope = text/x-csharp
$1.FileWidth = 80
$1.TabsToSpaces = True
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.IndentBlocksInsideExpressions = True
$2.AnonymousMethodBraceStyle = NextLine
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EventBraceStyle = NextLine
$2.EventAddBraceStyle = NextLine
$2.EventRemoveBraceStyle = NextLine
$2.StatementBraceStyle = NextLine
$2.ElseNewLinePlacement = NewLine
$2.CatchNewLinePlacement = NewLine
$2.FinallyNewLinePlacement = NewLine
$2.WhileNewLinePlacement = DoNotCare
$2.ArrayInitializerWrapping = DoNotChange
$2.ArrayInitializerBraceStyle = NextLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.NewLineBeforeConstructorInitializerColon = NewLine
$2.NewLineAfterConstructorInitializerColon = SameLine
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.scope = text/x-csharp
$0.StandardHeader = $3
$3.Text = @Copyright 2014 The Rector & Visitors of the University of Virginia\n\nLicensed under the Apache License, Version 2.0 (the "License");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an "AS IS" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.
$0.NameConventionPolicy = $4
$4.Rules = $5
$5.NamingRule = $6
$6.AffectedEntity = None
$6.VisibilityMask = VisibilityMask
$6.NamingStyle = None
$6.IncludeInstanceMembers = True
$6.IncludeStaticEntities = True
description = Sensus
version = 2.0.0
EndGlobalSection
EndGlobal