-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebStoreCoreApplication.sln
More file actions
44 lines (44 loc) · 2.54 KB
/
Copy pathWebStoreCoreApplication.sln
File metadata and controls
44 lines (44 loc) · 2.54 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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStoreCoreApplicatioc.DAL", "WebStoreCoreApplicatioc.DAL\WebStoreCoreApplicatioc.DAL.csproj", "{8DC31F2B-674B-45CB-A1E4-B854376F61C9}"
ProjectSection(ProjectDependencies) = postProject
{7B19DF65-9390-46CA-BB4B-5F4A187CCA78} = {7B19DF65-9390-46CA-BB4B-5F4A187CCA78}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStoreCoreApplication.Domain", "WebStoreCoreApplication.Domain\WebStoreCoreApplication.Domain.csproj", "{7B19DF65-9390-46CA-BB4B-5F4A187CCA78}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebStoreCoreApplication", "WebStoreCoreApplication\WebStoreCoreApplication.csproj", "{C51BAB85-3295-4EF2-9DCF-BCEBC4BE63DB}"
ProjectSection(ProjectDependencies) = postProject
{8DC31F2B-674B-45CB-A1E4-B854376F61C9} = {8DC31F2B-674B-45CB-A1E4-B854376F61C9}
{7B19DF65-9390-46CA-BB4B-5F4A187CCA78} = {7B19DF65-9390-46CA-BB4B-5F4A187CCA78}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8DC31F2B-674B-45CB-A1E4-B854376F61C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DC31F2B-674B-45CB-A1E4-B854376F61C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DC31F2B-674B-45CB-A1E4-B854376F61C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DC31F2B-674B-45CB-A1E4-B854376F61C9}.Release|Any CPU.Build.0 = Release|Any CPU
{7B19DF65-9390-46CA-BB4B-5F4A187CCA78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B19DF65-9390-46CA-BB4B-5F4A187CCA78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B19DF65-9390-46CA-BB4B-5F4A187CCA78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B19DF65-9390-46CA-BB4B-5F4A187CCA78}.Release|Any CPU.Build.0 = Release|Any CPU
{C51BAB85-3295-4EF2-9DCF-BCEBC4BE63DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C51BAB85-3295-4EF2-9DCF-BCEBC4BE63DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C51BAB85-3295-4EF2-9DCF-BCEBC4BE63DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C51BAB85-3295-4EF2-9DCF-BCEBC4BE63DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B93734B7-3AD3-4ECF-BBC9-E9A63ED469AE}
EndGlobalSection
EndGlobal