-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathEfCoreSqlAndCosmos.sln
More file actions
60 lines (60 loc) · 3.68 KB
/
EfCoreSqlAndCosmos.sln
File metadata and controls
60 lines (60 loc) · 3.68 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfCoreSqlAndCosmos", "EfCoreSqlAndCosmos\EfCoreSqlAndCosmos.csproj", "{1F30E882-1BE1-46A9-80A1-76DD02B31E9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceLayer", "ServiceLayer\ServiceLayer.csproj", "{718557B8-F1F8-4189-B70A-8A8394249AD1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataLayer", "DataLayer\DataLayer.csproj", "{B1B7C1FE-6EC5-4F9C-9146-7735C3DA2760}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{EDB97F15-5E1A-4A83-BC42-02B28CF2C194}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3ECE4F2C-DDEB-43CD-BE89-014B83D892D9}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLayerEvents", "DataLayerEvents\DataLayerEvents.csproj", "{A2D0317E-6297-42B2-A5EE-41E1970049C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{0BCA2E95-4776-4643-8DD9-B335533445B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F30E882-1BE1-46A9-80A1-76DD02B31E9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F30E882-1BE1-46A9-80A1-76DD02B31E9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F30E882-1BE1-46A9-80A1-76DD02B31E9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F30E882-1BE1-46A9-80A1-76DD02B31E9A}.Release|Any CPU.Build.0 = Release|Any CPU
{718557B8-F1F8-4189-B70A-8A8394249AD1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{718557B8-F1F8-4189-B70A-8A8394249AD1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{718557B8-F1F8-4189-B70A-8A8394249AD1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{718557B8-F1F8-4189-B70A-8A8394249AD1}.Release|Any CPU.Build.0 = Release|Any CPU
{B1B7C1FE-6EC5-4F9C-9146-7735C3DA2760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1B7C1FE-6EC5-4F9C-9146-7735C3DA2760}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1B7C1FE-6EC5-4F9C-9146-7735C3DA2760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1B7C1FE-6EC5-4F9C-9146-7735C3DA2760}.Release|Any CPU.Build.0 = Release|Any CPU
{EDB97F15-5E1A-4A83-BC42-02B28CF2C194}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDB97F15-5E1A-4A83-BC42-02B28CF2C194}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDB97F15-5E1A-4A83-BC42-02B28CF2C194}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDB97F15-5E1A-4A83-BC42-02B28CF2C194}.Release|Any CPU.Build.0 = Release|Any CPU
{A2D0317E-6297-42B2-A5EE-41E1970049C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2D0317E-6297-42B2-A5EE-41E1970049C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2D0317E-6297-42B2-A5EE-41E1970049C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2D0317E-6297-42B2-A5EE-41E1970049C4}.Release|Any CPU.Build.0 = Release|Any CPU
{0BCA2E95-4776-4643-8DD9-B335533445B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BCA2E95-4776-4643-8DD9-B335533445B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BCA2E95-4776-4643-8DD9-B335533445B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BCA2E95-4776-4643-8DD9-B335533445B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {341421C1-8261-46CF-ABF5-F19D7CF692AF}
EndGlobalSection
EndGlobal