-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathIceland.sln
43 lines (43 loc) · 2.84 KB
/
Iceland.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iceland", "Iceland\Iceland.csproj", "{9B32B307-6FBB-497E-A76F-3F8C4E168B25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Iceland.UITests", "Iceland.UITests\Iceland.UITests.csproj", "{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}"
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
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Debug|iPhone.ActiveCfg = Debug|iPhone
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Debug|iPhone.Build.0 = Debug|iPhone
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Release|Any CPU.ActiveCfg = Release|iPhone
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Release|Any CPU.Build.0 = Release|iPhone
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Release|iPhone.ActiveCfg = Release|iPhone
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Release|iPhone.Build.0 = Release|iPhone
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{9B32B307-6FBB-497E-A76F-3F8C4E168B25}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Debug|iPhone.Build.0 = Debug|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Release|Any CPU.Build.0 = Release|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Release|iPhone.ActiveCfg = Release|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Release|iPhone.Build.0 = Release|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B92E41C0-A9CB-4481-A8F1-54D5C697B17D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal