-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPomodoro.sln
59 lines (58 loc) · 4.13 KB
/
Pomodoro.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Pomodoro", "Pomodoro\Pomodoro.shproj", "{0B826A2F-6086-4A49-B873-232E00D6E393}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pomodoro.iOS", "iOS\Pomodoro.iOS.csproj", "{A37AE38F-4988-4AA9-A93D-993BE5740E1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pomodoro.Droid", "Droid\Pomodoro.Droid.csproj", "{BB136F4E-4AF6-45FC-A556-762CD04A7480}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pomodoro.UITests", "UITests\Pomodoro.UITests.csproj", "{695A9043-89C7-4912-B8AF-4A3C51D06450}"
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
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Release|iPhone.ActiveCfg = Release|iPhone
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Release|iPhone.Build.0 = Release|iPhone
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Debug|iPhone.ActiveCfg = Debug|iPhone
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Debug|iPhone.Build.0 = Debug|iPhone
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Release|Any CPU.ActiveCfg = Release|iPhone
{A37AE38F-4988-4AA9-A93D-993BE5740E1A}.Release|Any CPU.Build.0 = Release|iPhone
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Release|iPhone.ActiveCfg = Release|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Release|iPhone.Build.0 = Release|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Debug|iPhone.Build.0 = Debug|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB136F4E-4AF6-45FC-A556-762CD04A7480}.Release|Any CPU.Build.0 = Release|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Release|iPhone.ActiveCfg = Release|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Release|iPhone.Build.0 = Release|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Debug|iPhone.Build.0 = Debug|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{695A9043-89C7-4912-B8AF-4A3C51D06450}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal