-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLedDisplay.sln
55 lines (55 loc) · 3.58 KB
/
LedDisplay.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LedDisplay.Ui", "LedDisplay.Ui\LedDisplay.Ui.csproj", "{78997E9D-F647-4819-B68F-A8101BB37DE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LedDisplay.FontEditor", "LedDisplay.FontEditor\LedDisplay.FontEditor.csproj", "{9794F8A0-F9EE-4867-AA87-2677AC08A991}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LedDisplay.Graphics", "LedDisplay.Graphics\LedDisplay.Graphics.csproj", "{B78E1914-7D40-4168-AB18-AD582EA601C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LedDisplay.Mqtt", "LedDisplay.MqttDriver\LedDisplay.Mqtt.csproj", "{CBA0D326-F3AD-4CE7-B591-D525FBAD4F28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LedDisplay.AnimationEditor", "LedDisplay.AnimationEditor\LedDisplay.AnimationEditor.csproj", "{2B95B559-EC63-4065-80F5-1D476B05D9B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LedDisplay.Controls", "LedDisplay.Controls\LedDisplay.Controls.csproj", "{92046495-EE5B-4352-8DE3-1B1DB3AE098D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78997E9D-F647-4819-B68F-A8101BB37DE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78997E9D-F647-4819-B68F-A8101BB37DE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78997E9D-F647-4819-B68F-A8101BB37DE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78997E9D-F647-4819-B68F-A8101BB37DE8}.Release|Any CPU.Build.0 = Release|Any CPU
{9794F8A0-F9EE-4867-AA87-2677AC08A991}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9794F8A0-F9EE-4867-AA87-2677AC08A991}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9794F8A0-F9EE-4867-AA87-2677AC08A991}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9794F8A0-F9EE-4867-AA87-2677AC08A991}.Release|Any CPU.Build.0 = Release|Any CPU
{B78E1914-7D40-4168-AB18-AD582EA601C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B78E1914-7D40-4168-AB18-AD582EA601C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B78E1914-7D40-4168-AB18-AD582EA601C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B78E1914-7D40-4168-AB18-AD582EA601C2}.Release|Any CPU.Build.0 = Release|Any CPU
{CBA0D326-F3AD-4CE7-B591-D525FBAD4F28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBA0D326-F3AD-4CE7-B591-D525FBAD4F28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBA0D326-F3AD-4CE7-B591-D525FBAD4F28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBA0D326-F3AD-4CE7-B591-D525FBAD4F28}.Release|Any CPU.Build.0 = Release|Any CPU
{2B95B559-EC63-4065-80F5-1D476B05D9B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B95B559-EC63-4065-80F5-1D476B05D9B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B95B559-EC63-4065-80F5-1D476B05D9B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B95B559-EC63-4065-80F5-1D476B05D9B8}.Release|Any CPU.Build.0 = Release|Any CPU
{92046495-EE5B-4352-8DE3-1B1DB3AE098D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92046495-EE5B-4352-8DE3-1B1DB3AE098D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92046495-EE5B-4352-8DE3-1B1DB3AE098D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92046495-EE5B-4352-8DE3-1B1DB3AE098D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5900AA01-5706-44D3-868C-325A29E5D381}
EndGlobalSection
EndGlobal