-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRepositoryPattern.sln
67 lines (67 loc) · 4.42 KB
/
RepositoryPattern.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
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30516.212
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Database.SQLite", "Database.SQLite\Database.SQLite.csproj", "{1DC26856-9CFB-4271-AF30-91D254FF4D3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{5900D365-1585-47E4-9A18-9DFFA85FCF49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Database.Core", "Database.Core\Database.Core.csproj", "{1BC7C869-3F89-406E-AC82-0350FD871329}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{818352B8-B017-4A7F-A4D3-4FCA845EB1DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Database.PostgreSQL", "Database.PostgreSQL\Database.PostgreSQL.csproj", "{7603DE6D-3094-4F07-8900-0B6776526FD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleAppWithMSDI", "ConsoleAppWithMSDI\ConsoleAppWithMSDI.csproj", "{C4991BA2-2A23-495B-9C37-9523EAFFE941}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services.Core", "Services.Core\Services.Core.csproj", "{3A9DC805-997D-411E-9C25-B06C3BDE18C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{F3C164AB-1732-4174-8914-65E6094B9563}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DC26856-9CFB-4271-AF30-91D254FF4D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DC26856-9CFB-4271-AF30-91D254FF4D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DC26856-9CFB-4271-AF30-91D254FF4D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DC26856-9CFB-4271-AF30-91D254FF4D3A}.Release|Any CPU.Build.0 = Release|Any CPU
{5900D365-1585-47E4-9A18-9DFFA85FCF49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5900D365-1585-47E4-9A18-9DFFA85FCF49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5900D365-1585-47E4-9A18-9DFFA85FCF49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5900D365-1585-47E4-9A18-9DFFA85FCF49}.Release|Any CPU.Build.0 = Release|Any CPU
{1BC7C869-3F89-406E-AC82-0350FD871329}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BC7C869-3F89-406E-AC82-0350FD871329}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BC7C869-3F89-406E-AC82-0350FD871329}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BC7C869-3F89-406E-AC82-0350FD871329}.Release|Any CPU.Build.0 = Release|Any CPU
{818352B8-B017-4A7F-A4D3-4FCA845EB1DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{818352B8-B017-4A7F-A4D3-4FCA845EB1DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{818352B8-B017-4A7F-A4D3-4FCA845EB1DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{818352B8-B017-4A7F-A4D3-4FCA845EB1DD}.Release|Any CPU.Build.0 = Release|Any CPU
{7603DE6D-3094-4F07-8900-0B6776526FD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7603DE6D-3094-4F07-8900-0B6776526FD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7603DE6D-3094-4F07-8900-0B6776526FD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7603DE6D-3094-4F07-8900-0B6776526FD7}.Release|Any CPU.Build.0 = Release|Any CPU
{C4991BA2-2A23-495B-9C37-9523EAFFE941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4991BA2-2A23-495B-9C37-9523EAFFE941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4991BA2-2A23-495B-9C37-9523EAFFE941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4991BA2-2A23-495B-9C37-9523EAFFE941}.Release|Any CPU.Build.0 = Release|Any CPU
{3A9DC805-997D-411E-9C25-B06C3BDE18C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A9DC805-997D-411E-9C25-B06C3BDE18C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A9DC805-997D-411E-9C25-B06C3BDE18C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A9DC805-997D-411E-9C25-B06C3BDE18C4}.Release|Any CPU.Build.0 = Release|Any CPU
{F3C164AB-1732-4174-8914-65E6094B9563}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C164AB-1732-4174-8914-65E6094B9563}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C164AB-1732-4174-8914-65E6094B9563}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C164AB-1732-4174-8914-65E6094B9563}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6F6EBFD-E816-4059-8CC9-910E6DA603DA}
EndGlobalSection
EndGlobal