This repository has been archived by the owner on Jun 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEFCore.TimeTraveler.sln
49 lines (49 loc) · 2.53 KB
/
EFCore.TimeTraveler.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.TimeTraveler", "src\EFCore.TimeTraveler\EFCore.TimeTraveler.csproj", "{E0C969FE-121E-4A03-9EB8-605ACE15053A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.TimeTravelerTests", "tests\EFCore.TimeTravelerTests\EFCore.TimeTravelerTests.csproj", "{89C9D718-590A-4002-B5CB-67469D075A80}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC27AB28-AB66-42E1-BB36-44D0106AA1F6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.vsconfig = .vsconfig
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Respawn", "tests\Respawn\Respawn.csproj", "{FAC28582-5F49-4A9B-AFE4-B1D7CFCE6994}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0C969FE-121E-4A03-9EB8-605ACE15053A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0C969FE-121E-4A03-9EB8-605ACE15053A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0C969FE-121E-4A03-9EB8-605ACE15053A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0C969FE-121E-4A03-9EB8-605ACE15053A}.Release|Any CPU.Build.0 = Release|Any CPU
{89C9D718-590A-4002-B5CB-67469D075A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89C9D718-590A-4002-B5CB-67469D075A80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89C9D718-590A-4002-B5CB-67469D075A80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89C9D718-590A-4002-B5CB-67469D075A80}.Release|Any CPU.Build.0 = Release|Any CPU
{FAC28582-5F49-4A9B-AFE4-B1D7CFCE6994}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAC28582-5F49-4A9B-AFE4-B1D7CFCE6994}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAC28582-5F49-4A9B-AFE4-B1D7CFCE6994}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAC28582-5F49-4A9B-AFE4-B1D7CFCE6994}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99137F7A-19EC-424F-8106-95257CC0405D}
EndGlobalSection
EndGlobal