-
Notifications
You must be signed in to change notification settings - Fork 5
/
VMFirstNav.sln
109 lines (109 loc) · 7.97 KB
/
VMFirstNav.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VMFirstNav", "VMFirstNav\VMFirstNav.csproj", "{2B91892E-8113-4E9E-982C-7E186FEEB214}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demo", "Demo", "{06BA6D54-BC2F-42C6-A9B2-46725C2A81CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMFirstNav.Demo", "VMFirstNav.Demo\VMFirstNav.Demo.csproj", "{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMFirstNav.Demo.Droid", "Droid\VMFirstNav.Demo.Droid.csproj", "{89D44D6A-1205-4A75-AE82-42111FDE9286}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMFirstNav.Demo.iOS", "iOS\VMFirstNav.Demo.iOS.csproj", "{E91062C4-A4F8-486B-9A6C-326306748405}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppVeyor|Any CPU = AppVeyor|Any CPU
AppVeyor|iPhone = AppVeyor|iPhone
AppVeyor|iPhoneSimulator = AppVeyor|iPhoneSimulator
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B91892E-8113-4E9E-982C-7E186FEEB214}.AppVeyor|Any CPU.ActiveCfg = Release|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.AppVeyor|Any CPU.Build.0 = Release|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.AppVeyor|iPhone.ActiveCfg = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.AppVeyor|iPhone.Build.0 = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.AppVeyor|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.AppVeyor|iPhoneSimulator.Build.0 = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Debug|iPhone.Build.0 = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Release|Any CPU.Build.0 = Release|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Release|iPhone.ActiveCfg = Release|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Release|iPhone.Build.0 = Release|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{2B91892E-8113-4E9E-982C-7E186FEEB214}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.AppVeyor|Any CPU.ActiveCfg = Debug|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.AppVeyor|iPhone.ActiveCfg = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.AppVeyor|iPhone.Build.0 = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.AppVeyor|iPhoneSimulator.ActiveCfg = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.AppVeyor|iPhoneSimulator.Build.0 = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Debug|iPhone.Build.0 = Debug|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Release|Any CPU.Build.0 = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Release|iPhone.ActiveCfg = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Release|iPhone.Build.0 = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.AppVeyor|Any CPU.ActiveCfg = Debug|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.AppVeyor|iPhone.ActiveCfg = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.AppVeyor|iPhone.Build.0 = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.AppVeyor|iPhone.Deploy.0 = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.AppVeyor|iPhoneSimulator.ActiveCfg = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.AppVeyor|iPhoneSimulator.Build.0 = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.AppVeyor|iPhoneSimulator.Deploy.0 = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Debug|iPhone.Build.0 = Debug|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Release|Any CPU.Build.0 = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Release|iPhone.ActiveCfg = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Release|iPhone.Build.0 = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{89D44D6A-1205-4A75-AE82-42111FDE9286}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E91062C4-A4F8-486B-9A6C-326306748405}.AppVeyor|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{E91062C4-A4F8-486B-9A6C-326306748405}.AppVeyor|iPhone.ActiveCfg = Release|iPhone
{E91062C4-A4F8-486B-9A6C-326306748405}.AppVeyor|iPhone.Build.0 = Release|iPhone
{E91062C4-A4F8-486B-9A6C-326306748405}.AppVeyor|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{E91062C4-A4F8-486B-9A6C-326306748405}.AppVeyor|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{E91062C4-A4F8-486B-9A6C-326306748405}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{E91062C4-A4F8-486B-9A6C-326306748405}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{E91062C4-A4F8-486B-9A6C-326306748405}.Debug|iPhone.ActiveCfg = Debug|iPhone
{E91062C4-A4F8-486B-9A6C-326306748405}.Debug|iPhone.Build.0 = Debug|iPhone
{E91062C4-A4F8-486B-9A6C-326306748405}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{E91062C4-A4F8-486B-9A6C-326306748405}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{E91062C4-A4F8-486B-9A6C-326306748405}.Release|Any CPU.ActiveCfg = Release|iPhone
{E91062C4-A4F8-486B-9A6C-326306748405}.Release|Any CPU.Build.0 = Release|iPhone
{E91062C4-A4F8-486B-9A6C-326306748405}.Release|iPhone.ActiveCfg = Release|iPhone
{E91062C4-A4F8-486B-9A6C-326306748405}.Release|iPhone.Build.0 = Release|iPhone
{E91062C4-A4F8-486B-9A6C-326306748405}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{E91062C4-A4F8-486B-9A6C-326306748405}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{522AF6C4-EB3D-46A9-A7D9-10374DB176A6} = {06BA6D54-BC2F-42C6-A9B2-46725C2A81CC}
{89D44D6A-1205-4A75-AE82-42111FDE9286} = {06BA6D54-BC2F-42C6-A9B2-46725C2A81CC}
{E91062C4-A4F8-486B-9A6C-326306748405} = {06BA6D54-BC2F-42C6-A9B2-46725C2A81CC}
EndGlobalSection
EndGlobal