-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBackendNetCore.sln
More file actions
75 lines (75 loc) · 4.61 KB
/
Copy pathBackendNetCore.sln
File metadata and controls
75 lines (75 loc) · 4.61 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29201.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "src\Entities\Entities.csproj", "{C801826C-3F22-46C1-A5D3-D91A9601697D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "src\DataAccess\DataAccess.csproj", "{6E66CAF5-0C3E-425B-AA1F-BE18C6EDE27D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "src\Business\Business.csproj", "{593C2F67-0E82-4266-AC96-D2BE709FD069}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "src\Core\Core.csproj", "{5E930536-4DDF-4770-BCFE-21E0E7005AFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "src\WebAPI\WebAPI.csproj", "{EF53A1AE-B85E-4AFC-823A-33F55E67CB37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Migrations.SQLServer", "Migrations\Migrations.SQLServer\Migrations.SQLServer.csproj", "{CA3DEA44-1C60-4E0A-B890-8453E306299F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A800D570-180D-4BEF-ADCE-CF04B6309AFF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Migrations", "Migrations", "{D8ED32CF-5C40-4148-B6E6-120917F57F48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Migrations.PostgreSQL", "Migrations\Migrations.PostgreSQL\Migrations.PostgreSQL.csproj", "{D2460404-5755-4977-8F11-1EA0A2E84956}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C801826C-3F22-46C1-A5D3-D91A9601697D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C801826C-3F22-46C1-A5D3-D91A9601697D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C801826C-3F22-46C1-A5D3-D91A9601697D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C801826C-3F22-46C1-A5D3-D91A9601697D}.Release|Any CPU.Build.0 = Release|Any CPU
{6E66CAF5-0C3E-425B-AA1F-BE18C6EDE27D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E66CAF5-0C3E-425B-AA1F-BE18C6EDE27D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E66CAF5-0C3E-425B-AA1F-BE18C6EDE27D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E66CAF5-0C3E-425B-AA1F-BE18C6EDE27D}.Release|Any CPU.Build.0 = Release|Any CPU
{593C2F67-0E82-4266-AC96-D2BE709FD069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{593C2F67-0E82-4266-AC96-D2BE709FD069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{593C2F67-0E82-4266-AC96-D2BE709FD069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{593C2F67-0E82-4266-AC96-D2BE709FD069}.Release|Any CPU.Build.0 = Release|Any CPU
{5E930536-4DDF-4770-BCFE-21E0E7005AFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E930536-4DDF-4770-BCFE-21E0E7005AFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E930536-4DDF-4770-BCFE-21E0E7005AFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E930536-4DDF-4770-BCFE-21E0E7005AFD}.Release|Any CPU.Build.0 = Release|Any CPU
{EF53A1AE-B85E-4AFC-823A-33F55E67CB37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF53A1AE-B85E-4AFC-823A-33F55E67CB37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF53A1AE-B85E-4AFC-823A-33F55E67CB37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF53A1AE-B85E-4AFC-823A-33F55E67CB37}.Release|Any CPU.Build.0 = Release|Any CPU
{CA3DEA44-1C60-4E0A-B890-8453E306299F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA3DEA44-1C60-4E0A-B890-8453E306299F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA3DEA44-1C60-4E0A-B890-8453E306299F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA3DEA44-1C60-4E0A-B890-8453E306299F}.Release|Any CPU.Build.0 = Release|Any CPU
{D2460404-5755-4977-8F11-1EA0A2E84956}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2460404-5755-4977-8F11-1EA0A2E84956}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2460404-5755-4977-8F11-1EA0A2E84956}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2460404-5755-4977-8F11-1EA0A2E84956}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CA3DEA44-1C60-4E0A-B890-8453E306299F} = {D8ED32CF-5C40-4148-B6E6-120917F57F48}
{D2460404-5755-4977-8F11-1EA0A2E84956} = {D8ED32CF-5C40-4148-B6E6-120917F57F48}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9E4E955-C88E-4328-9165-ABA94BE0DFED}
EndGlobalSection
EndGlobal