-
Notifications
You must be signed in to change notification settings - Fork 82
/
FlexLabs.Upsert.sln
59 lines (59 loc) · 3.53 KB
/
FlexLabs.Upsert.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
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31410.414
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".solution", ".solution", "{8F601D76-FA75-4B32-AACB-559A63305223}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build.release.signed.bat = build.release.signed.bat
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github-workflows", "github-workflows", "{3B24B110-DA69-4764-9EB3-E7E89695A6DC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0DCBBEBD-A5B9-46F1-B9DE-F469447630F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{27DD4B6C-174D-436C-84F4-8706DF282194}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlexLabs.EntityFrameworkCore.Upsert", "src\FlexLabs.EntityFrameworkCore.Upsert\FlexLabs.EntityFrameworkCore.Upsert.csproj", "{E00DD739-30D8-4FE0-BFD4-99378BD4AD5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlexLabs.EntityFrameworkCore.Upsert.Tests", "test\FlexLabs.EntityFrameworkCore.Upsert.Tests\FlexLabs.EntityFrameworkCore.Upsert.Tests.csproj", "{DED725C1-78D6-4060-BC6D-72B6DF164E73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests", "test\FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests\FlexLabs.EntityFrameworkCore.Upsert.IntegrationTests.csproj", "{2A61A416-2EFA-4199-9958-2817B947E5E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E00DD739-30D8-4FE0-BFD4-99378BD4AD5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E00DD739-30D8-4FE0-BFD4-99378BD4AD5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E00DD739-30D8-4FE0-BFD4-99378BD4AD5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E00DD739-30D8-4FE0-BFD4-99378BD4AD5F}.Release|Any CPU.Build.0 = Release|Any CPU
{DED725C1-78D6-4060-BC6D-72B6DF164E73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DED725C1-78D6-4060-BC6D-72B6DF164E73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DED725C1-78D6-4060-BC6D-72B6DF164E73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DED725C1-78D6-4060-BC6D-72B6DF164E73}.Release|Any CPU.Build.0 = Release|Any CPU
{2A61A416-2EFA-4199-9958-2817B947E5E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A61A416-2EFA-4199-9958-2817B947E5E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A61A416-2EFA-4199-9958-2817B947E5E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A61A416-2EFA-4199-9958-2817B947E5E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3B24B110-DA69-4764-9EB3-E7E89695A6DC} = {8F601D76-FA75-4B32-AACB-559A63305223}
{E00DD739-30D8-4FE0-BFD4-99378BD4AD5F} = {0DCBBEBD-A5B9-46F1-B9DE-F469447630F1}
{DED725C1-78D6-4060-BC6D-72B6DF164E73} = {27DD4B6C-174D-436C-84F4-8706DF282194}
{2A61A416-2EFA-4199-9958-2817B947E5E0} = {27DD4B6C-174D-436C-84F4-8706DF282194}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF1562DF-BA49-4D28-A977-6C5A9B8C4F9D}
EndGlobalSection
EndGlobal