-
Notifications
You must be signed in to change notification settings - Fork 0
/
VirtoCommerce.XOrder.sln
64 lines (63 loc) · 3.74 KB
/
VirtoCommerce.XOrder.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
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{40107AE4-78D8-42FE-A092-CA830E8315A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.XOrder.Web", "src\VirtoCommerce.XOrder.Web\VirtoCommerce.XOrder.Web.csproj", "{00BF0CA4-FAAC-43A1-832A-1027D3689147}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.XOrder.Data", "src\VirtoCommerce.XOrder.Data\VirtoCommerce.XOrder.Data.csproj", "{C8BF66E7-0DB3-40D4-A8E2-DECF63992866}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.XOrder.Core", "src\VirtoCommerce.XOrder.Core\VirtoCommerce.XOrder.Core.csproj", "{145A14DB-7BA3-45A5-9D78-16C76BF775F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E14FED4C-1503-4E43-B6B3-D9E108043519}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.XOrder.Tests", "tests\VirtoCommerce.XOrder.Tests\VirtoCommerce.XOrder.Tests.csproj", "{16B95C88-0E60-4A01-B5DB-124DD97575DA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5966A882-5D0F-447B-A196-3020394C0B68}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
module.ignore = module.ignore
README.md = README.md
VirtoCommerce.XOrder.sln.DotSettings = VirtoCommerce.XOrder.sln.DotSettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00BF0CA4-FAAC-43A1-832A-1027D3689147}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00BF0CA4-FAAC-43A1-832A-1027D3689147}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00BF0CA4-FAAC-43A1-832A-1027D3689147}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00BF0CA4-FAAC-43A1-832A-1027D3689147}.Release|Any CPU.Build.0 = Release|Any CPU
{C8BF66E7-0DB3-40D4-A8E2-DECF63992866}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8BF66E7-0DB3-40D4-A8E2-DECF63992866}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8BF66E7-0DB3-40D4-A8E2-DECF63992866}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8BF66E7-0DB3-40D4-A8E2-DECF63992866}.Release|Any CPU.Build.0 = Release|Any CPU
{145A14DB-7BA3-45A5-9D78-16C76BF775F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{145A14DB-7BA3-45A5-9D78-16C76BF775F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{145A14DB-7BA3-45A5-9D78-16C76BF775F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{145A14DB-7BA3-45A5-9D78-16C76BF775F3}.Release|Any CPU.Build.0 = Release|Any CPU
{16B95C88-0E60-4A01-B5DB-124DD97575DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16B95C88-0E60-4A01-B5DB-124DD97575DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16B95C88-0E60-4A01-B5DB-124DD97575DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16B95C88-0E60-4A01-B5DB-124DD97575DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{00BF0CA4-FAAC-43A1-832A-1027D3689147} = {40107AE4-78D8-42FE-A092-CA830E8315A1}
{C8BF66E7-0DB3-40D4-A8E2-DECF63992866} = {40107AE4-78D8-42FE-A092-CA830E8315A1}
{145A14DB-7BA3-45A5-9D78-16C76BF775F3} = {40107AE4-78D8-42FE-A092-CA830E8315A1}
{16B95C88-0E60-4A01-B5DB-124DD97575DA} = {E14FED4C-1503-4E43-B6B3-D9E108043519}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB7EB0DC-1A8B-4679-82F2-53D20D2672D7}
EndGlobalSection
EndGlobal