-
Notifications
You must be signed in to change notification settings - Fork 1
/
DotNetCoreWebApi.sln
37 lines (37 loc) · 2.04 KB
/
DotNetCoreWebApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetCoreWebApi", "DotNetCoreWebApi\DotNetCoreWebApi.csproj", "{9777D178-2ADC-45CF-9988-382B8FA9B9C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{6CFA31D2-4763-466A-8222-FADD6312AA12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{9E7703DD-FF55-4674-9B98-A36DCEDD69C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9777D178-2ADC-45CF-9988-382B8FA9B9C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9777D178-2ADC-45CF-9988-382B8FA9B9C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9777D178-2ADC-45CF-9988-382B8FA9B9C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9777D178-2ADC-45CF-9988-382B8FA9B9C3}.Release|Any CPU.Build.0 = Release|Any CPU
{6CFA31D2-4763-466A-8222-FADD6312AA12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CFA31D2-4763-466A-8222-FADD6312AA12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CFA31D2-4763-466A-8222-FADD6312AA12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CFA31D2-4763-466A-8222-FADD6312AA12}.Release|Any CPU.Build.0 = Release|Any CPU
{9E7703DD-FF55-4674-9B98-A36DCEDD69C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E7703DD-FF55-4674-9B98-A36DCEDD69C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E7703DD-FF55-4674-9B98-A36DCEDD69C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E7703DD-FF55-4674-9B98-A36DCEDD69C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DE0F742-678E-4C11-907B-1FCF7C5534D2}
EndGlobalSection
EndGlobal