forked from VirtoCommerce/vc-module-marketplace-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVirtoCommerce.MarketplaceExtensionModule.sln
64 lines (63 loc) · 4.02 KB
/
VirtoCommerce.MarketplaceExtensionModule.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", "{2DDD97DD-0703-4781-8945-0836A614F3DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.MarketplaceExtensionModule.Web", "src\VirtoCommerce.MarketplaceExtensionModule.Web\VirtoCommerce.MarketplaceExtensionModule.Web.csproj", "{DC0FE457-A0D7-452F-A0C3-A77C13AAFCAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.MarketplaceExtensionModule.Data", "src\VirtoCommerce.MarketplaceExtensionModule.Data\VirtoCommerce.MarketplaceExtensionModule.Data.csproj", "{1F039C75-514E-42AC-AECC-4668669A4E8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.MarketplaceExtensionModule.Core", "src\VirtoCommerce.MarketplaceExtensionModule.Core\VirtoCommerce.MarketplaceExtensionModule.Core.csproj", "{AFA4A252-BDCA-4E5B-9160-14ED69C91FE8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{920DC047-CF79-4794-987F-446A07A04FCD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.MarketplaceExtensionModule.Tests", "tests\VirtoCommerce.MarketplaceExtensionModule.Tests\VirtoCommerce.MarketplaceExtensionModule.Tests.csproj", "{0E548B47-52D1-4F04-8ABE-FB35CA0156BC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{230FBBCF-2794-4639-AB32-8B3EC6563D07}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
module.ignore = module.ignore
README.md = README.md
VirtoCommerce.MarketplaceExtensionModule.sln.DotSettings = VirtoCommerce.MarketplaceExtensionModule.sln.DotSettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC0FE457-A0D7-452F-A0C3-A77C13AAFCAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC0FE457-A0D7-452F-A0C3-A77C13AAFCAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC0FE457-A0D7-452F-A0C3-A77C13AAFCAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC0FE457-A0D7-452F-A0C3-A77C13AAFCAE}.Release|Any CPU.Build.0 = Release|Any CPU
{1F039C75-514E-42AC-AECC-4668669A4E8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F039C75-514E-42AC-AECC-4668669A4E8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F039C75-514E-42AC-AECC-4668669A4E8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F039C75-514E-42AC-AECC-4668669A4E8A}.Release|Any CPU.Build.0 = Release|Any CPU
{AFA4A252-BDCA-4E5B-9160-14ED69C91FE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFA4A252-BDCA-4E5B-9160-14ED69C91FE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFA4A252-BDCA-4E5B-9160-14ED69C91FE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFA4A252-BDCA-4E5B-9160-14ED69C91FE8}.Release|Any CPU.Build.0 = Release|Any CPU
{0E548B47-52D1-4F04-8ABE-FB35CA0156BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E548B47-52D1-4F04-8ABE-FB35CA0156BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E548B47-52D1-4F04-8ABE-FB35CA0156BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E548B47-52D1-4F04-8ABE-FB35CA0156BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DC0FE457-A0D7-452F-A0C3-A77C13AAFCAE} = {2DDD97DD-0703-4781-8945-0836A614F3DA}
{1F039C75-514E-42AC-AECC-4668669A4E8A} = {2DDD97DD-0703-4781-8945-0836A614F3DA}
{AFA4A252-BDCA-4E5B-9160-14ED69C91FE8} = {2DDD97DD-0703-4781-8945-0836A614F3DA}
{0E548B47-52D1-4F04-8ABE-FB35CA0156BC} = {920DC047-CF79-4794-987F-446A07A04FCD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76722D51-A1B5-47B8-8D71-E785ABE9DECB}
EndGlobalSection
EndGlobal