-
Notifications
You must be signed in to change notification settings - Fork 0
/
Zal.sln
117 lines (117 loc) · 8.31 KB
/
Zal.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
110
111
112
113
114
115
116
117
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zal.Android", "Zal\Zal.Android\Zal.Android.csproj", "{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zal.iOS", "Zal\Zal.iOS\Zal.iOS.csproj", "{18A76FC6-7041-4BFD-9996-0273AE96E1C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zal", "Zal\Zal\Zal.csproj", "{7A498B44-FB97-493C-A485-FA81A9DAD8C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zal.Domain", "Zal.Domain\Zal.Domain.csproj", "{D4E510BF-C2A2-4202-AA9F-654E95780450}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{4D2A2F2C-CB15-4FAA-9AF7-AD7387671413}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zal.Bridge", "Zal.Bridge\Zal.Bridge.csproj", "{96091332-C9EE-43B5-976A-2A574649BC1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
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
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|iPhone.Build.0 = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|Any CPU.Build.0 = Release|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|iPhone.ActiveCfg = Release|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|iPhone.Build.0 = Release|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|iPhone.Deploy.0 = Release|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{24CE3C36-16B9-426D-AA0C-5961ECF8D88C}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|Any CPU.Deploy.0 = Debug|iPhoneSimulator
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|iPhone.ActiveCfg = Debug|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|iPhone.Build.0 = Debug|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|iPhone.Deploy.0 = Debug|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|Any CPU.ActiveCfg = Release|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|Any CPU.Build.0 = Release|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|Any CPU.Deploy.0 = Release|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|iPhone.ActiveCfg = Release|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|iPhone.Build.0 = Release|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|iPhone.Deploy.0 = Release|iPhone
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{18A76FC6-7041-4BFD-9996-0273AE96E1C5}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|iPhone.Build.0 = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|Any CPU.Build.0 = Release|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|Any CPU.Deploy.0 = Release|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|iPhone.ActiveCfg = Release|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|iPhone.Build.0 = Release|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|iPhone.Deploy.0 = Release|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{7A498B44-FB97-493C-A485-FA81A9DAD8C7}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Debug|iPhone.Build.0 = Debug|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Release|Any CPU.Build.0 = Release|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Release|iPhone.ActiveCfg = Release|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Release|iPhone.Build.0 = Release|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D4E510BF-C2A2-4202-AA9F-654E95780450}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Debug|iPhone.Build.0 = Debug|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Release|Any CPU.Build.0 = Release|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Release|iPhone.ActiveCfg = Release|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Release|iPhone.Build.0 = Release|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{96091332-C9EE-43B5-976A-2A574649BC1B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4E510BF-C2A2-4202-AA9F-654E95780450} = {4D2A2F2C-CB15-4FAA-9AF7-AD7387671413}
{96091332-C9EE-43B5-976A-2A574649BC1B} = {4D2A2F2C-CB15-4FAA-9AF7-AD7387671413}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8CBA1253-03EC-412A-9549-B0D72CF56F13}
EndGlobalSection
EndGlobal