-
Notifications
You must be signed in to change notification settings - Fork 0
/
playground3.sln
57 lines (56 loc) · 4.04 KB
/
playground3.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "playground3.Android", "playground3.Android\playground3.Android.csproj", "{D32DB43A-0AB4-449E-B069-B25BF8F04B13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "playground3.iOS", "playground3.iOS\playground3.iOS.csproj", "{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "playground3", "playground3\playground3.csproj", "{3AC2AF0A-F875-4368-9460-BAA25082956A}"
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
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Release|Any CPU.Build.0 = Release|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Debug|iPhone.Build.0 = Debug|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Release|iPhone.ActiveCfg = Release|Any CPU
{D32DB43A-0AB4-449E-B069-B25BF8F04B13}.Release|iPhone.Build.0 = Release|Any CPU
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Debug|iPhone.ActiveCfg = Debug|iPhone
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Debug|iPhone.Build.0 = Debug|iPhone
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Release|iPhone.ActiveCfg = Release|iPhone
{1BA00E8E-9AF3-4D9A-BF74-5E444C0227B7}.Release|iPhone.Build.0 = Release|iPhone
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Release|Any CPU.Build.0 = Release|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Debug|iPhone.Build.0 = Debug|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Release|iPhone.ActiveCfg = Release|Any CPU
{3AC2AF0A-F875-4368-9460-BAA25082956A}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal