-
Notifications
You must be signed in to change notification settings - Fork 0
/
AzureCosmosDbWithEntityFrameworkCore.sln
44 lines (44 loc) · 2.47 KB
/
AzureCosmosDbWithEntityFrameworkCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CosmosDB", "CosmosDB", "{0EFFD9A3-2B2C-408C-938B-1FD71270516C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CosmosDB.Infra", "CosmosDB.EF\CosmosDB.Infra.csproj", "{DB1BF331-DA0F-4A03-AD36-7FF6E3BDFAAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CosmosDb.Domain", "CosmosDb.Domain\CosmosDb.Domain.csproj", "{42C83036-53FC-44C4-9F15-0A1A175182EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CosmosDb.UI", "CosmosDb.UI\CosmosDb.UI.csproj", "{5920852B-9A3A-4DDA-963B-0DACDC1675C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DB1BF331-DA0F-4A03-AD36-7FF6E3BDFAAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB1BF331-DA0F-4A03-AD36-7FF6E3BDFAAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB1BF331-DA0F-4A03-AD36-7FF6E3BDFAAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1BF331-DA0F-4A03-AD36-7FF6E3BDFAAD}.Release|Any CPU.Build.0 = Release|Any CPU
{42C83036-53FC-44C4-9F15-0A1A175182EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42C83036-53FC-44C4-9F15-0A1A175182EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42C83036-53FC-44C4-9F15-0A1A175182EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42C83036-53FC-44C4-9F15-0A1A175182EB}.Release|Any CPU.Build.0 = Release|Any CPU
{5920852B-9A3A-4DDA-963B-0DACDC1675C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5920852B-9A3A-4DDA-963B-0DACDC1675C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5920852B-9A3A-4DDA-963B-0DACDC1675C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5920852B-9A3A-4DDA-963B-0DACDC1675C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DB1BF331-DA0F-4A03-AD36-7FF6E3BDFAAD} = {0EFFD9A3-2B2C-408C-938B-1FD71270516C}
{42C83036-53FC-44C4-9F15-0A1A175182EB} = {0EFFD9A3-2B2C-408C-938B-1FD71270516C}
{5920852B-9A3A-4DDA-963B-0DACDC1675C0} = {0EFFD9A3-2B2C-408C-938B-1FD71270516C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E43E62A-4A34-4DCA-A6F6-C1CD179BB94E}
EndGlobalSection
EndGlobal