-
Notifications
You must be signed in to change notification settings - Fork 10
/
ZhiHuExt.sln
143 lines (143 loc) · 7.18 KB
/
ZhiHuExt.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ZhiHuExt", "ZhiHuExt", "{93675B82-EC6C-4F02-80C6-4872E07264D3}"
ProjectSection(SolutionItems) = preProject
ZhiHuExt\analysis.js = ZhiHuExt\analysis.js
ZhiHuExt\background.js = ZhiHuExt\background.js
ZhiHuExt\CommunityRep.js = ZhiHuExt\CommunityRep.js
ZhiHuExt\content.js = ZhiHuExt\content.js
ZhiHuExt\ContentBase.js = ZhiHuExt\ContentBase.js
ZhiHuExt\CoreDB.js = ZhiHuExt\CoreDB.js
ZhiHuExt\cssfix.css = ZhiHuExt\cssfix.css
ZhiHuExt\DownloadMan.js = ZhiHuExt\DownloadMan.js
ZhiHuExt\icon.png = ZhiHuExt\icon.png
ZhiHuExt\manifest.json = ZhiHuExt\manifest.json
ZhiHuExt\PageBase.js = ZhiHuExt\PageBase.js
ZhiHuExt\PageEnhance.js = ZhiHuExt\PageEnhance.js
ZhiHuExt\pod.js = ZhiHuExt\pod.js
ZhiHuExt\Timeline.js = ZhiHuExt\Timeline.js
ZhiHuExt\utils.js = ZhiHuExt\utils.js
ZhiHuExt\ZhiHuHooker.js = ZhiHuExt\ZhiHuHooker.js
EndProjectSection
ProjectSection(FolderGlobals) = preProject
__JSONSchema =
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependency", "Dependency", "{E476A3D7-D0E1-40EA-990A-D165CFDB83D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "template-json", "template-json", "{BFFEC1DB-48AB-4FFA-B5E1-8273096F39F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBExportor", "DBExportor\DBExportor.csproj", "{772249B6-6F17-4997-9A6D-CE98688727C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pages", "Pages", "{E8E9AB37-4664-46E6-9213-3E924CD6B125}"
ProjectSection(SolutionItems) = preProject
ZhiHuExt\AnalysePage.js = ZhiHuExt\AnalysePage.js
ZhiHuExt\AssocAns.html = ZhiHuExt\AssocAns.html
ZhiHuExt\AssocAns.js = ZhiHuExt\AssocAns.js
ZhiHuExt\AutoSpider.html = ZhiHuExt\AutoSpider.html
ZhiHuExt\AutoSpider.js = ZhiHuExt\AutoSpider.js
ZhiHuExt\background.html = ZhiHuExt\background.html
ZhiHuExt\Export.html = ZhiHuExt\Export.html
ZhiHuExt\Export.js = ZhiHuExt\Export.js
ZhiHuExt\popup.html = ZhiHuExt\popup.html
ZhiHuExt\popup.js = ZhiHuExt\popup.js
ZhiHuExt\QstRelation.html = ZhiHuExt\QstRelation.html
ZhiHuExt\QstRelation.js = ZhiHuExt\QstRelation.js
ZhiHuExt\Relations.html = ZhiHuExt\Relations.html
ZhiHuExt\Relations.js = ZhiHuExt\Relations.js
ZhiHuExt\StatVoter.html = ZhiHuExt\StatVoter.html
ZhiHuExt\StatVoter.js = ZhiHuExt\StatVoter.js
ZhiHuExt\Timeline.html = ZhiHuExt\Timeline.html
ZhiHuExt\Timeline.js = ZhiHuExt\Timeline.js
ZhiHuExt\UserStat.html = ZhiHuExt\UserStat.html
ZhiHuExt\UserStat.js = ZhiHuExt\UserStat.js
ZhiHuExt\ZanUser.html = ZhiHuExt\ZanUser.html
ZhiHuExt\ZanUser.js = ZhiHuExt\ZanUser.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "template", "template", "{D348C6E8-E1A4-4D91-A246-BACD33EE99A0}"
ProjectSection(SolutionItems) = preProject
template\answers-api.json = template\answers-api.json
template\article-page.json = template\article-page.json
template\articles-api.json = template\articles-api.json
template\home-page.json = template\home-page.json
template\people-page.json = template\people-page.json
template\question-answers-api.json = template\question-answers-api.json
template\question-page.json = template\question-page.json
template\voters-api.json = template\voters-api.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3rd", "3rd", "{30046561-6196-4231-96CA-494F6AD31CDB}"
ProjectSection(SolutionItems) = preProject
ZhiHuExt\3rd\js\3d-force-graph-1.41.1.js = ZhiHuExt\3rd\js\3d-force-graph-1.41.1.js
ZhiHuExt\3rd\js\clipboard.js = ZhiHuExt\3rd\js\clipboard.js
ZhiHuExt\3rd\js\dexie.d.ts = ZhiHuExt\3rd\js\dexie.d.ts
ZhiHuExt\3rd\js\dexie.js = ZhiHuExt\3rd\js\dexie.js
ZhiHuExt\3rd\js\dexie.js.map = ZhiHuExt\3rd\js\dexie.js.map
ZhiHuExt\3rd\js\echarts-wordcloud.js = ZhiHuExt\3rd\js\echarts-wordcloud.js
ZhiHuExt\3rd\js\echarts.js = ZhiHuExt\3rd\js\echarts.js
ZhiHuExt\3rd\js\ecStat.js = ZhiHuExt\3rd\js\ecStat.js
ZhiHuExt\3rd\js\jquery-3.3.1.min.js = ZhiHuExt\3rd\js\jquery-3.3.1.min.js
ZhiHuExt\3rd\js\jquery-3.3.1.min.map = ZhiHuExt\3rd\js\jquery-3.3.1.min.map
ZhiHuExt\3rd\js\jquery.dataTables.min.js = ZhiHuExt\3rd\js\jquery.dataTables.min.js
ZhiHuExt\3rd\js\nouislider.min.js = ZhiHuExt\3rd\js\nouislider.min.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OtherFiles", "OtherFiles", "{CF250E46-07C2-4D71-9719-75BF285BC6D0}"
ProjectSection(SolutionItems) = preProject
ChangeLog.md = ChangeLog.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "License", "License", "{0E601121-1D6D-4E85-A07C-5F6C0C7B46F9}"
ProjectSection(SolutionItems) = preProject
License\3d-force-graph.license = License\3d-force-graph.license
License\Dexie.license = License\Dexie.license
License\echarts.license = License\echarts.license
License\jQuery.license = License\jQuery.license
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{391867A0-E268-44C8-864F-7A8FA9C9BFAC}"
ProjectSection(SolutionItems) = preProject
docs\index.html = docs\index.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "relations", "relations", "{CF7846BA-7113-45B6-B8E7-BB130DC7C8D1}"
ProjectSection(SolutionItems) = preProject
docs\relations\relation.html = docs\relations\relation.html
docs\relations\relation.js = docs\relations\relation.js
docs\relations\v-20k.json = docs\relations\v-20k.json
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "ExtraTools", "ExtraTools\ExtraTools.pyproj", "{9D475B28-2539-4596-998A-876BB79A9F73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{772249B6-6F17-4997-9A6D-CE98688727C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{772249B6-6F17-4997-9A6D-CE98688727C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{772249B6-6F17-4997-9A6D-CE98688727C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{772249B6-6F17-4997-9A6D-CE98688727C1}.Release|Any CPU.Build.0 = Release|Any CPU
{9D475B28-2539-4596-998A-876BB79A9F73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D475B28-2539-4596-998A-876BB79A9F73}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E476A3D7-D0E1-40EA-990A-D165CFDB83D7} = {93675B82-EC6C-4F02-80C6-4872E07264D3}
{E8E9AB37-4664-46E6-9213-3E924CD6B125} = {93675B82-EC6C-4F02-80C6-4872E07264D3}
{D348C6E8-E1A4-4D91-A246-BACD33EE99A0} = {BFFEC1DB-48AB-4FFA-B5E1-8273096F39F8}
{30046561-6196-4231-96CA-494F6AD31CDB} = {E476A3D7-D0E1-40EA-990A-D165CFDB83D7}
{CF7846BA-7113-45B6-B8E7-BB130DC7C8D1} = {391867A0-E268-44C8-864F-7A8FA9C9BFAC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {032E8EC3-655A-4377-BA13-6692BB5DC119}
EndGlobalSection
EndGlobal