-
Notifications
You must be signed in to change notification settings - Fork 1
/
Wilcommerce.Core.sln
54 lines (54 loc) · 3.03 KB
/
Wilcommerce.Core.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.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{46CCE590-AD6F-40F3-898C-287E84D803B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9B4CA586-E6EC-4C3D-B866-C477E24B3184}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0460C9CF-60CC-4862-A7CC-DCFD60542656}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wilcommerce.Core.Infrastructure", "src\Wilcommerce.Core.Infrastructure\Wilcommerce.Core.Infrastructure.csproj", "{AD4A9B0C-A9BB-4167-9DFC-E73C7CC08342}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wilcommerce.Core.Common", "src\Wilcommerce.Core.Common\Wilcommerce.Core.Common.csproj", "{2FCDEAE8-985B-4535-BEFC-7A517AE99DEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wilcommerce.Core.Common.Test", "Wilcommerce.Core.Common.Test\Wilcommerce.Core.Common.Test.csproj", "{358DFD5C-1824-48E5-913C-19A204590F6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD4A9B0C-A9BB-4167-9DFC-E73C7CC08342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD4A9B0C-A9BB-4167-9DFC-E73C7CC08342}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD4A9B0C-A9BB-4167-9DFC-E73C7CC08342}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD4A9B0C-A9BB-4167-9DFC-E73C7CC08342}.Release|Any CPU.Build.0 = Release|Any CPU
{2FCDEAE8-985B-4535-BEFC-7A517AE99DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FCDEAE8-985B-4535-BEFC-7A517AE99DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FCDEAE8-985B-4535-BEFC-7A517AE99DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FCDEAE8-985B-4535-BEFC-7A517AE99DEC}.Release|Any CPU.Build.0 = Release|Any CPU
{358DFD5C-1824-48E5-913C-19A204590F6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{358DFD5C-1824-48E5-913C-19A204590F6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{358DFD5C-1824-48E5-913C-19A204590F6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{358DFD5C-1824-48E5-913C-19A204590F6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AD4A9B0C-A9BB-4167-9DFC-E73C7CC08342} = {46CCE590-AD6F-40F3-898C-287E84D803B1}
{2FCDEAE8-985B-4535-BEFC-7A517AE99DEC} = {46CCE590-AD6F-40F3-898C-287E84D803B1}
{358DFD5C-1824-48E5-913C-19A204590F6F} = {0460C9CF-60CC-4862-A7CC-DCFD60542656}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F14AB0EB-6D5C-4399-BC1C-2BDC295DCBF9}
EndGlobalSection
EndGlobal