-
Notifications
You must be signed in to change notification settings - Fork 1
/
PartlyNewsy.sln
93 lines (93 loc) · 6.81 KB
/
PartlyNewsy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29411.138
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartlyNewsy.Android", "PartlyNewsy.Android\PartlyNewsy.Android.csproj", "{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartlyNewsy.iOS", "PartlyNewsy.iOS\PartlyNewsy.iOS.csproj", "{65307EDB-B27F-480E-A29F-E1138E552AAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartlyNewsy.Core", "PartlyNewsy.Core\PartlyNewsy.Core.csproj", "{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartlyNewsy.Models", "Functions\PartlyNewsy.Models\PartlyNewsy.Models.csproj", "{867B1849-B34F-4204-A496-E525C43733DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartlyNewsy.Functions", "Functions\PartlyNewsy.Functions\PartlyNewsy.Functions.csproj", "{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}"
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
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Debug|iPhone.Build.0 = Debug|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Release|Any CPU.Build.0 = Release|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Release|iPhone.ActiveCfg = Release|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Release|iPhone.Build.0 = Release|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{25BA0F2D-F8E9-41A7-A717-A74FE2B802BD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Debug|iPhone.ActiveCfg = Debug|iPhone
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Debug|iPhone.Build.0 = Debug|iPhone
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Release|iPhone.ActiveCfg = Release|iPhone
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Release|iPhone.Build.0 = Release|iPhone
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{65307EDB-B27F-480E-A29F-E1138E552AAA}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Debug|iPhone.Build.0 = Debug|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Release|Any CPU.Build.0 = Release|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Release|iPhone.ActiveCfg = Release|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Release|iPhone.Build.0 = Release|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C095C864-E43A-41D3-A8C7-6C54D5CF8A1B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Debug|iPhone.Build.0 = Debug|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Release|Any CPU.Build.0 = Release|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Release|iPhone.ActiveCfg = Release|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Release|iPhone.Build.0 = Release|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{867B1849-B34F-4204-A496-E525C43733DB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Debug|iPhone.Build.0 = Debug|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Release|Any CPU.Build.0 = Release|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Release|iPhone.ActiveCfg = Release|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Release|iPhone.Build.0 = Release|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{5F2B2CF4-8771-4006-AF04-4CA1F9DA7359}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {34E66D59-B8A2-4225-AB10-9496895CB646}
EndGlobalSection
EndGlobal