-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStoreAppWebAPI.sln
More file actions
49 lines (49 loc) · 2.94 KB
/
StoreAppWebAPI.sln
File metadata and controls
49 lines (49 loc) · 2.94 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{2C65D580-1200-4D56-B6A4-1653AD1CA9A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "Repositories\Repositories.csproj", "{97303A75-D240-4738-9007-89B35825BBCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{24499799-514D-42FC-BDDD-2D849C45F168}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation", "Presentation\Presentation.csproj", "{3E370A53-E2D0-4AC1-998C-41C89196AD1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{1EC75230-D32E-46BC-A6E0-8990EDB474D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C65D580-1200-4D56-B6A4-1653AD1CA9A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C65D580-1200-4D56-B6A4-1653AD1CA9A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C65D580-1200-4D56-B6A4-1653AD1CA9A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C65D580-1200-4D56-B6A4-1653AD1CA9A2}.Release|Any CPU.Build.0 = Release|Any CPU
{97303A75-D240-4738-9007-89B35825BBCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97303A75-D240-4738-9007-89B35825BBCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97303A75-D240-4738-9007-89B35825BBCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97303A75-D240-4738-9007-89B35825BBCE}.Release|Any CPU.Build.0 = Release|Any CPU
{24499799-514D-42FC-BDDD-2D849C45F168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24499799-514D-42FC-BDDD-2D849C45F168}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24499799-514D-42FC-BDDD-2D849C45F168}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24499799-514D-42FC-BDDD-2D849C45F168}.Release|Any CPU.Build.0 = Release|Any CPU
{3E370A53-E2D0-4AC1-998C-41C89196AD1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E370A53-E2D0-4AC1-998C-41C89196AD1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E370A53-E2D0-4AC1-998C-41C89196AD1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E370A53-E2D0-4AC1-998C-41C89196AD1A}.Release|Any CPU.Build.0 = Release|Any CPU
{1EC75230-D32E-46BC-A6E0-8990EDB474D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EC75230-D32E-46BC-A6E0-8990EDB474D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EC75230-D32E-46BC-A6E0-8990EDB474D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EC75230-D32E-46BC-A6E0-8990EDB474D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E60C624-A992-4D30-A16E-FF097445F6AC}
EndGlobalSection
EndGlobal