-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEntityFrameworkCore.MigrationsProject_2.2.sln
More file actions
43 lines (43 loc) · 2.78 KB
/
Copy pathEntityFrameworkCore.MigrationsProject_2.2.sln
File metadata and controls
43 lines (43 loc) · 2.78 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MigrationsProject.Persistence.EFCore", "MigrationsProject.Persistence.EFCore\MigrationsProject.Persistence.EFCore.csproj", "{769F52D8-E4F8-4DCB-BE6F-E88B528D5611}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MigrationsProject.Persistence.EFCore.MigrationHelper", "MigrationsProject.Persistence.EFCore.MigrationHelper\MigrationsProject.Persistence.EFCore.MigrationHelper.csproj", "{D4FD5A4A-7AE6-4A72-B012-867501F09217}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MigrationsProject.ConsoleApp", "MigrationsProject.ConsoleApp\MigrationsProject.ConsoleApp.csproj", "{E3AE05EA-6D17-4022-9024-DC78C454475F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MigrationsProject.Domain", "MigrationsProject.Domain\MigrationsProject.Domain.csproj", "{F15DB806-E358-445B-A942-2B226DF8C728}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{769F52D8-E4F8-4DCB-BE6F-E88B528D5611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{769F52D8-E4F8-4DCB-BE6F-E88B528D5611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{769F52D8-E4F8-4DCB-BE6F-E88B528D5611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{769F52D8-E4F8-4DCB-BE6F-E88B528D5611}.Release|Any CPU.Build.0 = Release|Any CPU
{D4FD5A4A-7AE6-4A72-B012-867501F09217}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4FD5A4A-7AE6-4A72-B012-867501F09217}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4FD5A4A-7AE6-4A72-B012-867501F09217}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4FD5A4A-7AE6-4A72-B012-867501F09217}.Release|Any CPU.Build.0 = Release|Any CPU
{E3AE05EA-6D17-4022-9024-DC78C454475F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3AE05EA-6D17-4022-9024-DC78C454475F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3AE05EA-6D17-4022-9024-DC78C454475F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3AE05EA-6D17-4022-9024-DC78C454475F}.Release|Any CPU.Build.0 = Release|Any CPU
{F15DB806-E358-445B-A942-2B226DF8C728}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F15DB806-E358-445B-A942-2B226DF8C728}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F15DB806-E358-445B-A942-2B226DF8C728}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F15DB806-E358-445B-A942-2B226DF8C728}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8F0DC6CE-00DB-4867-B4F4-EA81F7521C72}
EndGlobalSection
EndGlobal