-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExamples.sln
51 lines (51 loc) · 2.84 KB
/
Examples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples.EXM", "src\Examples.EXM\Examples.EXM.csproj", "{5C07426D-74B2-46C5-9F54-BC22CACB99F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8D2DF40-07BE-4AF9-A8BF-81CAE7883F21}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Readme.md = Readme.md
sitecore.json = sitecore.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples.XConnect.Copy", "src\Examples.XConnect.Copy\Examples.XConnect.Copy.csproj", "{1F00D8DA-634E-4C0C-A5E2-CA80E1DF4262}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "src\Examples\Examples.csproj", "{C7F3BF9B-08A1-4237-993B-D4B637BF868C}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{7CA18EFE-B4FD-4BE9-A86B-75D46C49CFC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C07426D-74B2-46C5-9F54-BC22CACB99F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C07426D-74B2-46C5-9F54-BC22CACB99F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C07426D-74B2-46C5-9F54-BC22CACB99F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C07426D-74B2-46C5-9F54-BC22CACB99F7}.Release|Any CPU.Build.0 = Release|Any CPU
{1F00D8DA-634E-4C0C-A5E2-CA80E1DF4262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F00D8DA-634E-4C0C-A5E2-CA80E1DF4262}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F00D8DA-634E-4C0C-A5E2-CA80E1DF4262}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F00D8DA-634E-4C0C-A5E2-CA80E1DF4262}.Release|Any CPU.Build.0 = Release|Any CPU
{C7F3BF9B-08A1-4237-993B-D4B637BF868C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7F3BF9B-08A1-4237-993B-D4B637BF868C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7F3BF9B-08A1-4237-993B-D4B637BF868C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7F3BF9B-08A1-4237-993B-D4B637BF868C}.Release|Any CPU.Build.0 = Release|Any CPU
{7CA18EFE-B4FD-4BE9-A86B-75D46C49CFC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CA18EFE-B4FD-4BE9-A86B-75D46C49CFC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CA18EFE-B4FD-4BE9-A86B-75D46C49CFC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CA18EFE-B4FD-4BE9-A86B-75D46C49CFC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C51431D4-7606-40DB-9FE2-EDC3784864BC}
EndGlobalSection
EndGlobal