generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kentico.Xperience.Ecommerce.Common.sln
49 lines (49 loc) · 2.17 KB
/
Kentico.Xperience.Ecommerce.Common.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kentico.Xperience.Ecommerce.Common", "src\Kentico.Xperience.Ecommerce.Common\Kentico.Xperience.Ecommerce.Common.csproj", "{0A775ADD-E5FB-4E81-ABF1-A7689476E788}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22D98C99-36D2-4591-BF21-B29393898DDF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.markdownlint.json = .markdownlint.json
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{12AA74B2-41DB-4CAD-AE3D-CB8188B5702B}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.build.targets = Directory.build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0736A0CA-FC51-4306-AF0E-B28E810FDA32}"
ProjectSection(SolutionItems) = preProject
docs\Usage-Guide.md = docs\Usage-Guide.md
docs\Contributing-Setup.md = docs\Contributing-Setup.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A775ADD-E5FB-4E81-ABF1-A7689476E788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A775ADD-E5FB-4E81-ABF1-A7689476E788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A775ADD-E5FB-4E81-ABF1-A7689476E788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A775ADD-E5FB-4E81-ABF1-A7689476E788}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B2A20BC-F57B-4AAE-B1C2-E4DC52EFCAC5}
EndGlobalSection
EndGlobal