-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBiliCommenter.sln
37 lines (37 loc) · 2.05 KB
/
BiliCommenter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiliCore", "BiliCore\BiliCore.csproj", "{366D01A5-B07E-4D58-8AAA-8136601D2736}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiliCommenter.Console", "BiliCommenter.Console\BiliCommenter.Console.csproj", "{EA443500-6744-48D7-B3F6-A412AB581AF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BiliCommenter", "BiliCommenter\BiliCommenter.csproj", "{66348A4C-3E1A-4DAB-BFB2-893BB4FF7B36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{366D01A5-B07E-4D58-8AAA-8136601D2736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{366D01A5-B07E-4D58-8AAA-8136601D2736}.Debug|Any CPU.Build.0 = Debug|Any CPU
{366D01A5-B07E-4D58-8AAA-8136601D2736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{366D01A5-B07E-4D58-8AAA-8136601D2736}.Release|Any CPU.Build.0 = Release|Any CPU
{EA443500-6744-48D7-B3F6-A412AB581AF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA443500-6744-48D7-B3F6-A412AB581AF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA443500-6744-48D7-B3F6-A412AB581AF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA443500-6744-48D7-B3F6-A412AB581AF7}.Release|Any CPU.Build.0 = Release|Any CPU
{66348A4C-3E1A-4DAB-BFB2-893BB4FF7B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66348A4C-3E1A-4DAB-BFB2-893BB4FF7B36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66348A4C-3E1A-4DAB-BFB2-893BB4FF7B36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66348A4C-3E1A-4DAB-BFB2-893BB4FF7B36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77ECF961-C909-4595-B1D1-94F7583EB703}
EndGlobalSection
EndGlobal