-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStore.sln
More file actions
46 lines (46 loc) · 2.82 KB
/
Store.sln
File metadata and controls
46 lines (46 loc) · 2.82 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
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}") = "StoreApp", "StoreApp\StoreApp.csproj", "{A1843029-425B-45F1-9B93-D462B10EF7B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entities", "Entities\Entities.csproj", "{6A89E46F-EBFE-4950-A81F-0B415884FBA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repositories", "Repositories\Repositories.csproj", "{92355D26-F7B9-4D6A-A9CF-FEA77516D0BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{CB157FA8-3B20-41BE-A161-D1E7A126FD46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation", "Presentation\Presentation.csproj", "{DEB48CA6-6C64-4049-8919-B20B7A111802}"
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
{A1843029-425B-45F1-9B93-D462B10EF7B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1843029-425B-45F1-9B93-D462B10EF7B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1843029-425B-45F1-9B93-D462B10EF7B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1843029-425B-45F1-9B93-D462B10EF7B3}.Release|Any CPU.Build.0 = Release|Any CPU
{6A89E46F-EBFE-4950-A81F-0B415884FBA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A89E46F-EBFE-4950-A81F-0B415884FBA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A89E46F-EBFE-4950-A81F-0B415884FBA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A89E46F-EBFE-4950-A81F-0B415884FBA4}.Release|Any CPU.Build.0 = Release|Any CPU
{92355D26-F7B9-4D6A-A9CF-FEA77516D0BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92355D26-F7B9-4D6A-A9CF-FEA77516D0BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92355D26-F7B9-4D6A-A9CF-FEA77516D0BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92355D26-F7B9-4D6A-A9CF-FEA77516D0BF}.Release|Any CPU.Build.0 = Release|Any CPU
{CB157FA8-3B20-41BE-A161-D1E7A126FD46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB157FA8-3B20-41BE-A161-D1E7A126FD46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB157FA8-3B20-41BE-A161-D1E7A126FD46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB157FA8-3B20-41BE-A161-D1E7A126FD46}.Release|Any CPU.Build.0 = Release|Any CPU
{DEB48CA6-6C64-4049-8919-B20B7A111802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEB48CA6-6C64-4049-8919-B20B7A111802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEB48CA6-6C64-4049-8919-B20B7A111802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEB48CA6-6C64-4049-8919-B20B7A111802}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal