-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathYAMDCC.sln
78 lines (78 loc) · 5.16 KB
/
YAMDCC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0AE7A4B0-4972-4D9E-8298-65DC7C568CC7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.Config", "YAMDCC.Config\YAMDCC.Config.csproj", "{F4FD34BF-5F9A-4271-A1E4-515C82A189F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.ECAccess", "YAMDCC.ECAccess\YAMDCC.ECAccess.csproj", "{EDCEB6F6-B97C-4343-969E-AA58F887A0FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.ConfigEditor", "YAMDCC.ConfigEditor\YAMDCC.ConfigEditor.csproj", "{5025D7BC-1BE1-4B72-B30A-893B25F73596}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.IPC", "YAMDCC.IPC\YAMDCC.IPC.csproj", "{73152691-3CDE-46DF-8D04-7117747DFFE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.Service", "YAMDCC.Service\YAMDCC.Service.csproj", "{D99C674A-7949-4402-A9DE-088C1F7BB361}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YAMDCC.Logs", "YAMDCC.Logs\YAMDCC.Logs.csproj", "{46F94C80-4C0D-43E4-9970-D1925024C99E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YAMDCC.Common", "YAMDCC.Common\YAMDCC.Common.csproj", "{EE3AF4BE-7CA3-4E37-A85F-5A157FD35960}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YAMDCC.ECInspector", "YAMDCC.ECInspector\YAMDCC.ECInspector.csproj", "{DBEB870B-B5F6-4519-B7CA-D621ED78FD86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YAMDCC.Updater", "YAMDCC.Updater\YAMDCC.Updater.csproj", "{E8EAC9DC-D7E2-4464-897E-C6E9E28B8C89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4FD34BF-5F9A-4271-A1E4-515C82A189F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4FD34BF-5F9A-4271-A1E4-515C82A189F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4FD34BF-5F9A-4271-A1E4-515C82A189F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4FD34BF-5F9A-4271-A1E4-515C82A189F6}.Release|Any CPU.Build.0 = Release|Any CPU
{EDCEB6F6-B97C-4343-969E-AA58F887A0FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDCEB6F6-B97C-4343-969E-AA58F887A0FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDCEB6F6-B97C-4343-969E-AA58F887A0FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDCEB6F6-B97C-4343-969E-AA58F887A0FE}.Release|Any CPU.Build.0 = Release|Any CPU
{5025D7BC-1BE1-4B72-B30A-893B25F73596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5025D7BC-1BE1-4B72-B30A-893B25F73596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5025D7BC-1BE1-4B72-B30A-893B25F73596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5025D7BC-1BE1-4B72-B30A-893B25F73596}.Release|Any CPU.Build.0 = Release|Any CPU
{73152691-3CDE-46DF-8D04-7117747DFFE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73152691-3CDE-46DF-8D04-7117747DFFE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73152691-3CDE-46DF-8D04-7117747DFFE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73152691-3CDE-46DF-8D04-7117747DFFE7}.Release|Any CPU.Build.0 = Release|Any CPU
{D99C674A-7949-4402-A9DE-088C1F7BB361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D99C674A-7949-4402-A9DE-088C1F7BB361}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D99C674A-7949-4402-A9DE-088C1F7BB361}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D99C674A-7949-4402-A9DE-088C1F7BB361}.Release|Any CPU.Build.0 = Release|Any CPU
{46F94C80-4C0D-43E4-9970-D1925024C99E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F94C80-4C0D-43E4-9970-D1925024C99E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F94C80-4C0D-43E4-9970-D1925024C99E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F94C80-4C0D-43E4-9970-D1925024C99E}.Release|Any CPU.Build.0 = Release|Any CPU
{EE3AF4BE-7CA3-4E37-A85F-5A157FD35960}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE3AF4BE-7CA3-4E37-A85F-5A157FD35960}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE3AF4BE-7CA3-4E37-A85F-5A157FD35960}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE3AF4BE-7CA3-4E37-A85F-5A157FD35960}.Release|Any CPU.Build.0 = Release|Any CPU
{DBEB870B-B5F6-4519-B7CA-D621ED78FD86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBEB870B-B5F6-4519-B7CA-D621ED78FD86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBEB870B-B5F6-4519-B7CA-D621ED78FD86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBEB870B-B5F6-4519-B7CA-D621ED78FD86}.Release|Any CPU.Build.0 = Release|Any CPU
{E8EAC9DC-D7E2-4464-897E-C6E9E28B8C89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8EAC9DC-D7E2-4464-897E-C6E9E28B8C89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8EAC9DC-D7E2-4464-897E-C6E9E28B8C89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8EAC9DC-D7E2-4464-897E-C6E9E28B8C89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9645AB40-7B4B-4F36-8EB2-5666D4781DDF}
EndGlobalSection
EndGlobal