-
Notifications
You must be signed in to change notification settings - Fork 0
/
eCatalog.sln
40 lines (40 loc) · 2.38 KB
/
eCatalog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCatalog", "eCatalog\eCatalog.csproj", "{FDFA97FF-6632-4124-9CE3-F2DA8162C57E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCatalog.DAL", "eCatalog.DAL\eCatalog.DAL.csproj", "{94CC616F-3171-42C4-A3C0-7B7754C43E47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCatalog.Commons", "eCatalog.Commons\eCatalog.Commons.csproj", "{EB63C4F8-3074-4347-9C66-9E1EA22300C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "eCatalog.Core", "eCatalog.Core\eCatalog.Core.csproj", "{43080794-1471-45EB-9201-1F36C3BF2FC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDFA97FF-6632-4124-9CE3-F2DA8162C57E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDFA97FF-6632-4124-9CE3-F2DA8162C57E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDFA97FF-6632-4124-9CE3-F2DA8162C57E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDFA97FF-6632-4124-9CE3-F2DA8162C57E}.Release|Any CPU.Build.0 = Release|Any CPU
{94CC616F-3171-42C4-A3C0-7B7754C43E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94CC616F-3171-42C4-A3C0-7B7754C43E47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94CC616F-3171-42C4-A3C0-7B7754C43E47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94CC616F-3171-42C4-A3C0-7B7754C43E47}.Release|Any CPU.Build.0 = Release|Any CPU
{EB63C4F8-3074-4347-9C66-9E1EA22300C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB63C4F8-3074-4347-9C66-9E1EA22300C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB63C4F8-3074-4347-9C66-9E1EA22300C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB63C4F8-3074-4347-9C66-9E1EA22300C0}.Release|Any CPU.Build.0 = Release|Any CPU
{43080794-1471-45EB-9201-1F36C3BF2FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43080794-1471-45EB-9201-1F36C3BF2FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43080794-1471-45EB-9201-1F36C3BF2FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43080794-1471-45EB-9201-1F36C3BF2FC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal