forked from jtheisen/reconciler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reconciler.All.sln
48 lines (48 loc) · 2.81 KB
/
Reconciler.All.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.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reconciler.Ef6", "Reconciler\Ef6\Reconciler.Ef6.csproj", "{234C7750-C0F7-488B-B240-870244F39E1D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reconciler.EfCore", "Reconciler\EfCore\Reconciler.EfCore.csproj", "{E1A3FD98-9CA6-4261-AD9D-388AE4C515AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reconciler.Ef6.Tests", "Reconciler.Tests\Ef6\Reconciler.Ef6.Tests.csproj", "{87117685-4909-4497-93A6-3576D838329E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Reconciler.EfCore.Tests", "Reconciler.Tests\EfCore\Reconciler.EfCore.Tests.csproj", "{A4700E14-E6B9-4E05-A993-602ED433382B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49722275-4D6C-4F02-91A8-04478D55D3AB}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{234C7750-C0F7-488B-B240-870244F39E1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{234C7750-C0F7-488B-B240-870244F39E1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{234C7750-C0F7-488B-B240-870244F39E1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{234C7750-C0F7-488B-B240-870244F39E1D}.Release|Any CPU.Build.0 = Release|Any CPU
{E1A3FD98-9CA6-4261-AD9D-388AE4C515AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1A3FD98-9CA6-4261-AD9D-388AE4C515AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A3FD98-9CA6-4261-AD9D-388AE4C515AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A3FD98-9CA6-4261-AD9D-388AE4C515AC}.Release|Any CPU.Build.0 = Release|Any CPU
{87117685-4909-4497-93A6-3576D838329E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87117685-4909-4497-93A6-3576D838329E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87117685-4909-4497-93A6-3576D838329E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87117685-4909-4497-93A6-3576D838329E}.Release|Any CPU.Build.0 = Release|Any CPU
{A4700E14-E6B9-4E05-A993-602ED433382B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4700E14-E6B9-4E05-A993-602ED433382B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4700E14-E6B9-4E05-A993-602ED433382B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4700E14-E6B9-4E05-A993-602ED433382B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76CD5FA6-145C-46DA-B7CE-A7C3635E5C80}
EndGlobalSection
EndGlobal