forked from CHKZL/DDTV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDDTV.sln
82 lines (82 loc) · 5.37 KB
/
DDTV.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
81
82
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}") = "DDTV_Core", "DDTV_Core\DDTV_Core.csproj", "{44093B5D-8645-43F0-A37B-298B5A86CF44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3E47FBBA-EE75-4959-B060-A31FF1AF53C1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDTV_CLI", "DDTV_CLI\DDTV_CLI.csproj", "{5E93B384-B5F7-413C-BFF7-99A43B2CAAAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDTV_GUI", "DDTV_GUI\DDTV_GUI.csproj", "{5E119F8F-CCB5-425F-8EAC-738F230247E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDTV_WEB_Server", "DDTV_WEB_Server\DDTV_WEB_Server.csproj", "{8014D09E-4939-4800-B0DA-1B284B66D6B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDTV_Server", "DDTV_Server\DDTV_Server.csproj", "{670E287C-2EEB-493F-913A-B2E6A222804D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDTV_Update", "DDTV_Update\DDTV_Update.csproj", "{6971FDFF-E487-42B3-81BA-924313354CC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDTV_Push", "DDTV_Push\DDTV_Push.csproj", "{CDC42E53-459F-472A-AFE4-D7DBF428B113}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiliAccount", "BiliAccount\BiliAccount.csproj", "{333AA5CB-D067-4074-8735-463ACF8523F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DDTV_DanMu", "DDTV_DanMu\DDTV_DanMu.csproj", "{0ED9CC55-BA1C-4D1B-90D9-DA38575B56F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44093B5D-8645-43F0-A37B-298B5A86CF44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44093B5D-8645-43F0-A37B-298B5A86CF44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44093B5D-8645-43F0-A37B-298B5A86CF44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44093B5D-8645-43F0-A37B-298B5A86CF44}.Release|Any CPU.Build.0 = Release|Any CPU
{5E93B384-B5F7-413C-BFF7-99A43B2CAAAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E93B384-B5F7-413C-BFF7-99A43B2CAAAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E93B384-B5F7-413C-BFF7-99A43B2CAAAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E93B384-B5F7-413C-BFF7-99A43B2CAAAB}.Release|Any CPU.Build.0 = Release|Any CPU
{5E119F8F-CCB5-425F-8EAC-738F230247E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E119F8F-CCB5-425F-8EAC-738F230247E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E119F8F-CCB5-425F-8EAC-738F230247E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E119F8F-CCB5-425F-8EAC-738F230247E2}.Release|Any CPU.Build.0 = Release|Any CPU
{8014D09E-4939-4800-B0DA-1B284B66D6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8014D09E-4939-4800-B0DA-1B284B66D6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8014D09E-4939-4800-B0DA-1B284B66D6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8014D09E-4939-4800-B0DA-1B284B66D6B7}.Release|Any CPU.Build.0 = Release|Any CPU
{670E287C-2EEB-493F-913A-B2E6A222804D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{670E287C-2EEB-493F-913A-B2E6A222804D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{670E287C-2EEB-493F-913A-B2E6A222804D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{670E287C-2EEB-493F-913A-B2E6A222804D}.Release|Any CPU.Build.0 = Release|Any CPU
{6971FDFF-E487-42B3-81BA-924313354CC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6971FDFF-E487-42B3-81BA-924313354CC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6971FDFF-E487-42B3-81BA-924313354CC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6971FDFF-E487-42B3-81BA-924313354CC0}.Release|Any CPU.Build.0 = Release|Any CPU
{CDC42E53-459F-472A-AFE4-D7DBF428B113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDC42E53-459F-472A-AFE4-D7DBF428B113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDC42E53-459F-472A-AFE4-D7DBF428B113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDC42E53-459F-472A-AFE4-D7DBF428B113}.Release|Any CPU.Build.0 = Release|Any CPU
{333AA5CB-D067-4074-8735-463ACF8523F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{333AA5CB-D067-4074-8735-463ACF8523F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{333AA5CB-D067-4074-8735-463ACF8523F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{333AA5CB-D067-4074-8735-463ACF8523F1}.Release|Any CPU.Build.0 = Release|Any CPU
{0ED9CC55-BA1C-4D1B-90D9-DA38575B56F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ED9CC55-BA1C-4D1B-90D9-DA38575B56F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ED9CC55-BA1C-4D1B-90D9-DA38575B56F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ED9CC55-BA1C-4D1B-90D9-DA38575B56F2}.Release|Any CPU.Build.0 = Release|Any CPU
{B26DA43A-A3E7-473D-8C8E-0AF2E3DBB153}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B26DA43A-A3E7-473D-8C8E-0AF2E3DBB153}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B26DA43A-A3E7-473D-8C8E-0AF2E3DBB153}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B26DA43A-A3E7-473D-8C8E-0AF2E3DBB153}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31C9C883-4433-4FB5-A070-860CCCB83088}
EndGlobalSection
EndGlobal