-
Notifications
You must be signed in to change notification settings - Fork 4
/
VirtoCommerce.ExportModule.sln
67 lines (67 loc) · 4.7 KB
/
VirtoCommerce.ExportModule.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29025.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ExportModule.Web", "src\VirtoCommerce.ExportModule.Web\VirtoCommerce.ExportModule.Web.csproj", "{6A448A26-7C4A-43CA-94DD-3A15A883E586}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ExportModule.Core", "src\VirtoCommerce.ExportModule.Core\VirtoCommerce.ExportModule.Core.csproj", "{DDFC1F34-DCE8-44F5-85E6-3E501E6E5819}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ExportModule.Data", "src\VirtoCommerce.ExportModule.Data\VirtoCommerce.ExportModule.Data.csproj", "{F73B3AB4-428D-423D-94CA-768236FD1E95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ExportModule.Tests", "tests\VirtoCommerce.ExportModule.Tests\VirtoCommerce.ExportModule.Tests.csproj", "{06DF167F-FF9C-4212-9883-25FE1E563CB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ExportModule.JsonProvider", "src\VirtoCommerce.ExportModule.JsonProvider\VirtoCommerce.ExportModule.JsonProvider.csproj", "{86598BE5-7F54-47B3-8E36-AE9D106D800F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ExportModule.CsvProvider", "src\VirtoCommerce.ExportModule.CsvProvider\VirtoCommerce.ExportModule.CsvProvider.csproj", "{FABD3A64-A178-43CD-9D7E-7E8334F4E3F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B744C97A-036C-42F7-9F86-986821B2B4EA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{328ABD22-57C8-4515-B3BB-C9187C9EA465}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A448A26-7C4A-43CA-94DD-3A15A883E586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A448A26-7C4A-43CA-94DD-3A15A883E586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A448A26-7C4A-43CA-94DD-3A15A883E586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A448A26-7C4A-43CA-94DD-3A15A883E586}.Release|Any CPU.Build.0 = Release|Any CPU
{DDFC1F34-DCE8-44F5-85E6-3E501E6E5819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDFC1F34-DCE8-44F5-85E6-3E501E6E5819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDFC1F34-DCE8-44F5-85E6-3E501E6E5819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDFC1F34-DCE8-44F5-85E6-3E501E6E5819}.Release|Any CPU.Build.0 = Release|Any CPU
{F73B3AB4-428D-423D-94CA-768236FD1E95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F73B3AB4-428D-423D-94CA-768236FD1E95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F73B3AB4-428D-423D-94CA-768236FD1E95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F73B3AB4-428D-423D-94CA-768236FD1E95}.Release|Any CPU.Build.0 = Release|Any CPU
{06DF167F-FF9C-4212-9883-25FE1E563CB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06DF167F-FF9C-4212-9883-25FE1E563CB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06DF167F-FF9C-4212-9883-25FE1E563CB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06DF167F-FF9C-4212-9883-25FE1E563CB7}.Release|Any CPU.Build.0 = Release|Any CPU
{86598BE5-7F54-47B3-8E36-AE9D106D800F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86598BE5-7F54-47B3-8E36-AE9D106D800F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86598BE5-7F54-47B3-8E36-AE9D106D800F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86598BE5-7F54-47B3-8E36-AE9D106D800F}.Release|Any CPU.Build.0 = Release|Any CPU
{FABD3A64-A178-43CD-9D7E-7E8334F4E3F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FABD3A64-A178-43CD-9D7E-7E8334F4E3F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FABD3A64-A178-43CD-9D7E-7E8334F4E3F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FABD3A64-A178-43CD-9D7E-7E8334F4E3F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6A448A26-7C4A-43CA-94DD-3A15A883E586} = {B744C97A-036C-42F7-9F86-986821B2B4EA}
{DDFC1F34-DCE8-44F5-85E6-3E501E6E5819} = {B744C97A-036C-42F7-9F86-986821B2B4EA}
{F73B3AB4-428D-423D-94CA-768236FD1E95} = {B744C97A-036C-42F7-9F86-986821B2B4EA}
{06DF167F-FF9C-4212-9883-25FE1E563CB7} = {328ABD22-57C8-4515-B3BB-C9187C9EA465}
{86598BE5-7F54-47B3-8E36-AE9D106D800F} = {B744C97A-036C-42F7-9F86-986821B2B4EA}
{FABD3A64-A178-43CD-9D7E-7E8334F4E3F4} = {B744C97A-036C-42F7-9F86-986821B2B4EA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B75D2D5-45C3-4CE3-B031-00D5568E62BB}
EndGlobalSection
EndGlobal