-
Notifications
You must be signed in to change notification settings - Fork 1
/
SupermarketManagement.sln
54 lines (54 loc) · 3.24 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
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33130.400
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "WebApp\WebApp.csproj", "{C26B9113-410F-4C4E-A081-71BA9FF6DB14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UseCases", "UseCases\UseCases.csproj", "{4F5BA62E-2F6B-4B5D-931B-B09B9C8D45C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreBusiness", "CoreBusiness\CoreBusiness.csproj", "{A6DA1947-72B4-49C6-9C2D-2D9401936C7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugins.DataStore.InMemory", "Plugins.DataStore.InMemory\Plugins.DataStore.InMemory.csproj", "{681CE481-A4EE-4758-9E45-4934D5058BD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5EFB84A-11AA-482B-9D9A-B8187C955A1E}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugins.DataStore.SQL", "Plugins.DataStore.SQL\Plugins.DataStore.SQL.csproj", "{2DD572CC-DA42-48FA-A0FE-BD7FDBA24823}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C26B9113-410F-4C4E-A081-71BA9FF6DB14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C26B9113-410F-4C4E-A081-71BA9FF6DB14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C26B9113-410F-4C4E-A081-71BA9FF6DB14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C26B9113-410F-4C4E-A081-71BA9FF6DB14}.Release|Any CPU.Build.0 = Release|Any CPU
{4F5BA62E-2F6B-4B5D-931B-B09B9C8D45C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F5BA62E-2F6B-4B5D-931B-B09B9C8D45C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F5BA62E-2F6B-4B5D-931B-B09B9C8D45C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F5BA62E-2F6B-4B5D-931B-B09B9C8D45C6}.Release|Any CPU.Build.0 = Release|Any CPU
{A6DA1947-72B4-49C6-9C2D-2D9401936C7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6DA1947-72B4-49C6-9C2D-2D9401936C7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6DA1947-72B4-49C6-9C2D-2D9401936C7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6DA1947-72B4-49C6-9C2D-2D9401936C7A}.Release|Any CPU.Build.0 = Release|Any CPU
{681CE481-A4EE-4758-9E45-4934D5058BD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{681CE481-A4EE-4758-9E45-4934D5058BD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{681CE481-A4EE-4758-9E45-4934D5058BD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{681CE481-A4EE-4758-9E45-4934D5058BD0}.Release|Any CPU.Build.0 = Release|Any CPU
{2DD572CC-DA42-48FA-A0FE-BD7FDBA24823}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DD572CC-DA42-48FA-A0FE-BD7FDBA24823}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DD572CC-DA42-48FA-A0FE-BD7FDBA24823}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DD572CC-DA42-48FA-A0FE-BD7FDBA24823}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {85390094-21FD-4908-9079-8C25E98ED32E}
EndGlobalSection
EndGlobal