-
Notifications
You must be signed in to change notification settings - Fork 128
/
StepCounter.sln
59 lines (59 loc) · 3.93 KB
/
StepCounter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StepCounter.Android", "StepCounter.Android\StepCounter.Android.csproj", "{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StepCounter.iOS", "StepCounter\StepCounter.iOS.csproj", "{E0535745-3089-4824-AF07-D1472F404A0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Ad-Hoc|iPhone = Ad-Hoc|iPhone
Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
AppStore|iPhone = AppStore|iPhone
AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.AppStore|iPhone.Build.0 = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Debug|iPhone.Build.0 = Debug|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Release|iPhone.ActiveCfg = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Release|iPhone.Build.0 = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{CE7D99E2-F6C4-4741-AAAB-F1FFF182C56B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E0535745-3089-4824-AF07-D1472F404A0D}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{E0535745-3089-4824-AF07-D1472F404A0D}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{E0535745-3089-4824-AF07-D1472F404A0D}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{E0535745-3089-4824-AF07-D1472F404A0D}.Ad-Hoc|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{E0535745-3089-4824-AF07-D1472F404A0D}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{E0535745-3089-4824-AF07-D1472F404A0D}.AppStore|iPhone.Build.0 = AppStore|iPhone
{E0535745-3089-4824-AF07-D1472F404A0D}.AppStore|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{E0535745-3089-4824-AF07-D1472F404A0D}.AppStore|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{E0535745-3089-4824-AF07-D1472F404A0D}.Debug|iPhone.ActiveCfg = Debug|iPhone
{E0535745-3089-4824-AF07-D1472F404A0D}.Debug|iPhone.Build.0 = Debug|iPhone
{E0535745-3089-4824-AF07-D1472F404A0D}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{E0535745-3089-4824-AF07-D1472F404A0D}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{E0535745-3089-4824-AF07-D1472F404A0D}.Release|iPhone.ActiveCfg = Release|iPhone
{E0535745-3089-4824-AF07-D1472F404A0D}.Release|iPhone.Build.0 = Release|iPhone
{E0535745-3089-4824-AF07-D1472F404A0D}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{E0535745-3089-4824-AF07-D1472F404A0D}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = StepCounter\StepCounter.iOS.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal