-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLibraryApp.sln
More file actions
79 lines (79 loc) · 5.07 KB
/
Copy pathLibraryApp.sln
File metadata and controls
79 lines (79 loc) · 5.07 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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryApp.API", "LibraryApp.API\LibraryApp.API.csproj", "{F2234037-6DE4-4738-BC9C-38CFF311AB80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryApp.Domain", "LibraryApp.Domain\LibraryApp.Domain.csproj", "{65C28EC1-D17F-4DDB-A055-2B4A3576771B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LibraryApp.Data", "LibraryApp.Data\LibraryApp.Data.csproj", "{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{CF4B87A1-298E-4905-876D-89858CABF900}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Debug|x64.ActiveCfg = Debug|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Debug|x64.Build.0 = Debug|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Debug|x86.ActiveCfg = Debug|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Debug|x86.Build.0 = Debug|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Release|Any CPU.Build.0 = Release|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Release|x64.ActiveCfg = Release|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Release|x64.Build.0 = Release|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Release|x86.ActiveCfg = Release|Any CPU
{F2234037-6DE4-4738-BC9C-38CFF311AB80}.Release|x86.Build.0 = Release|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Debug|x64.ActiveCfg = Debug|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Debug|x64.Build.0 = Debug|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Debug|x86.ActiveCfg = Debug|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Debug|x86.Build.0 = Debug|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Release|Any CPU.Build.0 = Release|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Release|x64.ActiveCfg = Release|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Release|x64.Build.0 = Release|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Release|x86.ActiveCfg = Release|Any CPU
{65C28EC1-D17F-4DDB-A055-2B4A3576771B}.Release|x86.Build.0 = Release|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Debug|x64.ActiveCfg = Debug|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Debug|x64.Build.0 = Debug|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Debug|x86.ActiveCfg = Debug|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Debug|x86.Build.0 = Debug|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Release|Any CPU.Build.0 = Release|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Release|x64.ActiveCfg = Release|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Release|x64.Build.0 = Release|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Release|x86.ActiveCfg = Release|Any CPU
{3A6F0341-8EF9-485E-8AEA-A1EBCA444E26}.Release|x86.Build.0 = Release|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Debug|x64.ActiveCfg = Debug|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Debug|x64.Build.0 = Debug|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Debug|x86.ActiveCfg = Debug|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Debug|x86.Build.0 = Debug|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Release|Any CPU.Build.0 = Release|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Release|x64.ActiveCfg = Release|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Release|x64.Build.0 = Release|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Release|x86.ActiveCfg = Release|Any CPU
{CF4B87A1-298E-4905-876D-89858CABF900}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7E8A82A1-CBE1-4036-9834-A6E397839B09}
EndGlobalSection
EndGlobal