-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathFigmaSharp.Maui.sln
152 lines (152 loc) · 11.8 KB
/
FigmaSharp.Maui.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{FBBB8608-7B63-4C07-9609-16DDEB01C081}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{02319977-D222-4DA2-AE49-05EEF92B3DBF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigmaSharp", "FigmaSharp\FigmaSharp\FigmaSharp.csproj", "{11142FD4-8D40-4724-883A-52E9A84A099B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigmaSharp.Views", "FigmaSharp.Views\FigmaSharp.Views\FigmaSharp.Views.csproj", "{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{1581B8FF-72D1-4D3C-846E-25778FD74BD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigmaSharp.Controls", "FigmaSharp.Controls\FigmaSharp.Controls\FigmaSharp.Controls.csproj", "{A8372FD9-04BB-41F0-85C8-CBAB9E587501}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigmaSharp.Maui", "FigmaSharp\FigmaSharp.Maui\FigmaSharp.Maui.csproj", "{67015C69-0D4D-44F9-86D3-8BE0202805B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigmaSharp.Views.Maui", "FigmaSharp.Views\FigmaSharp.Views.Maui\FigmaSharp.Views.Maui.csproj", "{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Basic Rendering", "Basic Rendering", "{79BD5A40-E42A-43EC-AA95-F5694C9853FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigmaSharp.Controls.Maui", "FigmaSharp.Controls\FigmaSharp.Controls.Maui\FigmaSharp.Controls.Maui.csproj", "{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rendering", "samples\FigmaSharp\BasicRendering\Maui\Rendering\Rendering.csproj", "{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
ExampleFigma.Shared\ExampleFigma.Shared.projitems*{461b4a01-c603-4c8a-9763-642197569e9a}*SharedItemsImports = 4
ExampleFigma.Shared\ExampleFigma.Shared.projitems*{6b3ed949-8155-4029-89b0-68aec8edc255}*SharedItemsImports = 4
ExampleFigma.Shared\ExampleFigma.Shared.projitems*{72d9836a-f902-46a3-8e71-6b327c5d24bb}*SharedItemsImports = 4
ExampleFigma.Shared\ExampleFigma.Shared.projitems*{88cc3650-709a-4a60-a43b-0fe2f6c4098d}*SharedItemsImports = 13
EndGlobalSection
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
{11142FD4-8D40-4724-883A-52E9A84A099B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Debug|iPhone.Build.0 = Debug|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Release|Any CPU.Build.0 = Release|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Release|iPhone.ActiveCfg = Release|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Release|iPhone.Build.0 = Release|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{11142FD4-8D40-4724-883A-52E9A84A099B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Debug|iPhone.Build.0 = Debug|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Release|Any CPU.Build.0 = Release|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Release|iPhone.ActiveCfg = Release|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Release|iPhone.Build.0 = Release|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{9B7E2FF6-7A25-4903-9774-1C0FB56B2B19}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Debug|iPhone.Build.0 = Debug|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Release|Any CPU.Build.0 = Release|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Release|iPhone.ActiveCfg = Release|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Release|iPhone.Build.0 = Release|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{A8372FD9-04BB-41F0-85C8-CBAB9E587501}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Debug|iPhone.Build.0 = Debug|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Release|Any CPU.Build.0 = Release|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Release|iPhone.ActiveCfg = Release|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Release|iPhone.Build.0 = Release|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{67015C69-0D4D-44F9-86D3-8BE0202805B7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Debug|iPhone.Build.0 = Debug|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Release|Any CPU.Build.0 = Release|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Release|iPhone.ActiveCfg = Release|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Release|iPhone.Build.0 = Release|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{78F27E64-5EAC-40DB-9E55-8FE3C27F115A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Debug|iPhone.Build.0 = Debug|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Release|Any CPU.Build.0 = Release|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Release|iPhone.ActiveCfg = Release|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Release|iPhone.Build.0 = Release|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{1B93C5CC-EA43-45BE-9948-4A0FE6770D36}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Debug|iPhone.Build.0 = Debug|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Release|Any CPU.Build.0 = Release|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Release|iPhone.ActiveCfg = Release|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Release|iPhone.Build.0 = Release|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{79BD5A40-E42A-43EC-AA95-F5694C9853FC} = {FBBB8608-7B63-4C07-9609-16DDEB01C081}
{C5BD7ED8-5447-41E0-88A5-29D2D2F4A857} = {79BD5A40-E42A-43EC-AA95-F5694C9853FC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF39AB59-9991-4134-A69A-4A88A5503FC7}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.StandardHeader = $2
$2.Text = @Authors:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright (C) ${Year} Microsoft, Corp\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the\nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN\nNO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE\nUSE OR OTHER DEALINGS IN THE SOFTWARE.
$0.TextStylePolicy = $3
$3.FileWidth = 80
$3.scope = text/x-csharp
$3.TabsToSpaces = True
$0.CSharpFormattingPolicy = $4
$4.scope = text/x-csharp
version = 0.1.1
EndGlobalSection
EndGlobal