-
Notifications
You must be signed in to change notification settings - Fork 0
/
LinkImager.sln
94 lines (93 loc) · 6.66 KB
/
LinkImager.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
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkImager.Android", "LinkImager.Android\LinkImager.Android.csproj", "{422BC8AE-EB31-49DF-83A3-161DB0104910}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkImager.iOS", "LinkImager.iOS\LinkImager.iOS.csproj", "{89779356-45CE-4E90-B680-CD35A094C384}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkImager", "LinkImager\LinkImager.csproj", "{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Testing\Tests.csproj", "{684DC51A-F7D2-4509-8FF5-02D19C1847C0}"
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
Ad-Hoc|iPhone = Ad-Hoc|iPhone
AppStore|iPhone = AppStore|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Debug|Any CPU.Build.0 = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Release|Any CPU.ActiveCfg = Release|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Release|Any CPU.Build.0 = Release|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Debug|iPhone.Build.0 = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Release|iPhone.ActiveCfg = Release|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Release|iPhone.Build.0 = Release|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{422BC8AE-EB31-49DF-83A3-161DB0104910}.AppStore|iPhone.Build.0 = Debug|Any CPU
{89779356-45CE-4E90-B680-CD35A094C384}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Debug|Any CPU.Build.0 = Debug|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Release|Any CPU.ActiveCfg = Release|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Release|Any CPU.Build.0 = Release|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{89779356-45CE-4E90-B680-CD35A094C384}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{89779356-45CE-4E90-B680-CD35A094C384}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{89779356-45CE-4E90-B680-CD35A094C384}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{89779356-45CE-4E90-B680-CD35A094C384}.Debug|iPhone.ActiveCfg = Debug|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Debug|iPhone.Build.0 = Debug|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Release|iPhone.ActiveCfg = Release|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Release|iPhone.Build.0 = Release|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
{89779356-45CE-4E90-B680-CD35A094C384}.AppStore|iPhone.Build.0 = AppStore|iPhone
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Release|Any CPU.Build.0 = Release|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Debug|iPhone.Build.0 = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Release|iPhone.ActiveCfg = Release|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Release|iPhone.Build.0 = Release|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{445B4C83-4FF0-4E41-8355-EAED42AFCF0C}.AppStore|iPhone.Build.0 = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Release|Any CPU.Build.0 = Release|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Debug|iPhone.Build.0 = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Release|iPhone.ActiveCfg = Release|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Release|iPhone.Build.0 = Release|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
{684DC51A-F7D2-4509-8FF5-02D19C1847C0}.AppStore|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
EndGlobalSection
EndGlobal