-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNutritionControl.sln
More file actions
51 lines (51 loc) · 3.12 KB
/
Copy pathNutritionControl.sln
File metadata and controls
51 lines (51 loc) · 3.12 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.705
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NutritionControl.DataAccess", "NutritionControl.DataAccess\NutritionControl.DataAccess.csproj", "{374E602E-688D-4A44-9891-4A32B02619D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NutritionControl.Domain", "NutritionControl.Domain\NutritionControl.Domain.csproj", "{565DDE2E-C5BD-47E0-9ABB-8048F711BAC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NutritionControl.DTO", "NutritionControl.DTO\NutritionControl.DTO.csproj", "{E2A2081A-374C-4E3D-8FA1-8506C8A3DB9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NutritionControl.API", "NutritionControl.API\NutritionControl.API.csproj", "{D64FBB92-1654-48C6-AFBE-F0D247C194C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "API", "API", "{6CE13EE0-1ABD-4420-9C53-E1987821903B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{374E602E-688D-4A44-9891-4A32B02619D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{374E602E-688D-4A44-9891-4A32B02619D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{374E602E-688D-4A44-9891-4A32B02619D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{374E602E-688D-4A44-9891-4A32B02619D5}.Release|Any CPU.Build.0 = Release|Any CPU
{565DDE2E-C5BD-47E0-9ABB-8048F711BAC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{565DDE2E-C5BD-47E0-9ABB-8048F711BAC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{565DDE2E-C5BD-47E0-9ABB-8048F711BAC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{565DDE2E-C5BD-47E0-9ABB-8048F711BAC5}.Release|Any CPU.Build.0 = Release|Any CPU
{E2A2081A-374C-4E3D-8FA1-8506C8A3DB9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2A2081A-374C-4E3D-8FA1-8506C8A3DB9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2A2081A-374C-4E3D-8FA1-8506C8A3DB9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2A2081A-374C-4E3D-8FA1-8506C8A3DB9C}.Release|Any CPU.Build.0 = Release|Any CPU
{D64FBB92-1654-48C6-AFBE-F0D247C194C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D64FBB92-1654-48C6-AFBE-F0D247C194C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D64FBB92-1654-48C6-AFBE-F0D247C194C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D64FBB92-1654-48C6-AFBE-F0D247C194C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{374E602E-688D-4A44-9891-4A32B02619D5} = {6CE13EE0-1ABD-4420-9C53-E1987821903B}
{565DDE2E-C5BD-47E0-9ABB-8048F711BAC5} = {6CE13EE0-1ABD-4420-9C53-E1987821903B}
{E2A2081A-374C-4E3D-8FA1-8506C8A3DB9C} = {6CE13EE0-1ABD-4420-9C53-E1987821903B}
{D64FBB92-1654-48C6-AFBE-F0D247C194C1} = {6CE13EE0-1ABD-4420-9C53-E1987821903B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {031950A0-0013-4105-8400-974809D2AB74}
EndGlobalSection
EndGlobal