-
Notifications
You must be signed in to change notification settings - Fork 0
/
BGCollectionsApp.sln
71 lines (70 loc) · 5.2 KB
/
BGCollectionsApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BGCollectionsApp", "BGCollectionsApp\BGCollectionsApp.csproj", "{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BGCollectionsApp.Droid", "Droid\BGCollectionsApp.Droid.csproj", "{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BGCollectionsApp.iOS", "iOS\BGCollectionsApp.iOS.csproj", "{D84D5119-5B6E-464B-AE85-7319671B244C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BGCollectionsApp.UITests", "UITests\BGCollectionsApp.UITests.csproj", "{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Release|Any CPU.Build.0 = Release|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Release|iPhone.ActiveCfg = Release|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Release|iPhone.Build.0 = Release|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{4D4701F8-8FA4-43B4-A8C7-A002C1F1DCB6}.Debug|iPhone.Build.0 = Debug|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Release|Any CPU.Build.0 = Release|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Release|iPhone.ActiveCfg = Release|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Release|iPhone.Build.0 = Release|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2AEC3752-0BAE-4C5D-89F8-F0A949FD4D54}.Debug|iPhone.Build.0 = Debug|Any CPU
{D84D5119-5B6E-464B-AE85-7319671B244C}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{D84D5119-5B6E-464B-AE85-7319671B244C}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{D84D5119-5B6E-464B-AE85-7319671B244C}.Release|Any CPU.ActiveCfg = Release|iPhone
{D84D5119-5B6E-464B-AE85-7319671B244C}.Release|Any CPU.Build.0 = Release|iPhone
{D84D5119-5B6E-464B-AE85-7319671B244C}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{D84D5119-5B6E-464B-AE85-7319671B244C}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{D84D5119-5B6E-464B-AE85-7319671B244C}.Release|iPhone.ActiveCfg = Release|iPhone
{D84D5119-5B6E-464B-AE85-7319671B244C}.Release|iPhone.Build.0 = Release|iPhone
{D84D5119-5B6E-464B-AE85-7319671B244C}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{D84D5119-5B6E-464B-AE85-7319671B244C}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{D84D5119-5B6E-464B-AE85-7319671B244C}.Debug|iPhone.ActiveCfg = Debug|iPhone
{D84D5119-5B6E-464B-AE85-7319671B244C}.Debug|iPhone.Build.0 = Debug|iPhone
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Release|Any CPU.Build.0 = Release|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Release|iPhone.ActiveCfg = Release|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Release|iPhone.Build.0 = Release|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{268EBF25-E103-4DEF-9D76-CB28BCF1BB91}.Debug|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal