generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKentico.Xperience.TagManager.sln
66 lines (66 loc) · 3.56 KB
/
Kentico.Xperience.TagManager.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
56
57
58
59
60
61
62
63
64
65
66
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.TagManager", "src\Kentico.Xperience.TagManager\Kentico.Xperience.TagManager.csproj", "{52F11256-9F81-4FC1-A2EF-37B113A8F242}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A94EE676-9ABE-44EA-BF9E-22004E9D54C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CFBE190C-6BF0-4F9A-A01B-70CC9B3BED8A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kentico.Xperience.TagManager.Tests", "tests\Kentico.Xperience.TagManager.Tests\Kentico.Xperience.TagManager.Tests.csproj", "{0251412E-CB7E-44D9-847E-7FD1D3780FDD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{A639C482-C69C-49F8-ADA5-09D68AF6FEE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DancingGoat", "examples\DancingGoat\DancingGoat.csproj", "{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{09AFE138-1980-445D-A1B1-5CE3C28BFD98}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.markdownlint.json = .markdownlint.json
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{5AC3E3D1-A97D-42C3-A6D4-CC44897DD5E6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52F11256-9F81-4FC1-A2EF-37B113A8F242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52F11256-9F81-4FC1-A2EF-37B113A8F242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52F11256-9F81-4FC1-A2EF-37B113A8F242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52F11256-9F81-4FC1-A2EF-37B113A8F242}.Release|Any CPU.Build.0 = Release|Any CPU
{0251412E-CB7E-44D9-847E-7FD1D3780FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0251412E-CB7E-44D9-847E-7FD1D3780FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0251412E-CB7E-44D9-847E-7FD1D3780FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0251412E-CB7E-44D9-847E-7FD1D3780FDD}.Release|Any CPU.Build.0 = Release|Any CPU
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{52F11256-9F81-4FC1-A2EF-37B113A8F242} = {A94EE676-9ABE-44EA-BF9E-22004E9D54C9}
{0251412E-CB7E-44D9-847E-7FD1D3780FDD} = {CFBE190C-6BF0-4F9A-A01B-70CC9B3BED8A}
{D54B0FFF-6BB8-4EB1-8357-699AD761FAEF} = {A639C482-C69C-49F8-ADA5-09D68AF6FEE9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B2A20BC-F57B-4AAE-B1C2-E4DC52EFCAC5}
EndGlobalSection
EndGlobal