forked from ErikEJ/EntityFramework6PowerTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathErikEJ.EntityFramework.SqlServer.sln
50 lines (50 loc) · 3.1 KB
/
ErikEJ.EntityFramework.SqlServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{2AE1B177-580C-44F1-9514-B3F23F4B1433}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ErikEJ.EntityFramework.SqlServer", "src\ErikEJ.EntityFramework.SqlServer\ErikEJ.EntityFramework.SqlServer.csproj", "{730A8F34-F3AA-4026-BACC-BA75FD3EECC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlProviderSmokeTestNetFx", "test\SqlProviderSmokeTextNetFx\SqlProviderSmokeTestNetFx.csproj", "{810EB9F6-253B-4AC5-95AC-0C4D463244B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlProviderSmokeTestNetCore", "test\SqlProviderSmokeTextNetCore\SqlProviderSmokeTestNetCore.csproj", "{7C4A94D0-2D27-4236-B811-737F0BECAB47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmokeTestNetCore", "test\SmokeTestNetCore\SmokeTestNetCore.csproj", "{CDDFB3F7-5131-4172-9639-F7C8D565E9AD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{730A8F34-F3AA-4026-BACC-BA75FD3EECC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{730A8F34-F3AA-4026-BACC-BA75FD3EECC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{730A8F34-F3AA-4026-BACC-BA75FD3EECC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{730A8F34-F3AA-4026-BACC-BA75FD3EECC2}.Release|Any CPU.Build.0 = Release|Any CPU
{810EB9F6-253B-4AC5-95AC-0C4D463244B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{810EB9F6-253B-4AC5-95AC-0C4D463244B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{810EB9F6-253B-4AC5-95AC-0C4D463244B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{810EB9F6-253B-4AC5-95AC-0C4D463244B3}.Release|Any CPU.Build.0 = Release|Any CPU
{7C4A94D0-2D27-4236-B811-737F0BECAB47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C4A94D0-2D27-4236-B811-737F0BECAB47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C4A94D0-2D27-4236-B811-737F0BECAB47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C4A94D0-2D27-4236-B811-737F0BECAB47}.Release|Any CPU.Build.0 = Release|Any CPU
{CDDFB3F7-5131-4172-9639-F7C8D565E9AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDDFB3F7-5131-4172-9639-F7C8D565E9AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDDFB3F7-5131-4172-9639-F7C8D565E9AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDDFB3F7-5131-4172-9639-F7C8D565E9AD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{810EB9F6-253B-4AC5-95AC-0C4D463244B3} = {2AE1B177-580C-44F1-9514-B3F23F4B1433}
{7C4A94D0-2D27-4236-B811-737F0BECAB47} = {2AE1B177-580C-44F1-9514-B3F23F4B1433}
{CDDFB3F7-5131-4172-9639-F7C8D565E9AD} = {2AE1B177-580C-44F1-9514-B3F23F4B1433}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE843F86-C2BD-4003-AD9C-632788EFDC1A}
EndGlobalSection
EndGlobal