-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVirtoCommerce.ElasticAppSearch.sln
52 lines (52 loc) · 3.41 KB
/
VirtoCommerce.ElasticAppSearch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CFC1B42A-2604-4030-BD28-7706B47C6365}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{60C5F34E-58CA-43A7-AFAF-57F20755E996}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ElasticAppSearch.Web", "src\VirtoCommerce.ElasticAppSearch.Web\VirtoCommerce.ElasticAppSearch.Web.csproj", "{0DF3FA9A-7210-43C9-B6AE-FBC02231436A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ElasticAppSearch.Data", "src\VirtoCommerce.ElasticAppSearch.Data\VirtoCommerce.ElasticAppSearch.Data.csproj", "{F22056E3-CE80-40E1-9EDF-AA4345F533E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ElasticAppSearch.Tests", "tests\VirtoCommerce.ElasticAppSearch.Tests\VirtoCommerce.ElasticAppSearch.Tests.csproj", "{A808924A-BEA1-41E5-ADEE-EBA1A9A6DE55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.ElasticAppSearch.Core", "src\VirtoCommerce.ElasticAppSearch.Core\VirtoCommerce.ElasticAppSearch.Core.csproj", "{1DDA4F46-91BA-431A-864C-84F73A03C720}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DF3FA9A-7210-43C9-B6AE-FBC02231436A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DF3FA9A-7210-43C9-B6AE-FBC02231436A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DF3FA9A-7210-43C9-B6AE-FBC02231436A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DF3FA9A-7210-43C9-B6AE-FBC02231436A}.Release|Any CPU.Build.0 = Release|Any CPU
{F22056E3-CE80-40E1-9EDF-AA4345F533E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F22056E3-CE80-40E1-9EDF-AA4345F533E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F22056E3-CE80-40E1-9EDF-AA4345F533E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F22056E3-CE80-40E1-9EDF-AA4345F533E1}.Release|Any CPU.Build.0 = Release|Any CPU
{A808924A-BEA1-41E5-ADEE-EBA1A9A6DE55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A808924A-BEA1-41E5-ADEE-EBA1A9A6DE55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A808924A-BEA1-41E5-ADEE-EBA1A9A6DE55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A808924A-BEA1-41E5-ADEE-EBA1A9A6DE55}.Release|Any CPU.Build.0 = Release|Any CPU
{1DDA4F46-91BA-431A-864C-84F73A03C720}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DDA4F46-91BA-431A-864C-84F73A03C720}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DDA4F46-91BA-431A-864C-84F73A03C720}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DDA4F46-91BA-431A-864C-84F73A03C720}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0DF3FA9A-7210-43C9-B6AE-FBC02231436A} = {CFC1B42A-2604-4030-BD28-7706B47C6365}
{F22056E3-CE80-40E1-9EDF-AA4345F533E1} = {CFC1B42A-2604-4030-BD28-7706B47C6365}
{A808924A-BEA1-41E5-ADEE-EBA1A9A6DE55} = {60C5F34E-58CA-43A7-AFAF-57F20755E996}
{1DDA4F46-91BA-431A-864C-84F73A03C720} = {CFC1B42A-2604-4030-BD28-7706B47C6365}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA20B459-FFBD-44E1-809C-0097C4A9E412}
EndGlobalSection
EndGlobal