-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4FitBody-User-API.sln
More file actions
47 lines (47 loc) · 2.93 KB
/
Copy path4FitBody-User-API.sln
File metadata and controls
47 lines (47 loc) · 2.93 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{573088D6-8BB6-4609-9AAC-61E01B4237DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FitnessApp.Core", "src\FitnessApp.Core\FitnessApp.Core.csproj", "{8A81DE84-6CB6-4C83-AD4A-C793FFB360BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FitnessApp.Infrastructure", "src\FitnessApp.Infrastructure\FitnessApp.Infrastructure.csproj", "{F6B9B850-8747-4845-800E-B4E5D5114046}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FitnessApp.Presentation", "src\FitnessApp.Presentation\FitnessApp.Presentation.csproj", "{0DEC1C81-0230-434B-B0A9-47D9D96075BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{039592E3-92E5-4458-A7D6-81F5762DAC92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8A81DE84-6CB6-4C83-AD4A-C793FFB360BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A81DE84-6CB6-4C83-AD4A-C793FFB360BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A81DE84-6CB6-4C83-AD4A-C793FFB360BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A81DE84-6CB6-4C83-AD4A-C793FFB360BB}.Release|Any CPU.Build.0 = Release|Any CPU
{F6B9B850-8747-4845-800E-B4E5D5114046}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6B9B850-8747-4845-800E-B4E5D5114046}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6B9B850-8747-4845-800E-B4E5D5114046}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6B9B850-8747-4845-800E-B4E5D5114046}.Release|Any CPU.Build.0 = Release|Any CPU
{0DEC1C81-0230-434B-B0A9-47D9D96075BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DEC1C81-0230-434B-B0A9-47D9D96075BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DEC1C81-0230-434B-B0A9-47D9D96075BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DEC1C81-0230-434B-B0A9-47D9D96075BB}.Release|Any CPU.Build.0 = Release|Any CPU
{039592E3-92E5-4458-A7D6-81F5762DAC92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{039592E3-92E5-4458-A7D6-81F5762DAC92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{039592E3-92E5-4458-A7D6-81F5762DAC92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{039592E3-92E5-4458-A7D6-81F5762DAC92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8A81DE84-6CB6-4C83-AD4A-C793FFB360BB} = {573088D6-8BB6-4609-9AAC-61E01B4237DF}
{F6B9B850-8747-4845-800E-B4E5D5114046} = {573088D6-8BB6-4609-9AAC-61E01B4237DF}
{0DEC1C81-0230-434B-B0A9-47D9D96075BB} = {573088D6-8BB6-4609-9AAC-61E01B4237DF}
EndGlobalSection
EndGlobal