-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSupermarketManagement.sln
49 lines (49 loc) · 3.02 KB
/
SupermarketManagement.sln
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 16
VisualStudioVersion = 16.0.31911.196
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "WebApp\WebApp.csproj", "{B58E548E-E571-4C91-A2CD-7E8743D10B2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UseCases", "UseCases\UseCases.csproj", "{3278216D-7EF4-4D9E-91C6-3BDD41F45C5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreBusiness", "CoreBusiness\CoreBusiness.csproj", "{AC6C9940-5117-4F95-9518-11EFE4320A20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugins.DataStore.InMemory", "Plugins.DataStore.InMemory\Plugins.DataStore.InMemory.csproj", "{3057504F-5713-4E93-9576-5D4C3D829CB3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugins.DataStore.SQL", "Plugins.DataStore.SQL\Plugins.DataStore.SQL.csproj", "{766EC180-6397-4E0C-9BD7-6082FC644155}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B58E548E-E571-4C91-A2CD-7E8743D10B2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B58E548E-E571-4C91-A2CD-7E8743D10B2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B58E548E-E571-4C91-A2CD-7E8743D10B2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B58E548E-E571-4C91-A2CD-7E8743D10B2D}.Release|Any CPU.Build.0 = Release|Any CPU
{3278216D-7EF4-4D9E-91C6-3BDD41F45C5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3278216D-7EF4-4D9E-91C6-3BDD41F45C5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3278216D-7EF4-4D9E-91C6-3BDD41F45C5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3278216D-7EF4-4D9E-91C6-3BDD41F45C5E}.Release|Any CPU.Build.0 = Release|Any CPU
{AC6C9940-5117-4F95-9518-11EFE4320A20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC6C9940-5117-4F95-9518-11EFE4320A20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC6C9940-5117-4F95-9518-11EFE4320A20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC6C9940-5117-4F95-9518-11EFE4320A20}.Release|Any CPU.Build.0 = Release|Any CPU
{3057504F-5713-4E93-9576-5D4C3D829CB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3057504F-5713-4E93-9576-5D4C3D829CB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3057504F-5713-4E93-9576-5D4C3D829CB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3057504F-5713-4E93-9576-5D4C3D829CB3}.Release|Any CPU.Build.0 = Release|Any CPU
{766EC180-6397-4E0C-9BD7-6082FC644155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{766EC180-6397-4E0C-9BD7-6082FC644155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{766EC180-6397-4E0C-9BD7-6082FC644155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{766EC180-6397-4E0C-9BD7-6082FC644155}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {664E05F0-E54B-481E-B8E9-BA2C58618800}
EndGlobalSection
EndGlobal