-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCore.sln
More file actions
44 lines (44 loc) · 2.49 KB
/
Core.sln
File metadata and controls
44 lines (44 loc) · 2.49 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{473E7822-72A4-4268-BEE5-17807D09B880}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainModel", "src\DomainModel\DomainModel.csproj", "{C621779A-DC48-4322-AAC9-A813A7002A42}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessPostgreSqlProvider", "src\DataAccessPostgreSqlProvider\DataAccessPostgreSqlProvider.csproj", "{A336B1FE-BD9E-4938-9E46-A5D778245488}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreWebApp", "src\CoreWebApp\CoreWebApp.csproj", "{A272BE37-5943-421E-987B-303E17FB934B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C621779A-DC48-4322-AAC9-A813A7002A42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C621779A-DC48-4322-AAC9-A813A7002A42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C621779A-DC48-4322-AAC9-A813A7002A42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C621779A-DC48-4322-AAC9-A813A7002A42}.Release|Any CPU.Build.0 = Release|Any CPU
{A336B1FE-BD9E-4938-9E46-A5D778245488}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A336B1FE-BD9E-4938-9E46-A5D778245488}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A336B1FE-BD9E-4938-9E46-A5D778245488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A336B1FE-BD9E-4938-9E46-A5D778245488}.Release|Any CPU.Build.0 = Release|Any CPU
{A272BE37-5943-421E-987B-303E17FB934B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A272BE37-5943-421E-987B-303E17FB934B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A272BE37-5943-421E-987B-303E17FB934B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A272BE37-5943-421E-987B-303E17FB934B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C621779A-DC48-4322-AAC9-A813A7002A42} = {473E7822-72A4-4268-BEE5-17807D09B880}
{A336B1FE-BD9E-4938-9E46-A5D778245488} = {473E7822-72A4-4268-BEE5-17807D09B880}
{A272BE37-5943-421E-987B-303E17FB934B} = {473E7822-72A4-4268-BEE5-17807D09B880}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8464EF70-F1C1-438E-8F38-B6082596C64A}
EndGlobalSection
EndGlobal