-
Notifications
You must be signed in to change notification settings - Fork 6
/
StatesButton.sln
113 lines (112 loc) · 8.44 KB
/
StatesButton.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatesButton.Forms", "StatesButton.Forms\StatesButton.Forms.csproj", "{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatesButton.iOS", "StatesButton.iOS\StatesButton.iOS.csproj", "{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatesButton.Android", "StatesButton.Android\StatesButton.Android.csproj", "{4A2E387B-4A09-4C6F-B83C-083338F28386}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "StatesButton.Shared", "StatesButton.Shared\StatesButton.Shared.shproj", "{EE005EA7-33BB-4F86-82AB-BA8DBA3C5716}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A564E300-DFA6-4489-9D70-64F476688C75}"
ProjectSection(SolutionItems) = preProject
StatesButton.Forms.nuspec = StatesButton.Forms.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{F2036858-C3AE-4577-8DEC-A47E9E00F431}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatesButton.Test", "Test\StatesButton.Test\StatesButton.Test.csproj", "{384BCEB1-308E-400B-AF8C-0FCE14987195}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatesButton.Test.iOS", "Test\iOS\StatesButton.Test.iOS.csproj", "{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StatesButton.Test.Droid", "Test\Droid\StatesButton.Test.Droid.csproj", "{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Debug|iPhoneSimulator = Debug|iPhoneSimulator
Release|iPhone = Release|iPhone
Release|iPhoneSimulator = Release|iPhoneSimulator
Debug|iPhone = Debug|iPhone
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Release|Any CPU.Build.0 = Release|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Release|iPhone.ActiveCfg = Release|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Release|iPhone.Build.0 = Release|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C0E7F726-917C-4D97-BA1A-E8E930C7DC42}.Debug|iPhone.Build.0 = Debug|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Release|Any CPU.Build.0 = Release|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Release|iPhone.ActiveCfg = Release|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Release|iPhone.Build.0 = Release|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{B6CDE4D4-130F-4BD5-8FF0-AF08F43C9AAE}.Debug|iPhone.Build.0 = Debug|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Release|Any CPU.Build.0 = Release|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Release|iPhone.ActiveCfg = Release|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Release|iPhone.Build.0 = Release|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{4A2E387B-4A09-4C6F-B83C-083338F28386}.Debug|iPhone.Build.0 = Debug|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Debug|Any CPU.Build.0 = Debug|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Release|Any CPU.ActiveCfg = Release|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Release|Any CPU.Build.0 = Release|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Release|iPhone.ActiveCfg = Release|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Release|iPhone.Build.0 = Release|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{384BCEB1-308E-400B-AF8C-0FCE14987195}.Debug|iPhone.Build.0 = Debug|Any CPU
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Release|Any CPU.ActiveCfg = Debug|iPhoneSimulator
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Release|Any CPU.Build.0 = Debug|iPhoneSimulator
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Release|iPhone.ActiveCfg = Release|iPhone
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Release|iPhone.Build.0 = Release|iPhone
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Debug|iPhone.ActiveCfg = Debug|iPhone
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B}.Debug|iPhone.Build.0 = Debug|iPhone
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Release|Any CPU.Build.0 = Release|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Release|iPhone.ActiveCfg = Release|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Release|iPhone.Build.0 = Release|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A}.Debug|iPhone.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{384BCEB1-308E-400B-AF8C-0FCE14987195} = {F2036858-C3AE-4577-8DEC-A47E9E00F431}
{6B72CC98-B7F0-4DF2-92A2-DC9F511C975B} = {F2036858-C3AE-4577-8DEC-A47E9E00F431}
{3A3B25C7-4A72-4A33-BC33-74E9E9BA9E0A} = {F2036858-C3AE-4577-8DEC-A47E9E00F431}
EndGlobalSection
EndGlobal