generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKentico.Xperience.CalendarComponent.sln
56 lines (56 loc) · 2.77 KB
/
Kentico.Xperience.CalendarComponent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{7AB5D6CC-26C8-4466-BF12-4770B307E0CB}"
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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{3F95FD4E-CC8B-4E24-B468-67FE0629E0C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70EB2CDF-D033-42F6-BA68-FF6A4BDCBD00}"
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}") = "tests", "tests", "{EDA41262-F588-415E-956D-98081AFD8E04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kentico.Xperience.CalendarComponent", "src\Kentico.Xperience.CalendarComponent\Kentico.Xperience.CalendarComponent.csproj", "{E134487B-6432-491A-B7EA-691090B6E6B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DancingGoatCore", "examples\DancingGoatCore\DancingGoatCore.csproj", "{C410E29E-D72A-429C-9200-236042993496}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E134487B-6432-491A-B7EA-691090B6E6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E134487B-6432-491A-B7EA-691090B6E6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E134487B-6432-491A-B7EA-691090B6E6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E134487B-6432-491A-B7EA-691090B6E6B7}.Release|Any CPU.Build.0 = Release|Any CPU
{C410E29E-D72A-429C-9200-236042993496}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C410E29E-D72A-429C-9200-236042993496}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C410E29E-D72A-429C-9200-236042993496}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C410E29E-D72A-429C-9200-236042993496}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C410E29E-D72A-429C-9200-236042993496} = {3F95FD4E-CC8B-4E24-B468-67FE0629E0C2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B2A20BC-F57B-4AAE-B1C2-E4DC52EFCAC5}
EndGlobalSection
EndGlobal