forked from dotnet/ef6
-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
ErikEJ.EntityFramework.SqlServer.sln
64 lines (64 loc) · 4.23 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmokeTestNetFx", "test\SmokeTestNetFx\SmokeTestNetFx.csproj", "{0D4EBAB7-0F71-46F2-90D4-068DAC7878E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreConsoleApp", "test\CoreConsoleApp\CoreConsoleApp.csproj", "{2BC03762-39EE-489C-B786-47CE13E422BC}"
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
{0D4EBAB7-0F71-46F2-90D4-068DAC7878E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D4EBAB7-0F71-46F2-90D4-068DAC7878E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D4EBAB7-0F71-46F2-90D4-068DAC7878E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D4EBAB7-0F71-46F2-90D4-068DAC7878E1}.Release|Any CPU.Build.0 = Release|Any CPU
{2BC03762-39EE-489C-B786-47CE13E422BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BC03762-39EE-489C-B786-47CE13E422BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BC03762-39EE-489C-B786-47CE13E422BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BC03762-39EE-489C-B786-47CE13E422BC}.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}
{0D4EBAB7-0F71-46F2-90D4-068DAC7878E1} = {2AE1B177-580C-44F1-9514-B3F23F4B1433}
{2BC03762-39EE-489C-B786-47CE13E422BC} = {2AE1B177-580C-44F1-9514-B3F23F4B1433}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE843F86-C2BD-4003-AD9C-632788EFDC1A}
EndGlobalSection
EndGlobal