-
Notifications
You must be signed in to change notification settings - Fork 0
/
netcorewebapi.sln
82 lines (82 loc) · 4.94 KB
/
netcorewebapi.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7625AD23-0F5E-48DD-B41E-EAE0F16A843F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetcorewebApi.Api", "src\Netcorewebapi.Api\NetcorewebApi.Api.csproj", "{D048CA63-894D-4A30-A590-7CC098DE5292}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetcorewebApi.Common", "src\Netcorewebapi.Common\NetcorewebApi.Common.csproj", "{CF07A533-60D6-4102-90D4-B2A20C02BF1B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetcorewebApi.DataAccess", "src\Netcorewebapi.DataAccess\NetcorewebApi.DataAccess.csproj", "{4A35A5C6-206C-4DB4-87D8-7106F4F48407}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{03714788-AF9E-413B-B3B2-5F6DBC858B41}"
ProjectSection(SolutionItems) = preProject
build\dependencies.props = build\dependencies.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{485550B1-F3C7-4D4D-A5B5-B9FC9D42D5DD}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D048CA63-894D-4A30-A590-7CC098DE5292}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Debug|x64.ActiveCfg = Debug|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Debug|x64.Build.0 = Debug|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Debug|x86.ActiveCfg = Debug|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Debug|x86.Build.0 = Debug|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Release|Any CPU.Build.0 = Release|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Release|x64.ActiveCfg = Release|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Release|x64.Build.0 = Release|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Release|x86.ActiveCfg = Release|Any CPU
{D048CA63-894D-4A30-A590-7CC098DE5292}.Release|x86.Build.0 = Release|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Debug|x64.ActiveCfg = Debug|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Debug|x64.Build.0 = Debug|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Debug|x86.ActiveCfg = Debug|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Debug|x86.Build.0 = Debug|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Release|Any CPU.Build.0 = Release|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Release|x64.ActiveCfg = Release|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Release|x64.Build.0 = Release|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Release|x86.ActiveCfg = Release|Any CPU
{CF07A533-60D6-4102-90D4-B2A20C02BF1B}.Release|x86.Build.0 = Release|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Debug|x64.ActiveCfg = Debug|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Debug|x64.Build.0 = Debug|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Debug|x86.ActiveCfg = Debug|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Debug|x86.Build.0 = Debug|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Release|Any CPU.Build.0 = Release|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Release|x64.ActiveCfg = Release|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Release|x64.Build.0 = Release|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Release|x86.ActiveCfg = Release|Any CPU
{4A35A5C6-206C-4DB4-87D8-7106F4F48407}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D048CA63-894D-4A30-A590-7CC098DE5292} = {7625AD23-0F5E-48DD-B41E-EAE0F16A843F}
{CF07A533-60D6-4102-90D4-B2A20C02BF1B} = {7625AD23-0F5E-48DD-B41E-EAE0F16A843F}
{4A35A5C6-206C-4DB4-87D8-7106F4F48407} = {7625AD23-0F5E-48DD-B41E-EAE0F16A843F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86AFF650-E972-4830-839A-4E19C8C1BF4F}
EndGlobalSection
EndGlobal