-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEntityFrameworkCore.Extensions.sln
39 lines (39 loc) · 2.04 KB
/
EntityFrameworkCore.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotDoc.EntityFrameworkCore.Extensions", "DotDoc.EntityFrameworkCore.Extensions\DotDoc.EntityFrameworkCore.Extensions.csproj", "{D4FC2D30-3AF9-4441-A67E-5B6F72D1F941}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotDoc.EntityFrameworkCore.Extensions.Tests", "DotDoc.EntityFrameworkCore.Extensions.Tests\DotDoc.EntityFrameworkCore.Extensions.Tests.csproj", "{EC7B074D-897E-4F32-BF65-6C7B527BAD18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{59C6B4DA-0E18-4F34-931F-950BAA97D4A4}"
ProjectSection(SolutionItems) = preProject
ChangeLog.md = ChangeLog.md
.editorconfig = .editorconfig
License.txt = License.txt
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
{D4FC2D30-3AF9-4441-A67E-5B6F72D1F941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4FC2D30-3AF9-4441-A67E-5B6F72D1F941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4FC2D30-3AF9-4441-A67E-5B6F72D1F941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4FC2D30-3AF9-4441-A67E-5B6F72D1F941}.Release|Any CPU.Build.0 = Release|Any CPU
{EC7B074D-897E-4F32-BF65-6C7B527BAD18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC7B074D-897E-4F32-BF65-6C7B527BAD18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC7B074D-897E-4F32-BF65-6C7B527BAD18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC7B074D-897E-4F32-BF65-6C7B527BAD18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46A45099-0107-4B81-B052-D770B1C7DD74}
EndGlobalSection
EndGlobal