-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStore.sln
More file actions
49 lines (49 loc) · 2.95 KB
/
Store.sln
File metadata and controls
49 lines (49 loc) · 2.95 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.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoreApp", "StoreApp\StoreApp.csproj", "{C0FAC931-90B0-43C2-9B8A-32CAB31BFDED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{920DA134-31D3-468B-AEF3-053A1F97BD1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "Repositories\Repositories.csproj", "{429AE02F-6D72-4799-8828-01673296529B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{BFAAE227-F0EA-4835-A70C-85F00422E471}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Presentation", "Presentation\Presentation.csproj", "{8FBC4C67-6D99-4B96-ABC4-72F736317ABC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0FAC931-90B0-43C2-9B8A-32CAB31BFDED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0FAC931-90B0-43C2-9B8A-32CAB31BFDED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0FAC931-90B0-43C2-9B8A-32CAB31BFDED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0FAC931-90B0-43C2-9B8A-32CAB31BFDED}.Release|Any CPU.Build.0 = Release|Any CPU
{920DA134-31D3-468B-AEF3-053A1F97BD1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{920DA134-31D3-468B-AEF3-053A1F97BD1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{920DA134-31D3-468B-AEF3-053A1F97BD1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{920DA134-31D3-468B-AEF3-053A1F97BD1C}.Release|Any CPU.Build.0 = Release|Any CPU
{429AE02F-6D72-4799-8828-01673296529B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{429AE02F-6D72-4799-8828-01673296529B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{429AE02F-6D72-4799-8828-01673296529B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{429AE02F-6D72-4799-8828-01673296529B}.Release|Any CPU.Build.0 = Release|Any CPU
{BFAAE227-F0EA-4835-A70C-85F00422E471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFAAE227-F0EA-4835-A70C-85F00422E471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFAAE227-F0EA-4835-A70C-85F00422E471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFAAE227-F0EA-4835-A70C-85F00422E471}.Release|Any CPU.Build.0 = Release|Any CPU
{8FBC4C67-6D99-4B96-ABC4-72F736317ABC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FBC4C67-6D99-4B96-ABC4-72F736317ABC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FBC4C67-6D99-4B96-ABC4-72F736317ABC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FBC4C67-6D99-4B96-ABC4-72F736317ABC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {689BD9C4-F7E5-4A7D-BD42-BEF413AA8DE4}
EndGlobalSection
EndGlobal