-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStoreProject.sln
More file actions
49 lines (49 loc) · 2.98 KB
/
StoreProject.sln
File metadata and controls
49 lines (49 loc) · 2.98 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.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoreAPI", "StoreAPI\StoreAPI.csproj", "{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLogic", "BusinessLogic\BusinessLogic.csproj", "{156D78FE-5802-4DEE-A820-FDD595D39584}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoreProjectModels", "StoreProjectModels\StoreProjectModels.csproj", "{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoreServices", "StoreServices\StoreServices.csproj", "{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StoreUI", "StoreUI\StoreUI.csproj", "{4F939CB5-E1EF-4266-A10C-9303679AE06B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{235E8CC6-332F-40DA-8CCE-2B2A94FCD25A}.Release|Any CPU.Build.0 = Release|Any CPU
{156D78FE-5802-4DEE-A820-FDD595D39584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{156D78FE-5802-4DEE-A820-FDD595D39584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{156D78FE-5802-4DEE-A820-FDD595D39584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{156D78FE-5802-4DEE-A820-FDD595D39584}.Release|Any CPU.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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{476F8EB9-FDDB-4CA5-82B5-D49507003F3E}.Release|Any CPU.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}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53C9C3C0-4BBF-42AE-8CFB-E0B39511BD12}.Release|Any CPU.Build.0 = Release|Any CPU
{4F939CB5-E1EF-4266-A10C-9303679AE06B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F939CB5-E1EF-4266-A10C-9303679AE06B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F939CB5-E1EF-4266-A10C-9303679AE06B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F939CB5-E1EF-4266-A10C-9303679AE06B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C1B5C60-8329-4345-9F67-E75F2BDE23B9}
EndGlobalSection
EndGlobal