-
Notifications
You must be signed in to change notification settings - Fork 1
/
EntityFramework.VersionedProperties.sln
48 lines (48 loc) · 2.89 KB
/
EntityFramework.VersionedProperties.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
41
42
43
44
45
46
47
48
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", "{9362F02D-F6FD-41BA-9385-8A30F7975F63}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFramework.VersionedProperties", "EntityFramework.VersionedProperties\EntityFramework.VersionedProperties.csproj", "{5DF3D087-D95A-4B12-B731-9B123AB87D37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkCore.VersionedProperties", "EntityFrameworkCore.VersionedProperties\EntityFrameworkCore.VersionedProperties.csproj", "{146AAF49-4939-491B-A3AD-459C193211CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsCore", "TestsCore\TestsCore.csproj", "{FF398381-328B-4C97-8A37-C9EB5C9F3B4D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{152D9FCD-1BCA-426A-900B-7C360D700AEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DF3D087-D95A-4B12-B731-9B123AB87D37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DF3D087-D95A-4B12-B731-9B123AB87D37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DF3D087-D95A-4B12-B731-9B123AB87D37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DF3D087-D95A-4B12-B731-9B123AB87D37}.Release|Any CPU.Build.0 = Release|Any CPU
{146AAF49-4939-491B-A3AD-459C193211CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{146AAF49-4939-491B-A3AD-459C193211CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{146AAF49-4939-491B-A3AD-459C193211CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{146AAF49-4939-491B-A3AD-459C193211CF}.Release|Any CPU.Build.0 = Release|Any CPU
{FF398381-328B-4C97-8A37-C9EB5C9F3B4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF398381-328B-4C97-8A37-C9EB5C9F3B4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF398381-328B-4C97-8A37-C9EB5C9F3B4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF398381-328B-4C97-8A37-C9EB5C9F3B4D}.Release|Any CPU.Build.0 = Release|Any CPU
{152D9FCD-1BCA-426A-900B-7C360D700AEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{152D9FCD-1BCA-426A-900B-7C360D700AEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{152D9FCD-1BCA-426A-900B-7C360D700AEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{152D9FCD-1BCA-426A-900B-7C360D700AEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {417B7A1C-F90F-4E7D-A709-C51A189F805A}
EndGlobalSection
EndGlobal