forked from VirtoCommerce/vc-module-customer-review
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVirtoCommerce.CustomerReviews.sln
53 lines (53 loc) · 3.45 KB
/
VirtoCommerce.CustomerReviews.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6A0B6A20-F973-4EF6-BDA3-270630301EB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{E5A6379E-02BC-417D-8058-9AA646FE2674}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CustomerReviews.Core", "src\VirtoCommerce.CustomerReviews.Core\VirtoCommerce.CustomerReviews.Core.csproj", "{D1A55105-4712-4CDB-8E22-1718F2BDE528}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CustomerReviews.Data", "src\VirtoCommerce.CustomerReviews.Data\VirtoCommerce.CustomerReviews.Data.csproj", "{51C23336-EECF-4902-9B59-24B43D01A60E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CustomerReviews.Web", "src\VirtoCommerce.CustomerReviews.Web\VirtoCommerce.CustomerReviews.Web.csproj", "{67473448-1BAA-4206-A414-34568B3C6FB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtoCommerce.CustomerReviews.Test", "tests\VirtoCommerce.CustomerReviews.Test\VirtoCommerce.CustomerReviews.Test.csproj", "{8C1B4751-30C8-41E7-AD37-24708AF28E6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1A55105-4712-4CDB-8E22-1718F2BDE528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1A55105-4712-4CDB-8E22-1718F2BDE528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1A55105-4712-4CDB-8E22-1718F2BDE528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1A55105-4712-4CDB-8E22-1718F2BDE528}.Release|Any CPU.Build.0 = Release|Any CPU
{51C23336-EECF-4902-9B59-24B43D01A60E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51C23336-EECF-4902-9B59-24B43D01A60E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51C23336-EECF-4902-9B59-24B43D01A60E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51C23336-EECF-4902-9B59-24B43D01A60E}.Release|Any CPU.Build.0 = Release|Any CPU
{67473448-1BAA-4206-A414-34568B3C6FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67473448-1BAA-4206-A414-34568B3C6FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67473448-1BAA-4206-A414-34568B3C6FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67473448-1BAA-4206-A414-34568B3C6FB9}.Release|Any CPU.Build.0 = Release|Any CPU
{8C1B4751-30C8-41E7-AD37-24708AF28E6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C1B4751-30C8-41E7-AD37-24708AF28E6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C1B4751-30C8-41E7-AD37-24708AF28E6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C1B4751-30C8-41E7-AD37-24708AF28E6E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D1A55105-4712-4CDB-8E22-1718F2BDE528} = {6A0B6A20-F973-4EF6-BDA3-270630301EB1}
{51C23336-EECF-4902-9B59-24B43D01A60E} = {6A0B6A20-F973-4EF6-BDA3-270630301EB1}
{67473448-1BAA-4206-A414-34568B3C6FB9} = {6A0B6A20-F973-4EF6-BDA3-270630301EB1}
{8C1B4751-30C8-41E7-AD37-24708AF28E6E} = {E5A6379E-02BC-417D-8058-9AA646FE2674}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC7FC04A-0D0E-4C1F-AE75-B031A8B9B7B9}
EndGlobalSection
EndGlobal