-
Notifications
You must be signed in to change notification settings - Fork 1
/
NetCoreProductManager.sln
53 lines (53 loc) · 3.21 KB
/
NetCoreProductManager.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
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetCoreProductManager", "NetCoreProductManager\NetCoreProductManager.csproj", "{D0188A7E-8D7C-4BA2-AE29-EAA89916CD10}"
ProjectSection(ProjectDependencies) = postProject
{2AF6B474-6361-458A-BF3E-E33E102AE09A} = {2AF6B474-6361-458A-BF3E-E33E102AE09A}
{71D3FA98-F0D3-423E-810C-F9D13C9D5F63} = {71D3FA98-F0D3-423E-810C-F9D13C9D5F63}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataLayer", "DataLayer\DataLayer.csproj", "{2AF6B474-6361-458A-BF3E-E33E102AE09A}"
ProjectSection(ProjectDependencies) = postProject
{71D3FA98-F0D3-423E-810C-F9D13C9D5F63} = {71D3FA98-F0D3-423E-810C-F9D13C9D5F63}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelLayer", "ModelLayer\ModelLayer.csproj", "{71D3FA98-F0D3-423E-810C-F9D13C9D5F63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{FCE1BDD2-D923-4BB2-9751-8B468865EC48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{8E579E5F-186B-4197-BB32-0FA55E049EB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0188A7E-8D7C-4BA2-AE29-EAA89916CD10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0188A7E-8D7C-4BA2-AE29-EAA89916CD10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0188A7E-8D7C-4BA2-AE29-EAA89916CD10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0188A7E-8D7C-4BA2-AE29-EAA89916CD10}.Release|Any CPU.Build.0 = Release|Any CPU
{2AF6B474-6361-458A-BF3E-E33E102AE09A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AF6B474-6361-458A-BF3E-E33E102AE09A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AF6B474-6361-458A-BF3E-E33E102AE09A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AF6B474-6361-458A-BF3E-E33E102AE09A}.Release|Any CPU.Build.0 = Release|Any CPU
{71D3FA98-F0D3-423E-810C-F9D13C9D5F63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71D3FA98-F0D3-423E-810C-F9D13C9D5F63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71D3FA98-F0D3-423E-810C-F9D13C9D5F63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71D3FA98-F0D3-423E-810C-F9D13C9D5F63}.Release|Any CPU.Build.0 = Release|Any CPU
{FCE1BDD2-D923-4BB2-9751-8B468865EC48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCE1BDD2-D923-4BB2-9751-8B468865EC48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCE1BDD2-D923-4BB2-9751-8B468865EC48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCE1BDD2-D923-4BB2-9751-8B468865EC48}.Release|Any CPU.Build.0 = Release|Any CPU
{8E579E5F-186B-4197-BB32-0FA55E049EB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E579E5F-186B-4197-BB32-0FA55E049EB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E579E5F-186B-4197-BB32-0FA55E049EB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E579E5F-186B-4197-BB32-0FA55E049EB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal