-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBangumi.Api.Core.sln
34 lines (34 loc) · 1.74 KB
/
Bangumi.Api.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.421
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bangumi.Api.Core", "Bangumi.Api.Core\Bangumi.Api.Core.csproj", "{8A2E6A65-AB38-421A-A109-9695E0996586}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bangumi.Api.Core.Test", "Bangumi.Api.Core.Test\Bangumi.Api.Core.Test.csproj", "{75844E16-E933-4420-9069-7C66261FCEB4}"
ProjectSection(ProjectDependencies) = postProject
{8A2E6A65-AB38-421A-A109-9695E0996586} = {8A2E6A65-AB38-421A-A109-9695E0996586}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A2E6A65-AB38-421A-A109-9695E0996586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A2E6A65-AB38-421A-A109-9695E0996586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A2E6A65-AB38-421A-A109-9695E0996586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A2E6A65-AB38-421A-A109-9695E0996586}.Release|Any CPU.Build.0 = Release|Any CPU
{75844E16-E933-4420-9069-7C66261FCEB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75844E16-E933-4420-9069-7C66261FCEB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75844E16-E933-4420-9069-7C66261FCEB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75844E16-E933-4420-9069-7C66261FCEB4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {945E920F-8CE8-46FB-A009-E6628DF04835}
EndGlobalSection
EndGlobal