forked from xiajingren/EFDynamicDatabaseBuilding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEFDynamicDatabaseBuilding.sln
More file actions
43 lines (43 loc) · 2.85 KB
/
EFDynamicDatabaseBuilding.sln
File metadata and controls
43 lines (43 loc) · 2.85 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.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XHZNL.EFDynamicDatabaseBuilding.Web", "XHZNL.EFDynamicDatabaseBuilding.Web\XHZNL.EFDynamicDatabaseBuilding.Web.csproj", "{D9C3D61C-230E-437F-89B9-2E7A76464D90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XHZNL.EFDynamicDatabaseBuilding.MasterEntity", "XHZNL.EFDynamicDatabaseBuilding.MasterEntity\XHZNL.EFDynamicDatabaseBuilding.MasterEntity.csproj", "{1D4560F1-398C-4E3C-800D-F8211A204F3F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XHZNL.EFDynamicDatabaseBuilding.BusinessEntity", "XHZNL.EFDynamicDatabaseBuilding.BusinessEntity\XHZNL.EFDynamicDatabaseBuilding.BusinessEntity.csproj", "{3A83C747-B3D9-4BD8-BDDA-E26490D08062}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XHZNL.EFDynamicDatabaseBuilding.Common", "XHZNL.EFDynamicDatabaseBuilding.Common\XHZNL.EFDynamicDatabaseBuilding.Common.csproj", "{C939F326-1553-46BC-9445-ED6FF7B41D6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9C3D61C-230E-437F-89B9-2E7A76464D90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9C3D61C-230E-437F-89B9-2E7A76464D90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9C3D61C-230E-437F-89B9-2E7A76464D90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9C3D61C-230E-437F-89B9-2E7A76464D90}.Release|Any CPU.Build.0 = Release|Any CPU
{1D4560F1-398C-4E3C-800D-F8211A204F3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D4560F1-398C-4E3C-800D-F8211A204F3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D4560F1-398C-4E3C-800D-F8211A204F3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D4560F1-398C-4E3C-800D-F8211A204F3F}.Release|Any CPU.Build.0 = Release|Any CPU
{3A83C747-B3D9-4BD8-BDDA-E26490D08062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A83C747-B3D9-4BD8-BDDA-E26490D08062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A83C747-B3D9-4BD8-BDDA-E26490D08062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A83C747-B3D9-4BD8-BDDA-E26490D08062}.Release|Any CPU.Build.0 = Release|Any CPU
{C939F326-1553-46BC-9445-ED6FF7B41D6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C939F326-1553-46BC-9445-ED6FF7B41D6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C939F326-1553-46BC-9445-ED6FF7B41D6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C939F326-1553-46BC-9445-ED6FF7B41D6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AA4E32B-922F-4354-A489-10C96C328DEF}
EndGlobalSection
EndGlobal