-
Notifications
You must be signed in to change notification settings - Fork 1
/
CustomTimelineEras.sln
49 lines (49 loc) · 2.75 KB
/
CustomTimelineEras.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 16
VisualStudioVersion = 16.0.29721.120
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomTimelineEras", "src\CustomTimelineEras\CustomTimelineEras.csproj", "{1D1294A0-D341-4F43-8D33-2B0FB8198356}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{4974EC9F-C190-4584-8012-1E2E7D19E15F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
src\CustomTimelineEras\App_Config\Include\z.CustomTimeLineEras.Serialization\CustomSerializationFolder.config = src\CustomTimelineEras\App_Config\Include\z.CustomTimeLineEras.Serialization\CustomSerializationFolder.config
docker-compose.yml = docker-compose.yml
NuGet.config = NuGet.config
PublishSettings.Sitecore.targets = PublishSettings.Sitecore.targets
PublishSettings.xConnect.IndexWorker.targets = PublishSettings.xConnect.IndexWorker.targets
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomTimelineEras.XConnectIndexer", "src\CustomTimelineEras.XConnectIndexer\CustomTimelineEras.XConnectIndexer.csproj", "{BF75F292-9425-4538-A9C2-778D3C3F7D9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Docker|Any CPU = Docker|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D1294A0-D341-4F43-8D33-2B0FB8198356}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D1294A0-D341-4F43-8D33-2B0FB8198356}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D1294A0-D341-4F43-8D33-2B0FB8198356}.Docker|Any CPU.ActiveCfg = Docker|Any CPU
{1D1294A0-D341-4F43-8D33-2B0FB8198356}.Docker|Any CPU.Build.0 = Docker|Any CPU
{1D1294A0-D341-4F43-8D33-2B0FB8198356}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D1294A0-D341-4F43-8D33-2B0FB8198356}.Release|Any CPU.Build.0 = Release|Any CPU
{BF75F292-9425-4538-A9C2-778D3C3F7D9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF75F292-9425-4538-A9C2-778D3C3F7D9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF75F292-9425-4538-A9C2-778D3C3F7D9B}.Docker|Any CPU.ActiveCfg = Debug|Any CPU
{BF75F292-9425-4538-A9C2-778D3C3F7D9B}.Docker|Any CPU.Build.0 = Debug|Any CPU
{BF75F292-9425-4538-A9C2-778D3C3F7D9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF75F292-9425-4538-A9C2-778D3C3F7D9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BEF91726-02B7-41D9-87A0-6E3A2464C09E}
EndGlobalSection
EndGlobal