-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStoreProject.sln
More file actions
93 lines (93 loc) · 6.13 KB
/
Copy pathStoreProject.sln
File metadata and controls
93 lines (93 loc) · 6.13 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.4.11626.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Store.API", "Store.API\Store.API.csproj", "{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Store.Models", "Store.Models\Store.Models.csproj", "{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Store.DbServices", "Store.DbServices\Store.DbServices.csproj", "{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.UI", "Store.UI\Store.UI.csproj", "{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Store.API.Tests", "Store.API.Tests\Store.API.Tests.csproj", "{A06F0E84-34F7-42BE-AB5E-3A23D6905174}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Debug|x64.ActiveCfg = Debug|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Debug|x64.Build.0 = Debug|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Debug|x86.ActiveCfg = Debug|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Debug|x86.Build.0 = Debug|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Release|Any CPU.Build.0 = Release|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Release|x64.ActiveCfg = Release|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Release|x64.Build.0 = Release|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Release|x86.ActiveCfg = Release|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Release|x86.Build.0 = Release|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Debug|x64.ActiveCfg = Debug|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Debug|x64.Build.0 = Debug|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Debug|x86.ActiveCfg = Debug|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Debug|x86.Build.0 = Debug|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Release|Any CPU.Build.0 = Release|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Release|x64.ActiveCfg = Release|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Release|x64.Build.0 = Release|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Release|x86.ActiveCfg = Release|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Release|x86.Build.0 = Release|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Debug|x64.ActiveCfg = Debug|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Debug|x64.Build.0 = Debug|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Debug|x86.ActiveCfg = Debug|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Debug|x86.Build.0 = Debug|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Release|Any CPU.Build.0 = Release|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Release|x64.ActiveCfg = Release|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Release|x64.Build.0 = Release|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Release|x86.ActiveCfg = Release|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Release|x86.Build.0 = Release|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Debug|x64.ActiveCfg = Debug|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Debug|x64.Build.0 = Debug|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Debug|x86.ActiveCfg = Debug|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Debug|x86.Build.0 = Debug|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Release|Any CPU.Build.0 = Release|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Release|x64.ActiveCfg = Release|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Release|x64.Build.0 = Release|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Release|x86.ActiveCfg = Release|Any CPU
{F4A7E26C-E095-F6E5-1EC5-6C04F8AEF592}.Release|x86.Build.0 = Release|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Debug|x64.ActiveCfg = Debug|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Debug|x64.Build.0 = Debug|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Debug|x86.ActiveCfg = Debug|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Debug|x86.Build.0 = Debug|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Release|Any CPU.Build.0 = Release|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Release|x64.ActiveCfg = Release|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Release|x64.Build.0 = Release|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Release|x86.ActiveCfg = Release|Any CPU
{A06F0E84-34F7-42BE-AB5E-3A23D6905174}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C1B5C60-8329-4345-9F67-E75F2BDE23B9}
EndGlobalSection
EndGlobal