-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebAPIStoreApp.sln
55 lines (55 loc) · 3.43 KB
/
WebAPIStoreApp.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
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.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPIStoreApp", "WebAPIStoreApp\WebAPIStoreApp.csproj", "{273B97A4-A231-47DF-8695-A9A1012F0465}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BookDemo", "BookDemo\BookDemo\BookDemo.csproj", "{060F754A-4EC7-442F-8BDC-8CD4DED7BFE5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{6430645B-E9F2-4524-AA9F-0CB4C74F8B8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "Repositories\Repositories.csproj", "{3ACE1FCA-6B4B-41AA-AF10-D3BD1F2E5313}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{2F6DFB84-24F8-4138-9B1C-3B5372A447FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation", "Presentation\Presentation.csproj", "{2243ECB7-F003-4B83-9A2D-CA03308F54E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{273B97A4-A231-47DF-8695-A9A1012F0465}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{273B97A4-A231-47DF-8695-A9A1012F0465}.Debug|Any CPU.Build.0 = Debug|Any CPU
{273B97A4-A231-47DF-8695-A9A1012F0465}.Release|Any CPU.ActiveCfg = Release|Any CPU
{273B97A4-A231-47DF-8695-A9A1012F0465}.Release|Any CPU.Build.0 = Release|Any CPU
{060F754A-4EC7-442F-8BDC-8CD4DED7BFE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{060F754A-4EC7-442F-8BDC-8CD4DED7BFE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{060F754A-4EC7-442F-8BDC-8CD4DED7BFE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{060F754A-4EC7-442F-8BDC-8CD4DED7BFE5}.Release|Any CPU.Build.0 = Release|Any CPU
{6430645B-E9F2-4524-AA9F-0CB4C74F8B8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6430645B-E9F2-4524-AA9F-0CB4C74F8B8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6430645B-E9F2-4524-AA9F-0CB4C74F8B8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6430645B-E9F2-4524-AA9F-0CB4C74F8B8F}.Release|Any CPU.Build.0 = Release|Any CPU
{3ACE1FCA-6B4B-41AA-AF10-D3BD1F2E5313}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ACE1FCA-6B4B-41AA-AF10-D3BD1F2E5313}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ACE1FCA-6B4B-41AA-AF10-D3BD1F2E5313}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ACE1FCA-6B4B-41AA-AF10-D3BD1F2E5313}.Release|Any CPU.Build.0 = Release|Any CPU
{2F6DFB84-24F8-4138-9B1C-3B5372A447FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F6DFB84-24F8-4138-9B1C-3B5372A447FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F6DFB84-24F8-4138-9B1C-3B5372A447FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F6DFB84-24F8-4138-9B1C-3B5372A447FB}.Release|Any CPU.Build.0 = Release|Any CPU
{2243ECB7-F003-4B83-9A2D-CA03308F54E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2243ECB7-F003-4B83-9A2D-CA03308F54E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2243ECB7-F003-4B83-9A2D-CA03308F54E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2243ECB7-F003-4B83-9A2D-CA03308F54E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4922A1E1-E2A4-40EB-9595-FCE7C53C00C5}
EndGlobalSection
EndGlobal