-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathChapter_04.sln
51 lines (51 loc) · 3.06 KB
/
Chapter_04.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Exercises", "Exercises", "{6773746C-CAC2-4114-81DE-B3418FB485C5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Migrations", "Migrations", "{E532843F-BD36-4AA6-9D3D-0465C89782FC}"
ProjectSection(SolutionItems) = preProject
Chapter_04\Exercises\Migrations\20220127000740_Chapter04_Exercises.cs = Chapter_04\Exercises\Migrations\20220127000740_Chapter04_Exercises.cs
Chapter_04\Exercises\Migrations\20220127000740_Chapter04_Exercises.Designer.cs = Chapter_04\Exercises\Migrations\20220127000740_Chapter04_Exercises.Designer.cs
Chapter_04\Exercises\Migrations\ApplicationDbContextModelSnapshot.cs = Chapter_04\Exercises\Migrations\ApplicationDbContextModelSnapshot.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Model", "Model", "{58879DBA-9C5B-438E-BE1F-5911F3DB3ED0}"
ProjectSection(SolutionItems) = preProject
Chapter_04\Exercises\Model\ApplicationDbContext.cs = Chapter_04\Exercises\Model\ApplicationDbContext.cs
Chapter_04\Exercises\Model\BoardGame.cs = Chapter_04\Exercises\Model\BoardGame.cs
Chapter_04\Exercises\Model\BoardGames_Categories.cs = Chapter_04\Exercises\Model\BoardGames_Categories.cs
Chapter_04\Exercises\Model\BoardGames_Domains.cs = Chapter_04\Exercises\Model\BoardGames_Domains.cs
Chapter_04\Exercises\Model\BoardGames_Mechanics.cs = Chapter_04\Exercises\Model\BoardGames_Mechanics.cs
Chapter_04\Exercises\Model\Category.cs = Chapter_04\Exercises\Model\Category.cs
Chapter_04\Exercises\Model\Domain.cs = Chapter_04\Exercises\Model\Domain.cs
Chapter_04\Exercises\Model\Mechanic.cs = Chapter_04\Exercises\Model\Mechanic.cs
Chapter_04\Exercises\Model\Publisher.cs = Chapter_04\Exercises\Model\Publisher.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBGList", "Chapter_04\MyBGList\MyBGList.csproj", "{7C7E2E25-3F23-44F6-AD95-2BF123B526C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C7E2E25-3F23-44F6-AD95-2BF123B526C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C7E2E25-3F23-44F6-AD95-2BF123B526C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C7E2E25-3F23-44F6-AD95-2BF123B526C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C7E2E25-3F23-44F6-AD95-2BF123B526C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E532843F-BD36-4AA6-9D3D-0465C89782FC} = {6773746C-CAC2-4114-81DE-B3418FB485C5}
{58879DBA-9C5B-438E-BE1F-5911F3DB3ED0} = {6773746C-CAC2-4114-81DE-B3418FB485C5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {58E128FF-6460-4A49-9E95-9D8E08D888FC}
EndGlobalSection
EndGlobal