1
wxr
2023-03-31 7e42cc13a14b7de31c9f5d5c61cdf24f3246335d
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
118
119
 
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared", "SmartHome\Shared.shproj", "{D8D46E78-1EE6-4EA2-9FF8-C4A3718B5A17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IosService", "IosService\IosService.csproj", "{0F9672A4-CD14-43CD-BCAD-FDA522E932F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroidService", "DroidService\DroidService.csproj", "{CE1A32D2-147D-406D-B194-7820468301D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ON.Ios", "ON.Ios\ON.Ios.csproj", "{1D83BF28-BA88-4152-BA41-D7EFE90A5437}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ON.Droid", "ON\ON.Droid.csproj", "{9D9EF20B-6E65-4A65-92BF-567EBF1E1443}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroidLib", "DroidLib\DroidLib.csproj", "{47EFF987-3192-4A56-A463-A940F245FF7D}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|iPhoneSimulator = Debug|iPhoneSimulator
        Release|iPhone = Release|iPhone
        Release|iPhoneSimulator = Release|iPhoneSimulator
        Debug|iPhone = Debug|iPhone
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Release|iPhone.ActiveCfg = Release|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Release|iPhone.Build.0 = Release|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Debug|iPhone.Build.0 = Debug|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {0F9672A4-CD14-43CD-BCAD-FDA522E932F7}.Release|Any CPU.Build.0 = Release|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Release|iPhone.ActiveCfg = Release|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Release|iPhone.Build.0 = Release|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Debug|iPhone.Build.0 = Debug|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {CE1A32D2-147D-406D-B194-7820468301D4}.Release|Any CPU.Build.0 = Release|Any CPU
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Release|iPhone.ActiveCfg = Release|iPhone
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Release|iPhone.Build.0 = Release|iPhone
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Debug|iPhone.ActiveCfg = Debug|iPhone
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Debug|iPhone.Build.0 = Debug|iPhone
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Release|Any CPU.ActiveCfg = Release|iPhone
        {1D83BF28-BA88-4152-BA41-D7EFE90A5437}.Release|Any CPU.Build.0 = Release|iPhone
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Release|iPhone.ActiveCfg = Release|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Release|iPhone.Build.0 = Release|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Debug|iPhone.ActiveCfg = Debug|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Debug|iPhone.Build.0 = Debug|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {9D9EF20B-6E65-4A65-92BF-567EBF1E1443}.Release|Any CPU.Build.0 = Release|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Release|iPhone.ActiveCfg = Release|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Release|iPhone.Build.0 = Release|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Debug|iPhone.Build.0 = Debug|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {47EFF987-3192-4A56-A463-A940F245FF7D}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(MonoDevelopProperties) = preSolution
        Policies = $0
        $0.TextStylePolicy = $1
        $1.scope = text/plain
        $1.FileWidth = 80
        $1.TabsToSpaces = True
        $0.CSharpFormattingPolicy = $2
        $2.AfterDelegateDeclarationParameterComma = True
        $2.scope = text/x-csharp
        $2.IndentSwitchSection = False
        $2.NewLinesForBracesInProperties = False
        $2.NewLinesForBracesInAccessors = False
        $2.NewLinesForBracesInAnonymousMethods = False
        $2.NewLinesForBracesInControlBlocks = False
        $2.NewLinesForBracesInAnonymousTypes = False
        $2.NewLinesForBracesInObjectCollectionArrayInitializers = False
        $2.NewLinesForBracesInLambdaExpressionBody = False
        $2.NewLineForElse = False
        $2.NewLineForCatch = False
        $2.NewLineForFinally = False
        $2.NewLineForMembersInObjectInit = False
        $2.NewLineForMembersInAnonymousTypes = False
        $2.NewLineForClausesInQuery = False
        $2.SpacingAfterMethodDeclarationName = True
        $2.SpaceAfterMethodCallName = True
        $2.SpaceBeforeOpenSquareBracket = True
        $0.TextStylePolicy = $3
        $3.inheritsSet = VisualStudio
        $3.inheritsScope = text/plain
        $3.scope = text/plain
        $0.DotNetNamingPolicy = $4
    EndGlobalSection
EndGlobal