forked from NickStrupat/EntityFramework.PrimaryKey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEntityFramework.PrimaryKey.sln
More file actions
49 lines (49 loc) · 2.85 KB
/
EntityFramework.PrimaryKey.sln
File metadata and controls
49 lines (49 loc) · 2.85 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1034B2B3-DDA6-4B2E-827C-9AABFA195555}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFramework.PrimaryKey", "EntityFramework.PrimaryKey\EntityFramework.PrimaryKey.csproj", "{67F49BD8-F4EE-43BE-949F-27DF2A172E11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityFrameworkCore.PrimaryKey", "EntityFrameworkCore.PrimaryKey\EntityFrameworkCore.PrimaryKey.csproj", "{84D09584-E032-42A4-A3B7-48A40EB2FEBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestsCore", "TestsCore\TestsCore.csproj", "{B8265899-BA46-46A7-8A3E-25A080809B45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{8D7EAE93-015B-4FCC-B671-5374649FB764}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67F49BD8-F4EE-43BE-949F-27DF2A172E11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F49BD8-F4EE-43BE-949F-27DF2A172E11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F49BD8-F4EE-43BE-949F-27DF2A172E11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F49BD8-F4EE-43BE-949F-27DF2A172E11}.Release|Any CPU.Build.0 = Release|Any CPU
{84D09584-E032-42A4-A3B7-48A40EB2FEBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84D09584-E032-42A4-A3B7-48A40EB2FEBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84D09584-E032-42A4-A3B7-48A40EB2FEBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84D09584-E032-42A4-A3B7-48A40EB2FEBB}.Release|Any CPU.Build.0 = Release|Any CPU
{B8265899-BA46-46A7-8A3E-25A080809B45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8265899-BA46-46A7-8A3E-25A080809B45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8265899-BA46-46A7-8A3E-25A080809B45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8265899-BA46-46A7-8A3E-25A080809B45}.Release|Any CPU.Build.0 = Release|Any CPU
{8D7EAE93-015B-4FCC-B671-5374649FB764}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D7EAE93-015B-4FCC-B671-5374649FB764}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D7EAE93-015B-4FCC-B671-5374649FB764}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D7EAE93-015B-4FCC-B671-5374649FB764}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D369B697-6E70-4BA9-B4F1-8800BA0CAB89}
EndGlobalSection
EndGlobal