@@ -112,6 +112,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Data.Sqlite.sqlit
112
112
EndProject
113
113
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "EFCore.OData.FunctionalTests" , "test\EFCore.OData.FunctionalTests\EFCore.OData.FunctionalTests.csproj" , "{7C0E5443-FE44-4436-8A7D-CE64D1F889BD}"
114
114
EndProject
115
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EFCore.AspNet.Specification.Tests" , "test\EFCore.AspNet.Specification.Tests\EFCore.AspNet.Specification.Tests.csproj" , "{80A812BF-8AB7-4197-AC1C-712BA5E818FB}"
116
+ EndProject
117
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EFCore.AspNet.SqlServer.FunctionalTests" , "test\EFCore.AspNet.SqlServer.FunctionalTests\EFCore.AspNet.SqlServer.FunctionalTests.csproj" , "{F956A344-5C8D-4015-A3BF-7A8304C58BE4}"
118
+ EndProject
119
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EFCore.AspNet.Sqlite.FunctionalTests" , "test\EFCore.AspNet.Sqlite.FunctionalTests\EFCore.AspNet.Sqlite.FunctionalTests.csproj" , "{CC93C465-F5AC-4CB9-A064-3675955962F4}"
120
+ EndProject
121
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "EFCore.AspNet.InMemory.FunctionalTests" , "test\EFCore.AspNet.InMemory.FunctionalTests\EFCore.AspNet.InMemory.FunctionalTests.csproj" , "{F1B2E5A0-8C74-414A-B262-353FEE325E9F}"
122
+ EndProject
115
123
Global
116
124
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
117
125
Debug| Any CPU = Debug| Any CPU
@@ -294,6 +302,22 @@ Global
294
302
{7C0E5443-FE44-4436-8A7D-CE64D1F889BD} .Debug| Any CPU .Build .0 = Debug| Any CPU
295
303
{7C0E5443-FE44-4436-8A7D-CE64D1F889BD} .Release| Any CPU .ActiveCfg = Release| Any CPU
296
304
{7C0E5443-FE44-4436-8A7D-CE64D1F889BD} .Release| Any CPU .Build .0 = Release| Any CPU
305
+ {80A812BF-8AB7-4197-AC1C-712BA5E818FB} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
306
+ {80A812BF-8AB7-4197-AC1C-712BA5E818FB} .Debug| Any CPU .Build .0 = Debug| Any CPU
307
+ {80A812BF-8AB7-4197-AC1C-712BA5E818FB} .Release| Any CPU .ActiveCfg = Release| Any CPU
308
+ {80A812BF-8AB7-4197-AC1C-712BA5E818FB} .Release| Any CPU .Build .0 = Release| Any CPU
309
+ {F956A344-5C8D-4015-A3BF-7A8304C58BE4} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
310
+ {F956A344-5C8D-4015-A3BF-7A8304C58BE4} .Debug| Any CPU .Build .0 = Debug| Any CPU
311
+ {F956A344-5C8D-4015-A3BF-7A8304C58BE4} .Release| Any CPU .ActiveCfg = Release| Any CPU
312
+ {F956A344-5C8D-4015-A3BF-7A8304C58BE4} .Release| Any CPU .Build .0 = Release| Any CPU
313
+ {CC93C465-F5AC-4CB9-A064-3675955962F4} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
314
+ {CC93C465-F5AC-4CB9-A064-3675955962F4} .Debug| Any CPU .Build .0 = Debug| Any CPU
315
+ {CC93C465-F5AC-4CB9-A064-3675955962F4} .Release| Any CPU .ActiveCfg = Release| Any CPU
316
+ {CC93C465-F5AC-4CB9-A064-3675955962F4} .Release| Any CPU .Build .0 = Release| Any CPU
317
+ {F1B2E5A0-8C74-414A-B262-353FEE325E9F} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
318
+ {F1B2E5A0-8C74-414A-B262-353FEE325E9F} .Debug| Any CPU .Build .0 = Debug| Any CPU
319
+ {F1B2E5A0-8C74-414A-B262-353FEE325E9F} .Release| Any CPU .ActiveCfg = Release| Any CPU
320
+ {F1B2E5A0-8C74-414A-B262-353FEE325E9F} .Release| Any CPU .Build .0 = Release| Any CPU
297
321
EndGlobalSection
298
322
GlobalSection (SolutionProperties ) = preSolution
299
323
HideSolutionNode = FALSE
@@ -343,6 +367,10 @@ Global
343
367
{B163761D-FB4A-4C80-BAB9-01905E1351EF} = {258D5057-81B9-40EC-A872-D21E27452749}
344
368
{E0FF35C8-8038-4394-9C2A-AF34BE3CC61F} = {258D5057-81B9-40EC-A872-D21E27452749}
345
369
{7C0E5443-FE44-4436-8A7D-CE64D1F889BD} = {258D5057-81B9-40EC-A872-D21E27452749}
370
+ {80A812BF-8AB7-4197-AC1C-712BA5E818FB} = {258D5057-81B9-40EC-A872-D21E27452749}
371
+ {F956A344-5C8D-4015-A3BF-7A8304C58BE4} = {258D5057-81B9-40EC-A872-D21E27452749}
372
+ {CC93C465-F5AC-4CB9-A064-3675955962F4} = {258D5057-81B9-40EC-A872-D21E27452749}
373
+ {F1B2E5A0-8C74-414A-B262-353FEE325E9F} = {258D5057-81B9-40EC-A872-D21E27452749}
346
374
EndGlobalSection
347
375
GlobalSection (ExtensibilityGlobals ) = postSolution
348
376
SolutionGuid = {285A5EB4-BCF4-40EB-B9E1-DF6DBCB5E705}
0 commit comments