-
Notifications
You must be signed in to change notification settings - Fork 1
/
Sitecore.Commerce.Coupons.sln
53 lines (53 loc) · 3.13 KB
/
Sitecore.Commerce.Coupons.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 15
VisualStudioVersion = 15.0.28010.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9DC4BFB3-4B64-4724-82A4-EF30EB65E11C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Feature", "Feature", "{D1A70996-3B10-4427-A72D-B60C1F4AABE6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commerce", "Commerce\Commerce.csproj", "{67FC17D9-328A-4DD7-BA6A-718A93296799}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Foundation", "Foundation", "{96D953D6-2D0B-4713-A7F2-66F637D41696}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommerceServices", "CommerceServices\CommerceServices.csproj", "{C72DAE55-28D4-48B0-8C27-06FC88844112}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample.Plugin.Promotions", "Sample.Plugin.Promotions", "{FFB91B14-9B17-4A83-91FD-1C2FB16EAE0B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Plugin.Promotions", "Sample.Plugin.Promotions\Sample.Plugin.Promotions.csproj", "{229674B8-BAF5-4A6E-83B7-D98116F50638}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67FC17D9-328A-4DD7-BA6A-718A93296799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67FC17D9-328A-4DD7-BA6A-718A93296799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67FC17D9-328A-4DD7-BA6A-718A93296799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67FC17D9-328A-4DD7-BA6A-718A93296799}.Release|Any CPU.Build.0 = Release|Any CPU
{C72DAE55-28D4-48B0-8C27-06FC88844112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C72DAE55-28D4-48B0-8C27-06FC88844112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C72DAE55-28D4-48B0-8C27-06FC88844112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C72DAE55-28D4-48B0-8C27-06FC88844112}.Release|Any CPU.Build.0 = Release|Any CPU
{229674B8-BAF5-4A6E-83B7-D98116F50638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{229674B8-BAF5-4A6E-83B7-D98116F50638}.Debug|Any CPU.Build.0 = Debug|Any CPU
{229674B8-BAF5-4A6E-83B7-D98116F50638}.Release|Any CPU.ActiveCfg = Release|Any CPU
{229674B8-BAF5-4A6E-83B7-D98116F50638}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D1A70996-3B10-4427-A72D-B60C1F4AABE6} = {9DC4BFB3-4B64-4724-82A4-EF30EB65E11C}
{67FC17D9-328A-4DD7-BA6A-718A93296799} = {D1A70996-3B10-4427-A72D-B60C1F4AABE6}
{96D953D6-2D0B-4713-A7F2-66F637D41696} = {9DC4BFB3-4B64-4724-82A4-EF30EB65E11C}
{C72DAE55-28D4-48B0-8C27-06FC88844112} = {96D953D6-2D0B-4713-A7F2-66F637D41696}
{FFB91B14-9B17-4A83-91FD-1C2FB16EAE0B} = {9DC4BFB3-4B64-4724-82A4-EF30EB65E11C}
{229674B8-BAF5-4A6E-83B7-D98116F50638} = {FFB91B14-9B17-4A83-91FD-1C2FB16EAE0B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F5CC417C-A8DA-46C8-9EAE-27C22508F9D1}
EndGlobalSection
EndGlobal