-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSharpConstraintLayout.Native.sln
59 lines (59 loc) · 4.14 KB
/
SharpConstraintLayout.Native.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpConstraintLayout.Core", "SharpConstraintLayout.Core\SharpConstraintLayout.Core.csproj", "{327106EF-63D1-4EEC-9A84-65AB8F9F7CA1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpConstraintLayoutTests", "SharpConstraintLayoutTests\SharpConstraintLayoutTests.csproj", "{198A30AE-DB7E-410F-BEC7-58666F09C36E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpConstraintLayout.Maui.Native", "SharpConstraintLayout.Maui.Native\SharpConstraintLayout.Maui.Native.csproj", "{15CC422F-38F2-4DF8-8DA6-A04FD0D348B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpConstraintLayout.Maui.Native.Example", "SharpConstraintLayout.Maui.Native.Example\SharpConstraintLayout.Maui.Native.Example.csproj", "{4FA26200-D3B3-4E8C-8832-54D50CEBAEEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpConstraintLayout.Core.Benchmark", "SharpConstraintLayout.Core.Benchmark\SharpConstraintLayout.Core.Benchmark.csproj", "{C3B8ED1C-2CD7-49BB-B2D1-EE0978F54243}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpConstraintLayout.Core.Console", "SharpConstraintLayout.Core.Console\SharpConstraintLayout.Core.Console.csproj", "{D3ADEB5B-971E-4283-BD84-B7B799D9B5B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{327106EF-63D1-4EEC-9A84-65AB8F9F7CA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{327106EF-63D1-4EEC-9A84-65AB8F9F7CA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{327106EF-63D1-4EEC-9A84-65AB8F9F7CA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{327106EF-63D1-4EEC-9A84-65AB8F9F7CA1}.Release|Any CPU.Build.0 = Release|Any CPU
{198A30AE-DB7E-410F-BEC7-58666F09C36E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{198A30AE-DB7E-410F-BEC7-58666F09C36E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{198A30AE-DB7E-410F-BEC7-58666F09C36E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{198A30AE-DB7E-410F-BEC7-58666F09C36E}.Release|Any CPU.Build.0 = Release|Any CPU
{15CC422F-38F2-4DF8-8DA6-A04FD0D348B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15CC422F-38F2-4DF8-8DA6-A04FD0D348B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15CC422F-38F2-4DF8-8DA6-A04FD0D348B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15CC422F-38F2-4DF8-8DA6-A04FD0D348B2}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA26200-D3B3-4E8C-8832-54D50CEBAEEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA26200-D3B3-4E8C-8832-54D50CEBAEEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA26200-D3B3-4E8C-8832-54D50CEBAEEA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4FA26200-D3B3-4E8C-8832-54D50CEBAEEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA26200-D3B3-4E8C-8832-54D50CEBAEEA}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA26200-D3B3-4E8C-8832-54D50CEBAEEA}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C3B8ED1C-2CD7-49BB-B2D1-EE0978F54243}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B8ED1C-2CD7-49BB-B2D1-EE0978F54243}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3B8ED1C-2CD7-49BB-B2D1-EE0978F54243}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C3B8ED1C-2CD7-49BB-B2D1-EE0978F54243}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B8ED1C-2CD7-49BB-B2D1-EE0978F54243}.Release|Any CPU.Build.0 = Release|Any CPU
{C3B8ED1C-2CD7-49BB-B2D1-EE0978F54243}.Release|Any CPU.Deploy.0 = Release|Any CPU
{D3ADEB5B-971E-4283-BD84-B7B799D9B5B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3ADEB5B-971E-4283-BD84-B7B799D9B5B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3ADEB5B-971E-4283-BD84-B7B799D9B5B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3ADEB5B-971E-4283-BD84-B7B799D9B5B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2676793-D0BA-4282-BFEA-B73DD1DFA0F6}
EndGlobalSection
EndGlobal