-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEasyPersistence.sln
More file actions
93 lines (93 loc) · 5.49 KB
/
EasyPersistence.sln
File metadata and controls
93 lines (93 loc) · 5.49 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36109.1 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{84933542-7AEA-4055-AB08-6E22DF68EB59}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FDE29923-9F23-44A0-B637-B5C921D58104}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{4A7F29E1-24AD-4B6C-BBC8-7DACAE19EECB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\COPILOT.md = .github\COPILOT.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE.txt = LICENSE.txt
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCore", "src\EFCore\EFCore.csproj", "{2DF2B027-3F72-418F-A398-2955FE82C78E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCore.Test.Units", "tests\EFCore.Test.Units\EFCore.Test.Units.csproj", "{70C64223-2914-4FD3-9F47-AE86C370659F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHelpers", "tests\TestHelpers\TestHelpers.csproj", "{AE3F2D37-1BE4-4751-AE3B-E654C3CB30CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCore.Test.Integrations", "tests\EFCore.Test.Integrations\EFCore.Test.Integrations.csproj", "{B07431E6-AA29-403D-9443-4E0468DC5919}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCoreSqlClr", "src\EFCoreSqlClr\EFCoreSqlClr.csproj", "{4FDD45B2-E2BD-43FA-A3F3-D7CC6F1057E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFCoreSqlClr.Test.Units", "tests\EFCoreSqlClr.Test.Units\EFCoreSqlClr.Test.Units.csproj", "{C4D5D320-163A-40D4-B53D-D8BFBB74D500}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHubWorkflows", "GitHubWorkflows", "{18B68165-A6AF-4E33-BCA3-374326189687}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish-to-nuget.yml = .github\workflows\publish-to-nuget.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{4BE8F2F3-2D6E-4660-A137-D4F9A177F66E}"
ProjectSection(SolutionItems) = preProject
Docs\Index.md = Docs\Index.md
Docs\Useing-Domain-Events.md = Docs\Useing-Domain-Events.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DF2B027-3F72-418F-A398-2955FE82C78E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DF2B027-3F72-418F-A398-2955FE82C78E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DF2B027-3F72-418F-A398-2955FE82C78E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DF2B027-3F72-418F-A398-2955FE82C78E}.Release|Any CPU.Build.0 = Release|Any CPU
{70C64223-2914-4FD3-9F47-AE86C370659F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70C64223-2914-4FD3-9F47-AE86C370659F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70C64223-2914-4FD3-9F47-AE86C370659F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70C64223-2914-4FD3-9F47-AE86C370659F}.Release|Any CPU.Build.0 = Release|Any CPU
{AE3F2D37-1BE4-4751-AE3B-E654C3CB30CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE3F2D37-1BE4-4751-AE3B-E654C3CB30CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE3F2D37-1BE4-4751-AE3B-E654C3CB30CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE3F2D37-1BE4-4751-AE3B-E654C3CB30CC}.Release|Any CPU.Build.0 = Release|Any CPU
{B07431E6-AA29-403D-9443-4E0468DC5919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B07431E6-AA29-403D-9443-4E0468DC5919}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B07431E6-AA29-403D-9443-4E0468DC5919}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B07431E6-AA29-403D-9443-4E0468DC5919}.Release|Any CPU.Build.0 = Release|Any CPU
{4FDD45B2-E2BD-43FA-A3F3-D7CC6F1057E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FDD45B2-E2BD-43FA-A3F3-D7CC6F1057E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FDD45B2-E2BD-43FA-A3F3-D7CC6F1057E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FDD45B2-E2BD-43FA-A3F3-D7CC6F1057E9}.Release|Any CPU.Build.0 = Release|Any CPU
{C4D5D320-163A-40D4-B53D-D8BFBB74D500}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4D5D320-163A-40D4-B53D-D8BFBB74D500}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4D5D320-163A-40D4-B53D-D8BFBB74D500}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4D5D320-163A-40D4-B53D-D8BFBB74D500}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2DF2B027-3F72-418F-A398-2955FE82C78E} = {84933542-7AEA-4055-AB08-6E22DF68EB59}
{70C64223-2914-4FD3-9F47-AE86C370659F} = {FDE29923-9F23-44A0-B637-B5C921D58104}
{AE3F2D37-1BE4-4751-AE3B-E654C3CB30CC} = {FDE29923-9F23-44A0-B637-B5C921D58104}
{B07431E6-AA29-403D-9443-4E0468DC5919} = {FDE29923-9F23-44A0-B637-B5C921D58104}
{4FDD45B2-E2BD-43FA-A3F3-D7CC6F1057E9} = {84933542-7AEA-4055-AB08-6E22DF68EB59}
{C4D5D320-163A-40D4-B53D-D8BFBB74D500} = {FDE29923-9F23-44A0-B637-B5C921D58104}
{18B68165-A6AF-4E33-BCA3-374326189687} = {4A7F29E1-24AD-4B6C-BBC8-7DACAE19EECB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {71E74C7C-0620-4681-B0F8-B555774E8F2B}
EndGlobalSection
EndGlobal