-
Notifications
You must be signed in to change notification settings - Fork 3
/
Xamarin.Community.BR.sln
113 lines (113 loc) · 7.97 KB
/
Xamarin.Community.BR.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.Community.BR.Android", "Xamarin.Community.BR\Xamarin.Community.BR.Android\Xamarin.Community.BR.Android.csproj", "{3435B57D-3954-4F1A-9A01-9C7E550641B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.Community.BR.iOS", "Xamarin.Community.BR\Xamarin.Community.BR.iOS\Xamarin.Community.BR.iOS.csproj", "{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xamarin.Community.BR", "Xamarin.Community.BR\Xamarin.Community.BR\Xamarin.Community.BR.csproj", "{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4402272C-2C5F-4D89-B0DD-ABB2968186AD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{78CF3416-7526-4A62-B085-765CE4FD6B7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xamarin.Community.BR.Tests", "Xamarin.Community.BR.Tests\Xamarin.Community.BR.Tests.csproj", "{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2128CDBF-6268-414F-B6C3-B272C691EC03}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Xamarin.Community.BR.ruleset = Xamarin.Community.BR.ruleset
EndProjectSection
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
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|iPhone.Build.0 = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|Any CPU.Build.0 = Release|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|iPhone.ActiveCfg = Release|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|iPhone.Build.0 = Release|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|iPhone.Deploy.0 = Release|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{3435B57D-3954-4F1A-9A01-9C7E550641B5}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|Any CPU.Build.0 = Debug|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|Any CPU.Deploy.0 = Debug|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|iPhone.ActiveCfg = Debug|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|iPhone.Build.0 = Debug|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|iPhone.Deploy.0 = Debug|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Debug|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|Any CPU.ActiveCfg = Release|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|Any CPU.Build.0 = Release|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|Any CPU.Deploy.0 = Release|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|iPhone.ActiveCfg = Release|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|iPhone.Build.0 = Release|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|iPhone.Deploy.0 = Release|iPhone
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E}.Release|iPhoneSimulator.Deploy.0 = Release|iPhoneSimulator
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|iPhone.Build.0 = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|Any CPU.Build.0 = Release|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|Any CPU.Deploy.0 = Release|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|iPhone.ActiveCfg = Release|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|iPhone.Build.0 = Release|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|iPhone.Deploy.0 = Release|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Debug|iPhone.Build.0 = Debug|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Release|Any CPU.Build.0 = Release|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Release|iPhone.ActiveCfg = Release|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Release|iPhone.Build.0 = Release|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3435B57D-3954-4F1A-9A01-9C7E550641B5} = {4402272C-2C5F-4D89-B0DD-ABB2968186AD}
{CB358BC9-CF3A-4BDB-B25C-9C2A062FBD8E} = {4402272C-2C5F-4D89-B0DD-ABB2968186AD}
{41D0C0EA-D21E-4D7B-A580-A67C3CB894FF} = {4402272C-2C5F-4D89-B0DD-ABB2968186AD}
{7BF60FB7-4394-40FC-A913-9225CFBE5CDD} = {78CF3416-7526-4A62-B085-765CE4FD6B7C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {291BC754-4FBA-45A2-AC01-BA7C780AE7EB}
EndGlobalSection
EndGlobal