-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRiotService.sln
60 lines (60 loc) · 3.69 KB
/
RiotService.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
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}") = "RiotServiceWin", "RiotServiceWin\RiotServiceWin.csproj", "{79D03D19-8E94-43E6-970F-DA5EAA2D7FAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiotData", "RiotData\RiotData.csproj", "{1A1CE2E3-70C8-4085-A2E4-CCB7FAD6A521}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiotServiceCore", "RiotServiceCore\RiotServiceCore.csproj", "{8C39E26D-CB74-4A9E-91DD-F23F6D36139C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2848624F-A934-49D7-8B12-557A977D2EBD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RiotArduinoLib", "RiotArduinoLib\RiotArduinoLib.csproj", "{A016B302-1D57-413A-8A7C-767DAB481DD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogLib", "..\LibsCSharp\LogLib\LogLib.csproj", "{87B04C47-88BE-4FE9-B5FF-EBAC37AA45A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpLib", "..\LibsCSharp\HttpLib\HttpLib.csproj", "{820C4261-5BA0-4F7D-B7F0-93477608E1EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79D03D19-8E94-43E6-970F-DA5EAA2D7FAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79D03D19-8E94-43E6-970F-DA5EAA2D7FAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79D03D19-8E94-43E6-970F-DA5EAA2D7FAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79D03D19-8E94-43E6-970F-DA5EAA2D7FAE}.Release|Any CPU.Build.0 = Release|Any CPU
{1A1CE2E3-70C8-4085-A2E4-CCB7FAD6A521}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A1CE2E3-70C8-4085-A2E4-CCB7FAD6A521}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A1CE2E3-70C8-4085-A2E4-CCB7FAD6A521}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A1CE2E3-70C8-4085-A2E4-CCB7FAD6A521}.Release|Any CPU.Build.0 = Release|Any CPU
{8C39E26D-CB74-4A9E-91DD-F23F6D36139C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C39E26D-CB74-4A9E-91DD-F23F6D36139C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C39E26D-CB74-4A9E-91DD-F23F6D36139C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C39E26D-CB74-4A9E-91DD-F23F6D36139C}.Release|Any CPU.Build.0 = Release|Any CPU
{A016B302-1D57-413A-8A7C-767DAB481DD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A016B302-1D57-413A-8A7C-767DAB481DD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A016B302-1D57-413A-8A7C-767DAB481DD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A016B302-1D57-413A-8A7C-767DAB481DD0}.Release|Any CPU.Build.0 = Release|Any CPU
{87B04C47-88BE-4FE9-B5FF-EBAC37AA45A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87B04C47-88BE-4FE9-B5FF-EBAC37AA45A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87B04C47-88BE-4FE9-B5FF-EBAC37AA45A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87B04C47-88BE-4FE9-B5FF-EBAC37AA45A4}.Release|Any CPU.Build.0 = Release|Any CPU
{820C4261-5BA0-4F7D-B7F0-93477608E1EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{820C4261-5BA0-4F7D-B7F0-93477608E1EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{820C4261-5BA0-4F7D-B7F0-93477608E1EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{820C4261-5BA0-4F7D-B7F0-93477608E1EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D1A2A52-9785-46E8-9099-7470F250612A}
EndGlobalSection
EndGlobal