-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLightupKeyboardStatus.sln
55 lines (55 loc) · 3.58 KB
/
LightupKeyboardStatus.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 16
VisualStudioVersion = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightupKeyboardStatus.Console", "LightupKeyboardStatus.Console\LightupKeyboardStatus.Console.csproj", "{A46B01E5-C73B-4853-AC85-BC4310F7931B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightupKeyboard.Worker", "LightupKeyboard.Worker\LightupKeyboard.Worker.csproj", "{3B708B88-1302-47B0-8828-59ED1BE68070}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightupKeyboardStatus", "LightupKeyboardStatus\LightupKeyboardStatus.csproj", "{39D86056-74C5-4FBC-B62C-CAF92C400265}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LightMeUp", "LightMeUp\LightMeUp.csproj", "{33F652AE-26A6-4872-9CFB-B1580281F1FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{202C53EE-E27B-45F6-8BED-8CA0367A9A77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyboardOfHope.Service", "KeyboardOfHope.Service\KeyboardOfHope.Service.csproj", "{AE873C95-DC40-4D3A-AE00-A64D0CC8FE3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A46B01E5-C73B-4853-AC85-BC4310F7931B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A46B01E5-C73B-4853-AC85-BC4310F7931B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A46B01E5-C73B-4853-AC85-BC4310F7931B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A46B01E5-C73B-4853-AC85-BC4310F7931B}.Release|Any CPU.Build.0 = Release|Any CPU
{3B708B88-1302-47B0-8828-59ED1BE68070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B708B88-1302-47B0-8828-59ED1BE68070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B708B88-1302-47B0-8828-59ED1BE68070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B708B88-1302-47B0-8828-59ED1BE68070}.Release|Any CPU.Build.0 = Release|Any CPU
{39D86056-74C5-4FBC-B62C-CAF92C400265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D86056-74C5-4FBC-B62C-CAF92C400265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D86056-74C5-4FBC-B62C-CAF92C400265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D86056-74C5-4FBC-B62C-CAF92C400265}.Release|Any CPU.Build.0 = Release|Any CPU
{33F652AE-26A6-4872-9CFB-B1580281F1FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33F652AE-26A6-4872-9CFB-B1580281F1FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33F652AE-26A6-4872-9CFB-B1580281F1FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33F652AE-26A6-4872-9CFB-B1580281F1FB}.Release|Any CPU.Build.0 = Release|Any CPU
{202C53EE-E27B-45F6-8BED-8CA0367A9A77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{202C53EE-E27B-45F6-8BED-8CA0367A9A77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{202C53EE-E27B-45F6-8BED-8CA0367A9A77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{202C53EE-E27B-45F6-8BED-8CA0367A9A77}.Release|Any CPU.Build.0 = Release|Any CPU
{AE873C95-DC40-4D3A-AE00-A64D0CC8FE3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE873C95-DC40-4D3A-AE00-A64D0CC8FE3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE873C95-DC40-4D3A-AE00-A64D0CC8FE3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE873C95-DC40-4D3A-AE00-A64D0CC8FE3F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BA282F0-7CCB-4E10-8928-AF1222B1A416}
EndGlobalSection
EndGlobal