-
Notifications
You must be signed in to change notification settings - Fork 0
/
XamUtilities.sln
134 lines (134 loc) · 9.68 KB
/
XamUtilities.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{12CDF4D5-5BD2-4DA6-A752-0431A9A85BFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XamUtilities", "Source\XamUtilities\XamUtilities.csproj", "{EFF3A5D2-E203-4702-B64F-67E648D118AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamUtilities.Android", "Source\XamUtilities.Android\XamUtilities.Android.csproj", "{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamUtilities.iOS", "Source\XamUtilities.iOS\XamUtilities.iOS.csproj", "{A470483B-5428-431F-9A84-E65933C9A2D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{49A37907-EF14-4C61-A015-D61F340CE3B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XamUtilities.Sample", "Samples\XamUtilities.Sample\XamUtilities.Sample.csproj", "{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamUtilities.Sample.Android", "Samples\XamUtilities.Sample.Android\XamUtilities.Sample.Android.csproj", "{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XamUtilities.Sample.iOS", "Samples\XamUtilities.Sample.iOS\XamUtilities.Sample.iOS.csproj", "{848C75F7-4D00-4331-8563-98BC6EF8BAE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{DC42E323-FCA1-43FA-BD58-F3E3A2AAF5F0}"
ProjectSection(SolutionItems) = preProject
Images\icon.png = Images\icon.png
Images\Screenshot_roundframe.png = Images\Screenshot_roundframe.png
Images\Screenshot_SkiaCircleContentView.png = Images\Screenshot_SkiaCircleContentView.png
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
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Debug|iPhone.Build.0 = Debug|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Release|Any CPU.Build.0 = Release|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Release|iPhone.ActiveCfg = Release|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Release|iPhone.Build.0 = Release|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{EFF3A5D2-E203-4702-B64F-67E648D118AD}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|iPhone.Build.0 = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|Any CPU.Build.0 = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|iPhone.ActiveCfg = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|iPhone.Build.0 = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|iPhone.Deploy.0 = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{A470483B-5428-431F-9A84-E65933C9A2D8}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{A470483B-5428-431F-9A84-E65933C9A2D8}.Debug|iPhone.ActiveCfg = Debug|iPhone
{A470483B-5428-431F-9A84-E65933C9A2D8}.Debug|iPhone.Build.0 = Debug|iPhone
{A470483B-5428-431F-9A84-E65933C9A2D8}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{A470483B-5428-431F-9A84-E65933C9A2D8}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{A470483B-5428-431F-9A84-E65933C9A2D8}.Release|Any CPU.ActiveCfg = Release|iPhone
{A470483B-5428-431F-9A84-E65933C9A2D8}.Release|iPhone.ActiveCfg = Release|iPhone
{A470483B-5428-431F-9A84-E65933C9A2D8}.Release|iPhone.Build.0 = Release|iPhone
{A470483B-5428-431F-9A84-E65933C9A2D8}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{A470483B-5428-431F-9A84-E65933C9A2D8}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Debug|iPhone.Build.0 = Debug|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Release|Any CPU.Build.0 = Release|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Release|iPhone.ActiveCfg = Release|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Release|iPhone.Build.0 = Release|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|iPhone.Build.0 = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|iPhone.Deploy.0 = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|Any CPU.Build.0 = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|Any CPU.Deploy.0 = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|iPhone.ActiveCfg = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|iPhone.Build.0 = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|iPhone.Deploy.0 = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Debug|Any CPU.ActiveCfg = Debug|iPhone
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Debug|iPhone.ActiveCfg = Debug|iPhone
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Debug|iPhone.Build.0 = Debug|iPhone
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Release|Any CPU.ActiveCfg = Release|iPhone
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Release|iPhone.ActiveCfg = Release|iPhone
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Release|iPhone.Build.0 = Release|iPhone
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
{848C75F7-4D00-4331-8563-98BC6EF8BAE6}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EFF3A5D2-E203-4702-B64F-67E648D118AD} = {12CDF4D5-5BD2-4DA6-A752-0431A9A85BFD}
{C6FDBA21-B6B4-4AE5-8613-DF78A82D25A4} = {12CDF4D5-5BD2-4DA6-A752-0431A9A85BFD}
{A470483B-5428-431F-9A84-E65933C9A2D8} = {12CDF4D5-5BD2-4DA6-A752-0431A9A85BFD}
{53449D6D-EF23-4DF1-9BA6-12D5CF4E0548} = {49A37907-EF14-4C61-A015-D61F340CE3B3}
{69ABEEB0-A07E-4A1B-AF66-D56A636E27CF} = {49A37907-EF14-4C61-A015-D61F340CE3B3}
{848C75F7-4D00-4331-8563-98BC6EF8BAE6} = {49A37907-EF14-4C61-A015-D61F340CE3B3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BB63993-8559-4DAC-8506-9F45CEB98CFD}
EndGlobalSection
EndGlobal