-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLibrary.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
Library.sln
File metadata and controls
37 lines (37 loc) · 2.04 KB
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 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library.API", "Library.API\Library.API.csproj", "{B79DEC02-9D7B-4164-B842-E0CDC14DC01C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library.Web", "Library.Web\Library.Web.csproj", "{33923CE3-CF21-48A7-BA15-1D61AF7BDFEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Library.Common", "Library.Common\Library.Common.csproj", "{32F3C44D-D31D-4F33-A6F9-FFDC608E8E7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B79DEC02-9D7B-4164-B842-E0CDC14DC01C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B79DEC02-9D7B-4164-B842-E0CDC14DC01C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B79DEC02-9D7B-4164-B842-E0CDC14DC01C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B79DEC02-9D7B-4164-B842-E0CDC14DC01C}.Release|Any CPU.Build.0 = Release|Any CPU
{33923CE3-CF21-48A7-BA15-1D61AF7BDFEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33923CE3-CF21-48A7-BA15-1D61AF7BDFEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33923CE3-CF21-48A7-BA15-1D61AF7BDFEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33923CE3-CF21-48A7-BA15-1D61AF7BDFEE}.Release|Any CPU.Build.0 = Release|Any CPU
{32F3C44D-D31D-4F33-A6F9-FFDC608E8E7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32F3C44D-D31D-4F33-A6F9-FFDC608E8E7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32F3C44D-D31D-4F33-A6F9-FFDC608E8E7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32F3C44D-D31D-4F33-A6F9-FFDC608E8E7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B0AC6BD-0182-445E-9748-94D57AFD42C5}
EndGlobalSection
EndGlobal