-
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", "{F30A1CB5-0D9D-451E-86D2-A871568E165B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Repositories", "Repositories\Repositories.csproj", "{102D24D7-72B3-413E-8412-96B8E71D0770}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{EFD822B9-5284-4991-9B82-823AD07943A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{83B1D381-B756-4216-9FAD-293ED1D410F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation", "Presentation\Presentation.csproj", "{4CB91CC2-6013-469D-B2C5-94D22EA8DE71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F30A1CB5-0D9D-451E-86D2-A871568E165B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F30A1CB5-0D9D-451E-86D2-A871568E165B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F30A1CB5-0D9D-451E-86D2-A871568E165B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F30A1CB5-0D9D-451E-86D2-A871568E165B}.Release|Any CPU.Build.0 = Release|Any CPU
{102D24D7-72B3-413E-8412-96B8E71D0770}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{102D24D7-72B3-413E-8412-96B8E71D0770}.Debug|Any CPU.Build.0 = Debug|Any CPU
{102D24D7-72B3-413E-8412-96B8E71D0770}.Release|Any CPU.ActiveCfg = Release|Any CPU
{102D24D7-72B3-413E-8412-96B8E71D0770}.Release|Any CPU.Build.0 = Release|Any CPU
{EFD822B9-5284-4991-9B82-823AD07943A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFD822B9-5284-4991-9B82-823AD07943A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFD822B9-5284-4991-9B82-823AD07943A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFD822B9-5284-4991-9B82-823AD07943A4}.Release|Any CPU.Build.0 = Release|Any CPU
{83B1D381-B756-4216-9FAD-293ED1D410F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83B1D381-B756-4216-9FAD-293ED1D410F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83B1D381-B756-4216-9FAD-293ED1D410F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83B1D381-B756-4216-9FAD-293ED1D410F7}.Release|Any CPU.Build.0 = Release|Any CPU
{4CB91CC2-6013-469D-B2C5-94D22EA8DE71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CB91CC2-6013-469D-B2C5-94D22EA8DE71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CB91CC2-6013-469D-B2C5-94D22EA8DE71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CB91CC2-6013-469D-B2C5-94D22EA8DE71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4563B9B2-4807-45A3-A461-EA6764DBBE9C}
EndGlobalSection
EndGlobal