-
Notifications
You must be signed in to change notification settings - Fork 0
/
EnvSensingXamApp.sln
83 lines (82 loc) · 6.18 KB
/
EnvSensingXamApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvSensingXamApp.Android", "EnvSensingXamApp.Android\EnvSensingXamApp.Android.csproj", "{781A2E25-9887-4C83-A291-7FC6231CE35F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvSensingXamApp.iOS", "EnvSensingXamApp.iOS\EnvSensingXamApp.iOS.csproj", "{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvSensingXamApp.UITests", "EnvSensingXamApp.UITests\EnvSensingXamApp.UITests.csproj", "{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnvSensingXamApp", "EnvSensingXamApp\EnvSensingXamApp.csproj", "{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "UnitTest\UnitTest.csproj", "{E330393A-A177-4A1E-8133-D8C76E55CFBA}"
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
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Release|Any CPU.Build.0 = Release|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Debug|iPhone.Build.0 = Debug|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Release|iPhone.ActiveCfg = Release|Any CPU
{781A2E25-9887-4C83-A291-7FC6231CE35F}.Release|iPhone.Build.0 = Release|Any CPU
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Debug|iPhone.ActiveCfg = Debug|iPhone
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Debug|iPhone.Build.0 = Debug|iPhone
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Release|iPhone.ActiveCfg = Release|iPhone
{DB7427D9-A44F-48B9-ACDE-9CB55F89F2A1}.Release|iPhone.Build.0 = Release|iPhone
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Release|Any CPU.Build.0 = Release|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Debug|iPhone.Build.0 = Debug|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Release|iPhone.ActiveCfg = Release|Any CPU
{96F4231E-5DBC-4064-8E12-A2E09FE85BF8}.Release|iPhone.Build.0 = Release|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Release|Any CPU.Build.0 = Release|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Debug|iPhone.Build.0 = Debug|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Release|iPhone.ActiveCfg = Release|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Release|iPhone.Build.0 = Release|Any CPU
{A22ED8C9-DC88-407F-85CE-B177C9FBBB29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Release|Any CPU.Build.0 = Release|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Debug|iPhone.Build.0 = Debug|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Release|iPhone.ActiveCfg = Release|Any CPU
{E330393A-A177-4A1E-8133-D8C76E55CFBA}.Release|iPhone.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal