-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojectWebApi.sln
More file actions
55 lines (55 loc) · 3.41 KB
/
projectWebApi.sln
File metadata and controls
55 lines (55 loc) · 3.41 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
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "projectWebApi", "projectWebApi\projectWebApi.csproj", "{DDDE8154-E0E0-4235-AA35-D8F44657D5EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "Repositories\Repositories.csproj", "{F5C5C61A-C5D1-4B11-99C7-E0B70FAD2518}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{32441E0E-6E65-4441-B3A1-57DADD4077C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{74C9CF80-4BFC-434C-9863-5CE38B0471BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTOs", "DTOs\DTOs.csproj", "{DB1A18F1-65AC-4769-ABE1-DDBCA40C4386}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestProject", "TestProject\TestProject.csproj", "{8BD47A0F-3F51-4902-9BDC-6B438AA81E92}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDDE8154-E0E0-4235-AA35-D8F44657D5EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDDE8154-E0E0-4235-AA35-D8F44657D5EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDDE8154-E0E0-4235-AA35-D8F44657D5EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDDE8154-E0E0-4235-AA35-D8F44657D5EB}.Release|Any CPU.Build.0 = Release|Any CPU
{F5C5C61A-C5D1-4B11-99C7-E0B70FAD2518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5C5C61A-C5D1-4B11-99C7-E0B70FAD2518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5C5C61A-C5D1-4B11-99C7-E0B70FAD2518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5C5C61A-C5D1-4B11-99C7-E0B70FAD2518}.Release|Any CPU.Build.0 = Release|Any CPU
{32441E0E-6E65-4441-B3A1-57DADD4077C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32441E0E-6E65-4441-B3A1-57DADD4077C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32441E0E-6E65-4441-B3A1-57DADD4077C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32441E0E-6E65-4441-B3A1-57DADD4077C6}.Release|Any CPU.Build.0 = Release|Any CPU
{74C9CF80-4BFC-434C-9863-5CE38B0471BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74C9CF80-4BFC-434C-9863-5CE38B0471BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74C9CF80-4BFC-434C-9863-5CE38B0471BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74C9CF80-4BFC-434C-9863-5CE38B0471BD}.Release|Any CPU.Build.0 = Release|Any CPU
{DB1A18F1-65AC-4769-ABE1-DDBCA40C4386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB1A18F1-65AC-4769-ABE1-DDBCA40C4386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB1A18F1-65AC-4769-ABE1-DDBCA40C4386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1A18F1-65AC-4769-ABE1-DDBCA40C4386}.Release|Any CPU.Build.0 = Release|Any CPU
{8BD47A0F-3F51-4902-9BDC-6B438AA81E92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BD47A0F-3F51-4902-9BDC-6B438AA81E92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BD47A0F-3F51-4902-9BDC-6B438AA81E92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BD47A0F-3F51-4902-9BDC-6B438AA81E92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7371273C-88B0-42E8-A8F0-E58A58C6EF79}
EndGlobalSection
EndGlobal