-
Notifications
You must be signed in to change notification settings - Fork 4
/
Trailmaker.UI.sln
90 lines (90 loc) · 6.63 KB
/
Trailmaker.UI.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
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trailmaker.UI", "Trailmaker.UI\Trailmaker.UI.csproj", "{3F2257BA-4467-4233-81E3-A4442B154A70}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trailmaker.UI.UnitTests", "Trailmaker.UI.UnitTests\Trailmaker.UI.UnitTests.csproj", "{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trailmaker.UI.Demo", "Trailmaker.UI.Demo\Trailmaker.UI.Demo.csproj", "{D37BC9A8-E321-499B-93B6-6395673BBBCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trailmaker.UI.Demo.iOS", "iOS\Trailmaker.UI.Demo.iOS.csproj", "{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trailmaker.UI.Demo.Droid", "Droid\Trailmaker.UI.Demo.Droid.csproj", "{8B9C3E39-58BD-4F38-8104-5C69546F311D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|iPhone = Debug|iPhone
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|Any CPU = Release|Any CPU
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F2257BA-4467-4233-81E3-A4442B154A70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Debug|iPhone.Build.0 = Debug|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Release|Any CPU.Build.0 = Release|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Release|iPhone.ActiveCfg = Release|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Release|iPhone.Build.0 = Release|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3F2257BA-4467-4233-81E3-A4442B154A70}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Debug|iPhone.Build.0 = Debug|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Release|Any CPU.Build.0 = Release|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Release|iPhone.ActiveCfg = Release|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Release|iPhone.Build.0 = Release|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{E878F08A-BEC1-4EF6-B5D3-A109E1FD31C5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Debug|iPhone.Build.0 = Debug|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Release|Any CPU.Build.0 = Release|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Release|iPhone.ActiveCfg = Release|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Release|iPhone.Build.0 = Release|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{D37BC9A8-E321-499B-93B6-6395673BBBCF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Debug|iPhone.ActiveCfg = Debug|iPhone
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Debug|iPhone.Build.0 = Debug|iPhone
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Release|Any CPU.ActiveCfg = Release|iPhone
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Release|Any CPU.Build.0 = Release|iPhone
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Release|iPhone.ActiveCfg = Release|iPhone
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Release|iPhone.Build.0 = Release|iPhone
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{77853AF6-FDCA-4BEE-8FA0-2A900A1D1186}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Debug|iPhone.Build.0 = Debug|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Release|Any CPU.Build.0 = Release|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Release|iPhone.ActiveCfg = Release|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Release|iPhone.Build.0 = Release|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{8B9C3E39-58BD-4F38-8104-5C69546F311D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal