11
22Microsoft Visual Studio Solution File, Format Version 12.00
3+ # Visual Studio Version 17
4+ VisualStudioVersion = 17.14.36109.1 d 17.14
5+ MinimumVisualStudioVersion = 10.0.40219.1
36Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{84933542-7AEA-4055-AB08-6E22DF68EB59}"
47EndProject
58Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "tests" , "tests" , "{FDE29923-9F23-44A0-B637-B5C921D58104}"
@@ -9,13 +12,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
912 .editorconfig = .editorconfig
1013 .gitattributes = .gitattributes
1114 .gitignore = .gitignore
15+ .github \COPILOT .md = .github \COPILOT .md
1216 Directory .Build .props = Directory .Build .props
1317 Directory .Packages .props = Directory .Packages .props
14- nuget .config = nuget .config
1518 global .json = global .json
16- .github \COPILOT .md = .github \COPILOT .md
17- README .md = README .md
1819 LICENSE .txt = LICENSE .txt
20+ nuget .config = nuget .config
21+ README .md = README .md
1922 EndProject Section
2023EndProject
2124Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "examples" , "examples" , "{9A93824F-1E1C-435A-A424-13CD43614A0A}"
@@ -39,10 +42,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHubWorkflows", "GitHubWo
3942EndProject
4043Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Docs" , "Docs" , "{4BE8F2F3-2D6E-4660-A137-D4F9A177F66E}"
4144 Project Section (SolutionItems ) = preProject
42- Docs \Useing -Domain -Events .md = Docs \Useing -Domain -Events .md
4345 Docs \Index .md = Docs \Index .md
46+ Docs \Useing -Domain -Events .md = Docs \Useing -Domain -Events .md
4447 EndProject Section
4548EndProject
49+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EFCoreTestApp" , "examples\EFCoreTestApp\EFCoreTestApp.csproj" , "{6045C80A-CFF6-46D8-A0A5-045F5ED8862A}"
50+ EndProject
4651Global
4752 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
4853 Debug| Any CPU = Debug| Any CPU
@@ -73,6 +78,13 @@ Global
7378 {C4D5D320-163A-40D4-B53D-D8BFBB74D500} .Debug| Any CPU .Build .0 = Debug| Any CPU
7479 {C4D5D320-163A-40D4-B53D-D8BFBB74D500} .Release| Any CPU .ActiveCfg = Release| Any CPU
7580 {C4D5D320-163A-40D4-B53D-D8BFBB74D500} .Release| Any CPU .Build .0 = Release| Any CPU
81+ {6045C80A-CFF6-46D8-A0A5-045F5ED8862A} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
82+ {6045C80A-CFF6-46D8-A0A5-045F5ED8862A} .Debug| Any CPU .Build .0 = Debug| Any CPU
83+ {6045C80A-CFF6-46D8-A0A5-045F5ED8862A} .Release| Any CPU .ActiveCfg = Release| Any CPU
84+ {6045C80A-CFF6-46D8-A0A5-045F5ED8862A} .Release| Any CPU .Build .0 = Release| Any CPU
85+ EndGlobalSection
86+ GlobalSection (SolutionProperties ) = preSolution
87+ HideSolutionNode = FALSE
7688 EndGlobalSection
7789 GlobalSection (NestedProjects ) = preSolution
7890 {2DF2B027-3F72-418F-A398-2955FE82C78E} = {84933542-7AEA-4055-AB08-6E22DF68EB59}
8294 {4FDD45B2-E2BD-43FA-A3F3-D7CC6F1057E9} = {84933542-7AEA-4055-AB08-6E22DF68EB59}
8395 {C4D5D320-163A-40D4-B53D-D8BFBB74D500} = {FDE29923-9F23-44A0-B637-B5C921D58104}
8496 {18B68165-A6AF-4E33-BCA3-374326189687} = {4A7F29E1-24AD-4B6C-BBC8-7DACAE19EECB}
97+ {6045C80A-CFF6-46D8-A0A5-045F5ED8862A} = {9A93824F-1E1C-435A-A424-13CD43614A0A}
98+ EndGlobalSection
99+ GlobalSection (ExtensibilityGlobals ) = postSolution
100+ SolutionGuid = {71E74C7C-0620-4681-B0F8-B555774E8F2B}
85101 EndGlobalSection
86102EndGlobal
0 commit comments