-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathHunt.Mobile.sln
73 lines (72 loc) · 5.42 KB
/
Hunt.Mobile.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hunt.Mobile.iOS", "Hunt.Mobile.iOS\Hunt.Mobile.iOS.csproj", "{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hunt.Mobile.Android", "Hunt.Mobile.Android\Hunt.Mobile.Android.csproj", "{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hunt.Mobile.UITest", "Hunt.Mobile.UITest\Hunt.Mobile.UITest.csproj", "{6F810C4A-83BF-4D36-BE67-96540EBEFC17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hunt.Mobile.Common", "Hunt.Mobile.Common\Hunt.Mobile.Common.csproj", "{332581C6-13C5-4080-B1C8-2A3FB1196F97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hunt.Common", "Hunt.Common\Hunt.Common.csproj", "{47520611-9DED-4661-957E-ABDEB18B08EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hunt.Terminal", "Hunt.Terminal\Hunt.Terminal.csproj", "{4FED24EA-569D-42C7-8637-86C4B40CC405}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}.Release|iPhone.ActiveCfg = Release|iPhone
{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}.Release|iPhone.Build.0 = Release|iPhone
{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}.Debug|iPhone.ActiveCfg = Debug|iPhone
{3216B27A-BCFF-46E7-9C6C-362EE1BCADCC}.Debug|iPhone.Build.0 = Debug|iPhone
{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}.Release|iPhone.ActiveCfg = Release|Any CPU
{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}.Release|iPhone.Build.0 = Release|Any CPU
{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{B239B8DB-2B2B-4ADA-B761-7EFC7E401E60}.Debug|iPhone.Build.0 = Debug|Any CPU
{6F810C4A-83BF-4D36-BE67-96540EBEFC17}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{6F810C4A-83BF-4D36-BE67-96540EBEFC17}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{6F810C4A-83BF-4D36-BE67-96540EBEFC17}.Release|iPhone.ActiveCfg = Release|Any CPU
{6F810C4A-83BF-4D36-BE67-96540EBEFC17}.Release|iPhone.Build.0 = Release|Any CPU
{6F810C4A-83BF-4D36-BE67-96540EBEFC17}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{6F810C4A-83BF-4D36-BE67-96540EBEFC17}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{6F810C4A-83BF-4D36-BE67-96540EBEFC17}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{6F810C4A-83BF-4D36-BE67-96540EBEFC17}.Debug|iPhone.Build.0 = Debug|Any CPU
{332581C6-13C5-4080-B1C8-2A3FB1196F97}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{332581C6-13C5-4080-B1C8-2A3FB1196F97}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{332581C6-13C5-4080-B1C8-2A3FB1196F97}.Release|iPhone.ActiveCfg = Release|Any CPU
{332581C6-13C5-4080-B1C8-2A3FB1196F97}.Release|iPhone.Build.0 = Release|Any CPU
{332581C6-13C5-4080-B1C8-2A3FB1196F97}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{332581C6-13C5-4080-B1C8-2A3FB1196F97}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{332581C6-13C5-4080-B1C8-2A3FB1196F97}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{332581C6-13C5-4080-B1C8-2A3FB1196F97}.Debug|iPhone.Build.0 = Debug|Any CPU
{47520611-9DED-4661-957E-ABDEB18B08EE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{47520611-9DED-4661-957E-ABDEB18B08EE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{47520611-9DED-4661-957E-ABDEB18B08EE}.Release|iPhone.ActiveCfg = Release|Any CPU
{47520611-9DED-4661-957E-ABDEB18B08EE}.Release|iPhone.Build.0 = Release|Any CPU
{47520611-9DED-4661-957E-ABDEB18B08EE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{47520611-9DED-4661-957E-ABDEB18B08EE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{47520611-9DED-4661-957E-ABDEB18B08EE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{47520611-9DED-4661-957E-ABDEB18B08EE}.Debug|iPhone.Build.0 = Debug|Any CPU
{4FED24EA-569D-42C7-8637-86C4B40CC405}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{4FED24EA-569D-42C7-8637-86C4B40CC405}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{4FED24EA-569D-42C7-8637-86C4B40CC405}.Release|iPhone.ActiveCfg = Release|Any CPU
{4FED24EA-569D-42C7-8637-86C4B40CC405}.Release|iPhone.Build.0 = Release|Any CPU
{4FED24EA-569D-42C7-8637-86C4B40CC405}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{4FED24EA-569D-42C7-8637-86C4B40CC405}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{4FED24EA-569D-42C7-8637-86C4B40CC405}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{4FED24EA-569D-42C7-8637-86C4B40CC405}.Debug|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal