-
Notifications
You must be signed in to change notification settings - Fork 0
/
AspNetCore.Examples.EntityFrameworkCore.sln
44 lines (44 loc) · 2.51 KB
/
AspNetCore.Examples.EntityFrameworkCore.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 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Examples.EntityFrameworkCore.Api", "AspNetCore.Examples.EntityFrameworkCore.Api\AspNetCore.Examples.EntityFrameworkCore.Api.csproj", "{FF9B2528-FDB8-4A47-A8EF-4E8D11928D2D}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{86652050-9D85-4800-8655-45EF9EB1C571}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.Examples.EntityFrameworkCore.Api.Tests", "AspNetCore.Examples.EntityFrameworkCore.Api.Tests\AspNetCore.Examples.EntityFrameworkCore.Api.Tests.csproj", "{456403F3-22F3-44E1-BAEF-BD0F43D8F2AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4CC98BDC-D46A-4185-A351-74F0C2699E2A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF9B2528-FDB8-4A47-A8EF-4E8D11928D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF9B2528-FDB8-4A47-A8EF-4E8D11928D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF9B2528-FDB8-4A47-A8EF-4E8D11928D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF9B2528-FDB8-4A47-A8EF-4E8D11928D2D}.Release|Any CPU.Build.0 = Release|Any CPU
{86652050-9D85-4800-8655-45EF9EB1C571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86652050-9D85-4800-8655-45EF9EB1C571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86652050-9D85-4800-8655-45EF9EB1C571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86652050-9D85-4800-8655-45EF9EB1C571}.Release|Any CPU.Build.0 = Release|Any CPU
{456403F3-22F3-44E1-BAEF-BD0F43D8F2AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{456403F3-22F3-44E1-BAEF-BD0F43D8F2AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{456403F3-22F3-44E1-BAEF-BD0F43D8F2AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{456403F3-22F3-44E1-BAEF-BD0F43D8F2AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B28EFED3-3119-47B0-865E-5A2C751ED8A9}
EndGlobalSection
EndGlobal