-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClassLibrary.EFCore.sln
40 lines (40 loc) · 1.96 KB
/
ClassLibrary.EFCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary.EFCore", "src\ClassLibrary.EFCore\ClassLibrary.EFCore.csproj", "{3E63A1BB-FA4E-4437-BDA5-FF6632E57060}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary.EFCore.Tests", "src\ClassLibrary.EFCore.Tests\ClassLibrary.EFCore.Tests.csproj", "{7AFCCAC6-048D-432F-964C-F741DCA47461}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5A80178-8539-4040-93AE-84C8557FB9C3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LibraryTools.png = LibraryTools.png
LICENSE = LICENSE
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
{3E63A1BB-FA4E-4437-BDA5-FF6632E57060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E63A1BB-FA4E-4437-BDA5-FF6632E57060}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E63A1BB-FA4E-4437-BDA5-FF6632E57060}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E63A1BB-FA4E-4437-BDA5-FF6632E57060}.Release|Any CPU.Build.0 = Release|Any CPU
{7AFCCAC6-048D-432F-964C-F741DCA47461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AFCCAC6-048D-432F-964C-F741DCA47461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AFCCAC6-048D-432F-964C-F741DCA47461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AFCCAC6-048D-432F-964C-F741DCA47461}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {986B20A9-308A-43F9-9357-B60D79291E50}
EndGlobalSection
EndGlobal