-
Notifications
You must be signed in to change notification settings - Fork 0
/
chibi-ui.sln
80 lines (80 loc) · 5.12 KB
/
chibi-ui.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chibi.Ui", "src\Chibi.Ui\Chibi.Ui.csproj", "{85D8D7DC-F212-497B-A9C6-17DDE43A0150}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weather", "samples\Weather\Weather.csproj", "{9A08CDCD-44A1-4439-9CF8-5DC1ADA1F55A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{96DD1CA6-DFB4-4B3E-BB4B-53A9C465A1FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weather.F7", "samples\Weather.F7\Weather.F7.csproj", "{86453EF6-18B7-4C24-B1CB-41724A543F60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Weather.Shared", "samples\Weather.Shared\Weather.Shared.csproj", "{BCF9A4AD-4692-49CE-ACEB-6852BB28516D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB3242E0-EA67-4AD6-8FF4-023B70DDB615}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chibi.Ui.Tests", "tests\Chibi.Ui.Tests\Chibi.Ui.Tests.csproj", "{238BB094-E33F-450A-AF2F-0DE41184D271}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "src\Web\Web.csproj", "{14A4A54F-E9EC-492C-B82F-9368240451DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Drivers", "src\Drivers\Drivers.csproj", "{C7D56E78-1434-4D4C-A3FA-DA3E0D8F91D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Drivers.Desktop", "src\Drivers.Desktop\Drivers.Desktop.csproj", "{F807162E-48CD-41A8-8BDA-E45649DB248D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85D8D7DC-F212-497B-A9C6-17DDE43A0150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85D8D7DC-F212-497B-A9C6-17DDE43A0150}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85D8D7DC-F212-497B-A9C6-17DDE43A0150}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85D8D7DC-F212-497B-A9C6-17DDE43A0150}.Release|Any CPU.Build.0 = Release|Any CPU
{9A08CDCD-44A1-4439-9CF8-5DC1ADA1F55A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A08CDCD-44A1-4439-9CF8-5DC1ADA1F55A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A08CDCD-44A1-4439-9CF8-5DC1ADA1F55A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A08CDCD-44A1-4439-9CF8-5DC1ADA1F55A}.Release|Any CPU.Build.0 = Release|Any CPU
{86453EF6-18B7-4C24-B1CB-41724A543F60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86453EF6-18B7-4C24-B1CB-41724A543F60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86453EF6-18B7-4C24-B1CB-41724A543F60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86453EF6-18B7-4C24-B1CB-41724A543F60}.Release|Any CPU.Build.0 = Release|Any CPU
{BCF9A4AD-4692-49CE-ACEB-6852BB28516D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCF9A4AD-4692-49CE-ACEB-6852BB28516D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCF9A4AD-4692-49CE-ACEB-6852BB28516D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCF9A4AD-4692-49CE-ACEB-6852BB28516D}.Release|Any CPU.Build.0 = Release|Any CPU
{238BB094-E33F-450A-AF2F-0DE41184D271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{238BB094-E33F-450A-AF2F-0DE41184D271}.Debug|Any CPU.Build.0 = Debug|Any CPU
{238BB094-E33F-450A-AF2F-0DE41184D271}.Release|Any CPU.ActiveCfg = Release|Any CPU
{238BB094-E33F-450A-AF2F-0DE41184D271}.Release|Any CPU.Build.0 = Release|Any CPU
{14A4A54F-E9EC-492C-B82F-9368240451DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14A4A54F-E9EC-492C-B82F-9368240451DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14A4A54F-E9EC-492C-B82F-9368240451DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14A4A54F-E9EC-492C-B82F-9368240451DF}.Release|Any CPU.Build.0 = Release|Any CPU
{C7D56E78-1434-4D4C-A3FA-DA3E0D8F91D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7D56E78-1434-4D4C-A3FA-DA3E0D8F91D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7D56E78-1434-4D4C-A3FA-DA3E0D8F91D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7D56E78-1434-4D4C-A3FA-DA3E0D8F91D2}.Release|Any CPU.Build.0 = Release|Any CPU
{F807162E-48CD-41A8-8BDA-E45649DB248D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F807162E-48CD-41A8-8BDA-E45649DB248D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F807162E-48CD-41A8-8BDA-E45649DB248D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F807162E-48CD-41A8-8BDA-E45649DB248D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9A08CDCD-44A1-4439-9CF8-5DC1ADA1F55A} = {96DD1CA6-DFB4-4B3E-BB4B-53A9C465A1FB}
{86453EF6-18B7-4C24-B1CB-41724A543F60} = {96DD1CA6-DFB4-4B3E-BB4B-53A9C465A1FB}
{BCF9A4AD-4692-49CE-ACEB-6852BB28516D} = {96DD1CA6-DFB4-4B3E-BB4B-53A9C465A1FB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA3F6933-A179-444F-B327-CD433D736DA6}
EndGlobalSection
EndGlobal