-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtesting-entity-framework.sln
38 lines (38 loc) · 1.86 KB
/
testing-entity-framework.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sample-database", "sample-database\sample-database.csproj", "{011CEEF9-1AA4-4F74-AF79-2227BD337BB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sample-database.test", "sample-database.test\sample-database.test.csproj", "{B5C78174-312E-4986-854B-737B6D826D71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9934C34-E27C-4755-BF5C-C59E7226B5CE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
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
{011CEEF9-1AA4-4F74-AF79-2227BD337BB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{011CEEF9-1AA4-4F74-AF79-2227BD337BB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{011CEEF9-1AA4-4F74-AF79-2227BD337BB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{011CEEF9-1AA4-4F74-AF79-2227BD337BB2}.Release|Any CPU.Build.0 = Release|Any CPU
{B5C78174-312E-4986-854B-737B6D826D71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5C78174-312E-4986-854B-737B6D826D71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5C78174-312E-4986-854B-737B6D826D71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5C78174-312E-4986-854B-737B6D826D71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92F63517-DB1F-4188-8AC8-8C4561133511}
EndGlobalSection
EndGlobal