-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathVirtoCommerce.CoreModule.sln
88 lines (88 loc) · 6.41 KB
/
VirtoCommerce.CoreModule.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{708132D7-2BC6-47A6-9DDE-62CE99299AA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CoreModule.Core", "src\VirtoCommerce.CoreModule.Core\VirtoCommerce.CoreModule.Core.csproj", "{8F4F6F3A-47BC-4A80-90BF-7086A80E6335}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CoreModule.Data", "src\VirtoCommerce.CoreModule.Data\VirtoCommerce.CoreModule.Data.csproj", "{EC3ED6C3-CF59-4BD6-BC1D-C51119071CC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CoreModule.Web", "src\VirtoCommerce.CoreModule.Web\VirtoCommerce.CoreModule.Web.csproj", "{302E188F-055B-4B8F-B191-EA304442053D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CAD64C06-0704-4B8F-AB46-B62E51A7C9E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CoreModule.Tests", "tests\VirtoCommerce.CoreModule.Tests\VirtoCommerce.CoreModule.Tests.csproj", "{1F12B3D3-414E-4F02-9972-1A3F177E0EA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.Tools.Tests", "tests\VirtoCommerce.Tools.Tests\VirtoCommerce.Tools.Tests.csproj", "{4BCC2C71-9E1E-48AF-A464-6016B0AA784D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.Tools", "src\VirtoCommerce.Tools\VirtoCommerce.Tools.csproj", "{CB743D77-677F-4055-A1AD-BC0CA6FA4C43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CoreModule.Data.MySql", "src\VirtoCommerce.CoreModule.Data.MySql\VirtoCommerce.CoreModule.Data.MySql.csproj", "{9696246E-1323-455E-AC7E-00E63B4D7ECA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CoreModule.Data.PostgreSql", "src\VirtoCommerce.CoreModule.Data.PostgreSql\VirtoCommerce.CoreModule.Data.PostgreSql.csproj", "{AAB102D5-C597-4091-8C00-28B7CD4EBE57}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtoCommerce.CoreModule.Data.SqlServer", "src\VirtoCommerce.CoreModule.Data.SqlServer\VirtoCommerce.CoreModule.Data.SqlServer.csproj", "{99BE06E1-592C-47DA-B040-93D6CFE0B891}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F4F6F3A-47BC-4A80-90BF-7086A80E6335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F4F6F3A-47BC-4A80-90BF-7086A80E6335}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F4F6F3A-47BC-4A80-90BF-7086A80E6335}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F4F6F3A-47BC-4A80-90BF-7086A80E6335}.Release|Any CPU.Build.0 = Release|Any CPU
{EC3ED6C3-CF59-4BD6-BC1D-C51119071CC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC3ED6C3-CF59-4BD6-BC1D-C51119071CC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC3ED6C3-CF59-4BD6-BC1D-C51119071CC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC3ED6C3-CF59-4BD6-BC1D-C51119071CC0}.Release|Any CPU.Build.0 = Release|Any CPU
{302E188F-055B-4B8F-B191-EA304442053D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{302E188F-055B-4B8F-B191-EA304442053D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{302E188F-055B-4B8F-B191-EA304442053D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{302E188F-055B-4B8F-B191-EA304442053D}.Release|Any CPU.Build.0 = Release|Any CPU
{1F12B3D3-414E-4F02-9972-1A3F177E0EA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F12B3D3-414E-4F02-9972-1A3F177E0EA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F12B3D3-414E-4F02-9972-1A3F177E0EA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F12B3D3-414E-4F02-9972-1A3F177E0EA9}.Release|Any CPU.Build.0 = Release|Any CPU
{4BCC2C71-9E1E-48AF-A464-6016B0AA784D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BCC2C71-9E1E-48AF-A464-6016B0AA784D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BCC2C71-9E1E-48AF-A464-6016B0AA784D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BCC2C71-9E1E-48AF-A464-6016B0AA784D}.Release|Any CPU.Build.0 = Release|Any CPU
{CB743D77-677F-4055-A1AD-BC0CA6FA4C43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB743D77-677F-4055-A1AD-BC0CA6FA4C43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB743D77-677F-4055-A1AD-BC0CA6FA4C43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB743D77-677F-4055-A1AD-BC0CA6FA4C43}.Release|Any CPU.Build.0 = Release|Any CPU
{9696246E-1323-455E-AC7E-00E63B4D7ECA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9696246E-1323-455E-AC7E-00E63B4D7ECA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9696246E-1323-455E-AC7E-00E63B4D7ECA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9696246E-1323-455E-AC7E-00E63B4D7ECA}.Release|Any CPU.Build.0 = Release|Any CPU
{AAB102D5-C597-4091-8C00-28B7CD4EBE57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAB102D5-C597-4091-8C00-28B7CD4EBE57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAB102D5-C597-4091-8C00-28B7CD4EBE57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAB102D5-C597-4091-8C00-28B7CD4EBE57}.Release|Any CPU.Build.0 = Release|Any CPU
{99BE06E1-592C-47DA-B040-93D6CFE0B891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99BE06E1-592C-47DA-B040-93D6CFE0B891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99BE06E1-592C-47DA-B040-93D6CFE0B891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99BE06E1-592C-47DA-B040-93D6CFE0B891}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8F4F6F3A-47BC-4A80-90BF-7086A80E6335} = {708132D7-2BC6-47A6-9DDE-62CE99299AA8}
{EC3ED6C3-CF59-4BD6-BC1D-C51119071CC0} = {708132D7-2BC6-47A6-9DDE-62CE99299AA8}
{302E188F-055B-4B8F-B191-EA304442053D} = {708132D7-2BC6-47A6-9DDE-62CE99299AA8}
{1F12B3D3-414E-4F02-9972-1A3F177E0EA9} = {CAD64C06-0704-4B8F-AB46-B62E51A7C9E9}
{4BCC2C71-9E1E-48AF-A464-6016B0AA784D} = {CAD64C06-0704-4B8F-AB46-B62E51A7C9E9}
{CB743D77-677F-4055-A1AD-BC0CA6FA4C43} = {708132D7-2BC6-47A6-9DDE-62CE99299AA8}
{9696246E-1323-455E-AC7E-00E63B4D7ECA} = {708132D7-2BC6-47A6-9DDE-62CE99299AA8}
{AAB102D5-C597-4091-8C00-28B7CD4EBE57} = {708132D7-2BC6-47A6-9DDE-62CE99299AA8}
{99BE06E1-592C-47DA-B040-93D6CFE0B891} = {708132D7-2BC6-47A6-9DDE-62CE99299AA8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F43BE99F-B551-4076-AA7A-27570AFAB42E}
EndGlobalSection
EndGlobal