-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbsStoreApp.sln
46 lines (46 loc) · 2.82 KB
/
bsStoreApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApi", "WebApi\WebApi.csproj", "{C01B4A2A-05C3-42DD-B465-11E677E048F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entities", "Entities\Entities.csproj", "{05AA19D4-04D9-4016-A193-58A279974869}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repositories", "Repositories\Repositories.csproj", "{5BCD9B62-81AE-441D-8523-DC53CFD7B769}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{2681DCC2-FDE3-4E48-A46E-5508C5E214BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation", "Presentation\Presentation.csproj", "{0D64029F-25F0-475D-A36C-922507768BC5}"
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
{C01B4A2A-05C3-42DD-B465-11E677E048F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C01B4A2A-05C3-42DD-B465-11E677E048F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C01B4A2A-05C3-42DD-B465-11E677E048F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C01B4A2A-05C3-42DD-B465-11E677E048F9}.Release|Any CPU.Build.0 = Release|Any CPU
{05AA19D4-04D9-4016-A193-58A279974869}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05AA19D4-04D9-4016-A193-58A279974869}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05AA19D4-04D9-4016-A193-58A279974869}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05AA19D4-04D9-4016-A193-58A279974869}.Release|Any CPU.Build.0 = Release|Any CPU
{5BCD9B62-81AE-441D-8523-DC53CFD7B769}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BCD9B62-81AE-441D-8523-DC53CFD7B769}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BCD9B62-81AE-441D-8523-DC53CFD7B769}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BCD9B62-81AE-441D-8523-DC53CFD7B769}.Release|Any CPU.Build.0 = Release|Any CPU
{2681DCC2-FDE3-4E48-A46E-5508C5E214BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2681DCC2-FDE3-4E48-A46E-5508C5E214BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2681DCC2-FDE3-4E48-A46E-5508C5E214BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2681DCC2-FDE3-4E48-A46E-5508C5E214BF}.Release|Any CPU.Build.0 = Release|Any CPU
{0D64029F-25F0-475D-A36C-922507768BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D64029F-25F0-475D-A36C-922507768BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D64029F-25F0-475D-A36C-922507768BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D64029F-25F0-475D-A36C-922507768BC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal