-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetCoreWebApi_CleanArchitecture.sln
37 lines (37 loc) · 2.03 KB
/
NetCoreWebApi_CleanArchitecture.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.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Services", "App.Services\App.Services.csproj", "{DA25125B-5B62-4BB3-9D0C-B0D59B64354F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.Repositories", "App.Repositories\App.Repositories.csproj", "{18A942D9-C0C0-45CB-B70F-9D34A3734271}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App.API", "App.API\App.API.csproj", "{0FBA1461-5722-431A-A289-6EDF7DBF1738}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA25125B-5B62-4BB3-9D0C-B0D59B64354F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA25125B-5B62-4BB3-9D0C-B0D59B64354F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA25125B-5B62-4BB3-9D0C-B0D59B64354F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA25125B-5B62-4BB3-9D0C-B0D59B64354F}.Release|Any CPU.Build.0 = Release|Any CPU
{18A942D9-C0C0-45CB-B70F-9D34A3734271}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18A942D9-C0C0-45CB-B70F-9D34A3734271}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18A942D9-C0C0-45CB-B70F-9D34A3734271}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18A942D9-C0C0-45CB-B70F-9D34A3734271}.Release|Any CPU.Build.0 = Release|Any CPU
{0FBA1461-5722-431A-A289-6EDF7DBF1738}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FBA1461-5722-431A-A289-6EDF7DBF1738}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FBA1461-5722-431A-A289-6EDF7DBF1738}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FBA1461-5722-431A-A289-6EDF7DBF1738}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F796FC0-8FA2-44F2-BE09-B58245B4B199}
EndGlobalSection
EndGlobal