-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSitecore.Commerce.Sample.Console.sln
55 lines (55 loc) · 3.1 KB
/
Sitecore.Commerce.Sample.Console.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{086E79DF-CBD2-4311-957A-2117D3E4945F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C331732C-A756-44C9-AF17-3F9D82E94261}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
nuget.config = nuget.config
Sitecore.CodeQuality.DotSettings = Sitecore.CodeQuality.DotSettings
Sitecore.Commerce.Sample.Console.sln.DotSettings = Sitecore.Commerce.Sample.Console.sln.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sitecore.Commerce.Sample.Console", "src\Sitecore.Commerce.Sample.Console\Sitecore.Commerce.Sample.Console.csproj", "{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sitecore.Commerce.ServiceProxy", "src\Sitecore.Commerce.ServiceProxy\Sitecore.Commerce.ServiceProxy.csproj", "{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}.Debug|x64.ActiveCfg = Debug|Any CPU
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}.Debug|x64.Build.0 = Debug|Any CPU
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}.Release|Any CPU.Build.0 = Release|Any CPU
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}.Release|x64.ActiveCfg = Release|Any CPU
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2}.Release|x64.Build.0 = Release|Any CPU
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}.Debug|x64.ActiveCfg = Debug|Any CPU
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}.Debug|x64.Build.0 = Debug|Any CPU
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}.Release|Any CPU.Build.0 = Release|Any CPU
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}.Release|x64.ActiveCfg = Release|Any CPU
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{38A938C2-72C8-48B6-8779-3BE0ECFC62B2} = {086E79DF-CBD2-4311-957A-2117D3E4945F}
{2E4655C5-9810-4A9A-8732-9A8411AE1EF2} = {086E79DF-CBD2-4311-957A-2117D3E4945F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97CAF084-BD48-4946-963D-D956A265694E}
EndGlobalSection
EndGlobal