You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFramework/App/App.sln

62 lines
3.6 KiB

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App", "App.csproj", "{E8B1B649-B0B8-4DDF-BE5E-7EB74EE8E79A}"
ProjectSection(ProjectDependencies) = postProject
{2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A} = {2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "..\Entities\Entities.csproj", "{A3AD5ED6-188F-4F13-8B43-F649502A9DED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ContextLib", "..\ContextLib\ContextLib.csproj", "{2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A}"
ProjectSection(ProjectDependencies) = postProject
{A3AD5ED6-188F-4F13-8B43-F649502A9DED} = {A3AD5ED6-188F-4F13-8B43-F649502A9DED}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StubbedContextLib", "..\StubContext\StubbedContextLib.csproj", "{98FB6B00-686C-4B31-B000-876B08E5DAEA}"
ProjectSection(ProjectDependencies) = postProject
{2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A} = {2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "..\Test\Test.csproj", "{E8159099-8CD9-49FF-A5D5-95B651756C19}"
ProjectSection(ProjectDependencies) = postProject
{98FB6B00-686C-4B31-B000-876B08E5DAEA} = {98FB6B00-686C-4B31-B000-876B08E5DAEA}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8B1B649-B0B8-4DDF-BE5E-7EB74EE8E79A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8B1B649-B0B8-4DDF-BE5E-7EB74EE8E79A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8B1B649-B0B8-4DDF-BE5E-7EB74EE8E79A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8B1B649-B0B8-4DDF-BE5E-7EB74EE8E79A}.Release|Any CPU.Build.0 = Release|Any CPU
{A3AD5ED6-188F-4F13-8B43-F649502A9DED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3AD5ED6-188F-4F13-8B43-F649502A9DED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3AD5ED6-188F-4F13-8B43-F649502A9DED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3AD5ED6-188F-4F13-8B43-F649502A9DED}.Release|Any CPU.Build.0 = Release|Any CPU
{2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A160FE9-4C72-4BCD-A9B0-5E4F894FE22A}.Release|Any CPU.Build.0 = Release|Any CPU
{98FB6B00-686C-4B31-B000-876B08E5DAEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98FB6B00-686C-4B31-B000-876B08E5DAEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98FB6B00-686C-4B31-B000-876B08E5DAEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98FB6B00-686C-4B31-B000-876B08E5DAEA}.Release|Any CPU.Build.0 = Release|Any CPU
{E8159099-8CD9-49FF-A5D5-95B651756C19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8159099-8CD9-49FF-A5D5-95B651756C19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8159099-8CD9-49FF-A5D5-95B651756C19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8159099-8CD9-49FF-A5D5-95B651756C19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {813B2BDB-EFAE-49C4-9DB9-C98D6328348F}
EndGlobalSection
EndGlobal