forked from FelixBoers/EfCore.InMemoryHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEfCore.InMemoryHelpers.sln
More file actions
41 lines (41 loc) · 2.05 KB
/
EfCore.InMemoryHelpers.sln
File metadata and controls
41 lines (41 loc) · 2.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 15.0.26730.16
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2745D9FA-8583-434A-87D8-9A8BC11F5B0B}"
ProjectSection(SolutionItems) = preProject
license.txt = license.txt
readme.md = readme.md
readme.source.md = readme.source.md
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
.gitignore = .gitignore
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EfCore.InMemoryHelpers", "src\EfCore.InMemoryHelpers\EfCore.InMemoryHelpers.csproj", "{81EC5499-0EAD-45BB-8BF4-BBB1C702D5A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EfCore.InMemoryHelpers.Test", "test\EfCore.InMemoryHelpers.Test\EfCore.InMemoryHelpers.Test.csproj", "{FB637471-17F2-4C23-8008-180B576406B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81EC5499-0EAD-45BB-8BF4-BBB1C702D5A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81EC5499-0EAD-45BB-8BF4-BBB1C702D5A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81EC5499-0EAD-45BB-8BF4-BBB1C702D5A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81EC5499-0EAD-45BB-8BF4-BBB1C702D5A4}.Release|Any CPU.Build.0 = Release|Any CPU
{FB637471-17F2-4C23-8008-180B576406B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB637471-17F2-4C23-8008-180B576406B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB637471-17F2-4C23-8008-180B576406B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB637471-17F2-4C23-8008-180B576406B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9DBE1FD-2601-4F67-B85B-CE26A668FA05}
EndGlobalSection
EndGlobal