-
Notifications
You must be signed in to change notification settings - Fork 1
/
EPiServer.Search.sln
73 lines (73 loc) · 4.57 KB
/
EPiServer.Search.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
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{77B389FC-5B38-412C-A3DD-9DF5C89A79B6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPiServer.Search.IndexingService", "src\EPiServer.Search.IndexingService\EPiServer.Search.IndexingService.csproj", "{0B2E2888-95C6-4ED6-B43C-F3D988B2F7D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0A274FC2-A2E6-4DB2-8BCA-29BB56CF0AD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPiServer.Search.IndexingService.Test", "test\EPiServer.Search.IndexingService.Test\EPiServer.Search.IndexingService.Test.csproj", "{5FAE23B6-A999-400D-8D6A-19FB25B4309A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPiServer.Search.Cms", "src\EPiServer.Search.Cms\EPiServer.Search.Cms.csproj", "{4CA1AC2B-C56E-4BD9-A9A7-1DF5D92125B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{300AF888-9BA4-493D-A743-B9EE5D5939D9}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci-client.yml = .github\workflows\ci-client.yml
.github\workflows\ci-service.yml = .github\workflows\ci-service.yml
build\dependencies.props = build\dependencies.props
docker-compose.yml = docker-compose.yml
build\license.targets = build\license.targets
build\public.props = build\public.props
build\version.props = build\version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPiServer.Search.Cms.Test", "test\EPiServer.Search.Cms.Test\EPiServer.Search.Cms.Test.csproj", "{0871A3DD-EC64-42C0-9613-1B925F88A73C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{74F41711-B121-4CD8-86F0-C4D06D43342C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlloyMvcTemplates", "sample\AlloyMvcTemplate\AlloyMvcTemplates.csproj", "{0049C6BE-023D-4453-A046-903993B90A22}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B2E2888-95C6-4ED6-B43C-F3D988B2F7D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B2E2888-95C6-4ED6-B43C-F3D988B2F7D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B2E2888-95C6-4ED6-B43C-F3D988B2F7D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B2E2888-95C6-4ED6-B43C-F3D988B2F7D9}.Release|Any CPU.Build.0 = Release|Any CPU
{5FAE23B6-A999-400D-8D6A-19FB25B4309A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FAE23B6-A999-400D-8D6A-19FB25B4309A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FAE23B6-A999-400D-8D6A-19FB25B4309A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FAE23B6-A999-400D-8D6A-19FB25B4309A}.Release|Any CPU.Build.0 = Release|Any CPU
{4CA1AC2B-C56E-4BD9-A9A7-1DF5D92125B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CA1AC2B-C56E-4BD9-A9A7-1DF5D92125B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CA1AC2B-C56E-4BD9-A9A7-1DF5D92125B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CA1AC2B-C56E-4BD9-A9A7-1DF5D92125B3}.Release|Any CPU.Build.0 = Release|Any CPU
{0871A3DD-EC64-42C0-9613-1B925F88A73C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0871A3DD-EC64-42C0-9613-1B925F88A73C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0871A3DD-EC64-42C0-9613-1B925F88A73C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0871A3DD-EC64-42C0-9613-1B925F88A73C}.Release|Any CPU.Build.0 = Release|Any CPU
{0049C6BE-023D-4453-A046-903993B90A22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0049C6BE-023D-4453-A046-903993B90A22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0049C6BE-023D-4453-A046-903993B90A22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0049C6BE-023D-4453-A046-903993B90A22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0B2E2888-95C6-4ED6-B43C-F3D988B2F7D9} = {77B389FC-5B38-412C-A3DD-9DF5C89A79B6}
{5FAE23B6-A999-400D-8D6A-19FB25B4309A} = {0A274FC2-A2E6-4DB2-8BCA-29BB56CF0AD5}
{4CA1AC2B-C56E-4BD9-A9A7-1DF5D92125B3} = {77B389FC-5B38-412C-A3DD-9DF5C89A79B6}
{0871A3DD-EC64-42C0-9613-1B925F88A73C} = {0A274FC2-A2E6-4DB2-8BCA-29BB56CF0AD5}
{0049C6BE-023D-4453-A046-903993B90A22} = {74F41711-B121-4CD8-86F0-C4D06D43342C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AEE7B9E-A1EF-4554-9D69-DDE6B166765E}
EndGlobalSection
EndGlobal