@@ -75,6 +75,23 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Model", "Model", "{E566019F
75
75
Chapter _04 \Exercises \Model \Publisher .cs = Chapter _04 \Exercises \Model \Publisher .cs
76
76
EndProject Section
77
77
EndProject
78
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Chapter_05" , "Chapter_05" , "{61A32274-F783-4004-A45E-1BB097127920}"
79
+ EndProject
80
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Exercises" , "Exercises" , "{8DFE3088-B0DF-4C84-B9A1-030C58F0C4A4}"
81
+ EndProject
82
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MyBGList" , "Chapter_05\MyBGList\MyBGList.csproj" , "{19184268-B3AB-40AE-B3E4-990B2D629849}"
83
+ EndProject
84
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Controllers" , "Controllers" , "{796403DB-ADC4-4598-A7FF-82E9C7AE1878}"
85
+ Project Section (SolutionItems ) = preProject
86
+ Chapter _05 \Exercises \Controllers \BoardGamesController .cs = Chapter _05 \Exercises \Controllers \BoardGamesController .cs
87
+ Chapter _05 \Exercises \Controllers \SeedController .cs = Chapter _05 \Exercises \Controllers \SeedController .cs
88
+ EndProject Section
89
+ EndProject
90
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "DTO" , "DTO" , "{D559F09C-25F6-4515-964E-A90A99B768AD}"
91
+ Project Section (SolutionItems ) = preProject
92
+ Chapter _05 \Exercises \DTO \BoardGameDTO .cs = Chapter _05 \Exercises \DTO \BoardGameDTO .cs
93
+ EndProject Section
94
+ EndProject
78
95
Global
79
96
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
80
97
Debug| Any CPU = Debug| Any CPU
@@ -97,6 +114,10 @@ Global
97
114
{8FDCC6E3-FB56-45EF-B18D-B34C882CD1FF} .Debug| Any CPU .Build .0 = Debug| Any CPU
98
115
{8FDCC6E3-FB56-45EF-B18D-B34C882CD1FF} .Release| Any CPU .ActiveCfg = Release| Any CPU
99
116
{8FDCC6E3-FB56-45EF-B18D-B34C882CD1FF} .Release| Any CPU .Build .0 = Release| Any CPU
117
+ {19184268-B3AB-40AE-B3E4-990B2D629849} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
118
+ {19184268-B3AB-40AE-B3E4-990B2D629849} .Debug| Any CPU .Build .0 = Debug| Any CPU
119
+ {19184268-B3AB-40AE-B3E4-990B2D629849} .Release| Any CPU .ActiveCfg = Release| Any CPU
120
+ {19184268-B3AB-40AE-B3E4-990B2D629849} .Release| Any CPU .Build .0 = Release| Any CPU
100
121
EndGlobalSection
101
122
GlobalSection (SolutionProperties ) = preSolution
102
123
HideSolutionNode = FALSE
@@ -115,6 +136,10 @@ Global
115
136
{79FC43C4-0966-4DAC-957E-BDB1A36E696E} = {888CC4D4-8F56-4EBE-B0C3-829BCE934E00}
116
137
{73294E53-5E4A-4E1E-9D57-3C6FE607EBCE} = {79FC43C4-0966-4DAC-957E-BDB1A36E696E}
117
138
{E566019F-3A19-4FF0-90C5-D5BB98B49A9E} = {79FC43C4-0966-4DAC-957E-BDB1A36E696E}
139
+ {8DFE3088-B0DF-4C84-B9A1-030C58F0C4A4} = {61A32274-F783-4004-A45E-1BB097127920}
140
+ {19184268-B3AB-40AE-B3E4-990B2D629849} = {61A32274-F783-4004-A45E-1BB097127920}
141
+ {796403DB-ADC4-4598-A7FF-82E9C7AE1878} = {8DFE3088-B0DF-4C84-B9A1-030C58F0C4A4}
142
+ {D559F09C-25F6-4515-964E-A90A99B768AD} = {8DFE3088-B0DF-4C84-B9A1-030C58F0C4A4}
118
143
EndGlobalSection
119
144
GlobalSection (ExtensibilityGlobals ) = postSolution
120
145
SolutionGuid = {58E128FF-6460-4A49-9E95-9D8E08D888FC}
0 commit comments