-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathKernelMemory.Ecommerce.Sample.sln
More file actions
65 lines (65 loc) · 3.7 KB
/
KernelMemory.Ecommerce.Sample.sln
File metadata and controls
65 lines (65 loc) · 3.7 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35219.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{718B8EE6-DC5A-454F-B3EE-EE4DF2C80991}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KernelMemory.Ecommerce.Sample.Api", "src\KernelMemory.Ecommerce.Sample.Api\KernelMemory.Ecommerce.Sample.Api.csproj", "{B11F5340-0E11-4BA4-BB8F-6860B119DC74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3296B277-6B42-4E8A-9385-2B5147A951C0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{D960728F-422A-474B-BC67-22D1E4E27769}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "utils", "utils", "{DA1EB217-C3F2-46CD-877A-7B61D6AB9396}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dataset", "dataset", "{F2A8DE8C-9A08-4081-969C-34BB73E44C35}"
ProjectSection(SolutionItems) = preProject
utils\dataset\products.csv = utils\dataset\products.csv
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{FCF19434-77D2-4652-8A3C-624F7E88FB8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sql-scripts", "sql-scripts", "{AF0169DB-34A2-40FF-AE25-D6FB14AE9782}"
ProjectSection(SolutionItems) = preProject
utils\sql-scripts\init.sql = utils\sql-scripts\init.sql
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KernelMemory.Ecommerce.Sample.FunctionalTests", "tests\KernelMemory.Ecommerce.Sample.FunctionalTests\KernelMemory.Ecommerce.Sample.FunctionalTests.csproj", "{C68C2612-35CC-4166-BD41-E6849A7634D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B11F5340-0E11-4BA4-BB8F-6860B119DC74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B11F5340-0E11-4BA4-BB8F-6860B119DC74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B11F5340-0E11-4BA4-BB8F-6860B119DC74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B11F5340-0E11-4BA4-BB8F-6860B119DC74}.Release|Any CPU.Build.0 = Release|Any CPU
{D960728F-422A-474B-BC67-22D1E4E27769}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D960728F-422A-474B-BC67-22D1E4E27769}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D960728F-422A-474B-BC67-22D1E4E27769}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D960728F-422A-474B-BC67-22D1E4E27769}.Release|Any CPU.Build.0 = Release|Any CPU
{C68C2612-35CC-4166-BD41-E6849A7634D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C68C2612-35CC-4166-BD41-E6849A7634D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C68C2612-35CC-4166-BD41-E6849A7634D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C68C2612-35CC-4166-BD41-E6849A7634D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B11F5340-0E11-4BA4-BB8F-6860B119DC74} = {718B8EE6-DC5A-454F-B3EE-EE4DF2C80991}
{F2A8DE8C-9A08-4081-969C-34BB73E44C35} = {DA1EB217-C3F2-46CD-877A-7B61D6AB9396}
{AF0169DB-34A2-40FF-AE25-D6FB14AE9782} = {DA1EB217-C3F2-46CD-877A-7B61D6AB9396}
{C68C2612-35CC-4166-BD41-E6849A7634D7} = {FCF19434-77D2-4652-8A3C-624F7E88FB8B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {550177A3-CC60-4E46-B746-8169B7C2E262}
EndGlobalSection
EndGlobal