generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Kentico.Xperience.Algolia.sln
64 lines (64 loc) · 3.47 KB
/
Kentico.Xperience.Algolia.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kentico.Xperience.Algolia", "src\Kentico.Xperience.Algolia\Kentico.Xperience.Algolia.csproj", "{74045600-BC2C-4CDE-8015-41D8B0BACD61}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DancingGoat", "examples\DancingGoat\DancingGoat.csproj", "{AB996F96-93F9-4439-A9F2-554714805727}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A85B7E1-45A3-43F1-BC38-79E11D733EEE}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{964730F6-B0A3-4410-A04E-38C6D906DCE8}"
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Kentico.Xperience.Algolia.Tests", "tests\Kentico.Xperience.Algolia.Tests\Kentico.Xperience.Algolia.Tests.csproj", "{548FA67F-1B88-4064-AA5C-910A4DBAB086}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{37200C7D-4A46-4A57-A943-2AE64799B1AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{98AC16AE-7202-4AFC-AA17-AE0CE6061BF8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{68369D16-0756-4636-A03B-919721CDAE04}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74045600-BC2C-4CDE-8015-41D8B0BACD61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74045600-BC2C-4CDE-8015-41D8B0BACD61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74045600-BC2C-4CDE-8015-41D8B0BACD61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74045600-BC2C-4CDE-8015-41D8B0BACD61}.Release|Any CPU.Build.0 = Release|Any CPU
{AB996F96-93F9-4439-A9F2-554714805727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB996F96-93F9-4439-A9F2-554714805727}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB996F96-93F9-4439-A9F2-554714805727}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB996F96-93F9-4439-A9F2-554714805727}.Release|Any CPU.Build.0 = Release|Any CPU
{548FA67F-1B88-4064-AA5C-910A4DBAB086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{548FA67F-1B88-4064-AA5C-910A4DBAB086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{548FA67F-1B88-4064-AA5C-910A4DBAB086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{548FA67F-1B88-4064-AA5C-910A4DBAB086}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{74045600-BC2C-4CDE-8015-41D8B0BACD61} = {37200C7D-4A46-4A57-A943-2AE64799B1AA}
{AB996F96-93F9-4439-A9F2-554714805727} = {68369D16-0756-4636-A03B-919721CDAE04}
{548FA67F-1B88-4064-AA5C-910A4DBAB086} = {98AC16AE-7202-4AFC-AA17-AE0CE6061BF8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F792F3C2-CE3E-4296-BFF7-4ED783575D7C}
EndGlobalSection
EndGlobal