-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelloWorld.sln
71 lines (70 loc) · 5.06 KB
/
HelloWorld.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 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld.Android", "HelloWorld.Android\HelloWorld.Android.csproj", "{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld.iOS", "HelloWorld.iOS\HelloWorld.iOS.csproj", "{68F45270-6B55-49D2-A020-38F86FBB1175}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloWorld", "HelloWorld\HelloWorld.csproj", "{7509F199-11A3-48BB-92A8-9F0A49E46130}"
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
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Release|Any CPU.Build.0 = Release|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Debug|iPhone.Build.0 = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Release|iPhone.ActiveCfg = Release|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Release|iPhone.Build.0 = Release|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{D705A9BB-DA0B-46FE-91D3-C4C43EF76328}.AppStore|iPhone.Build.0 = Debug|Any CPU
{68F45270-6B55-49D2-A020-38F86FBB1175}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{68F45270-6B55-49D2-A020-38F86FBB1175}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{68F45270-6B55-49D2-A020-38F86FBB1175}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{68F45270-6B55-49D2-A020-38F86FBB1175}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{68F45270-6B55-49D2-A020-38F86FBB1175}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{68F45270-6B55-49D2-A020-38F86FBB1175}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{68F45270-6B55-49D2-A020-38F86FBB1175}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{68F45270-6B55-49D2-A020-38F86FBB1175}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{68F45270-6B55-49D2-A020-38F86FBB1175}.Debug|iPhone.ActiveCfg = Debug|iPhone
{68F45270-6B55-49D2-A020-38F86FBB1175}.Debug|iPhone.Build.0 = Debug|iPhone
{68F45270-6B55-49D2-A020-38F86FBB1175}.Release|iPhone.ActiveCfg = Release|iPhone
{68F45270-6B55-49D2-A020-38F86FBB1175}.Release|iPhone.Build.0 = Release|iPhone
{68F45270-6B55-49D2-A020-38F86FBB1175}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{68F45270-6B55-49D2-A020-38F86FBB1175}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{68F45270-6B55-49D2-A020-38F86FBB1175}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{68F45270-6B55-49D2-A020-38F86FBB1175}.AppStore|iPhone.Build.0 = AppStore|iPhone
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Release|Any CPU.Build.0 = Release|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Debug|iPhone.Build.0 = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Release|iPhone.ActiveCfg = Release|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Release|iPhone.Build.0 = Release|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{7509F199-11A3-48BB-92A8-9F0A49E46130}.AppStore|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal