-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAspNet_BP.sln
43 lines (43 loc) · 2.5 KB
/
AspNet_BP.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BP.Domain", "BP.Domain\BP.Domain.csproj", "{EDFA812F-7958-4B1E-9ECF-5EDC685A00DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BP.Infrastructure", "BP.Infrastructure\BP.Infrastructure.csproj", "{A7681060-A229-4B7F-BB41-999DF4C0A7C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BP.Application", "BP.Application\BP.Application.csproj", "{7E303485-AD73-4290-AF0B-A655A5B118D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BP.UI", "BP.UI\BP.UI.csproj", "{F45B3B70-8E08-47E1-8698-E807B905D4F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDFA812F-7958-4B1E-9ECF-5EDC685A00DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDFA812F-7958-4B1E-9ECF-5EDC685A00DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDFA812F-7958-4B1E-9ECF-5EDC685A00DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDFA812F-7958-4B1E-9ECF-5EDC685A00DB}.Release|Any CPU.Build.0 = Release|Any CPU
{A7681060-A229-4B7F-BB41-999DF4C0A7C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7681060-A229-4B7F-BB41-999DF4C0A7C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7681060-A229-4B7F-BB41-999DF4C0A7C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7681060-A229-4B7F-BB41-999DF4C0A7C4}.Release|Any CPU.Build.0 = Release|Any CPU
{7E303485-AD73-4290-AF0B-A655A5B118D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E303485-AD73-4290-AF0B-A655A5B118D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E303485-AD73-4290-AF0B-A655A5B118D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E303485-AD73-4290-AF0B-A655A5B118D4}.Release|Any CPU.Build.0 = Release|Any CPU
{F45B3B70-8E08-47E1-8698-E807B905D4F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F45B3B70-8E08-47E1-8698-E807B905D4F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F45B3B70-8E08-47E1-8698-E807B905D4F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F45B3B70-8E08-47E1-8698-E807B905D4F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33DB1A6A-6D16-4A1A-8574-C73CD66981F8}
EndGlobalSection
EndGlobal