-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathLibgenServer.sln
37 lines (37 loc) · 2.07 KB
/
LibgenServer.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 15
VisualStudioVersion = 15.0.28307.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibgenServer.Web", "LibgenServer.Web\LibgenServer.Web.csproj", "{3804E5EB-FD18-4904-8D04-5C0F35A0AFFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibgenServer.Cli", "LibgenServer.Cli\LibgenServer.Cli.csproj", "{21187321-17FE-44C8-83F3-3D529155304F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibgenServer.Core", "LibgenServer.Core\LibgenServer.Core.csproj", "{1D5F92E5-92AE-4BFD-8D79-3D7EF4909DC3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3804E5EB-FD18-4904-8D04-5C0F35A0AFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3804E5EB-FD18-4904-8D04-5C0F35A0AFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3804E5EB-FD18-4904-8D04-5C0F35A0AFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3804E5EB-FD18-4904-8D04-5C0F35A0AFFD}.Release|Any CPU.Build.0 = Release|Any CPU
{21187321-17FE-44C8-83F3-3D529155304F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21187321-17FE-44C8-83F3-3D529155304F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21187321-17FE-44C8-83F3-3D529155304F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21187321-17FE-44C8-83F3-3D529155304F}.Release|Any CPU.Build.0 = Release|Any CPU
{1D5F92E5-92AE-4BFD-8D79-3D7EF4909DC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D5F92E5-92AE-4BFD-8D79-3D7EF4909DC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D5F92E5-92AE-4BFD-8D79-3D7EF4909DC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D5F92E5-92AE-4BFD-8D79-3D7EF4909DC3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4E03E30-EDFC-406F-92EF-57A368FB6067}
EndGlobalSection
EndGlobal