-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSitecoreAndDockerSoHotRightNow.sln
More file actions
73 lines (73 loc) · 4.65 KB
/
SitecoreAndDockerSoHotRightNow.sln
File metadata and controls
73 lines (73 loc) · 4.65 KB
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 16
VisualStudioVersion = 16.0.29911.98
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".SolutionItems", ".SolutionItems", "{00312A29-B5AD-4F56-9CB5-9BFF89DDB9A8}"
ProjectSection(SolutionItems) = preProject
.env = .env
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Feature", "Feature", "{E89E24CC-45E5-4FB1-AC08-1275307CA859}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Foundation", "Foundation", "{BDB3A487-40E0-4309-AA4C-DC5ACC97923C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{CCFE06D1-E576-40A7-8B9C-1CD77BF52A35}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project.Zoolander", "Project.Zoolander", "{B65F3DF2-7CC5-4286-AFCA-6B40CAC401AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Project.Zoolander.Website", "src\Project\website\Project.Zoolander\Project.Zoolander.Website\Project.Zoolander.Website.csproj", "{5B8FD69C-8799-4112-8E36-1326394EDBD7}"
EndProject
Project("{CAA73BB0-EF22-4D79-A57E-DF67B3BA9C80}") = "Project.Zoolander.Serialisation", "src\Project\website\Project.Zoolander\Project.Zoolander.Serialisation\Project.Zoolander.Serialisation.scproj", "{4C4145CF-6726-4FF0-B8B6-C82D258484CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Feature.Zoolander", "Feature.Zoolander", "{15E73964-F1B9-4F21-8D58-36D4F0250544}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Feature.Zoolander.Website", "src\Feature\Feature.Zoolander\Feature.Zoolander.Website\Feature.Zoolander.Website.csproj", "{8C2E9F17-2A6B-4D2E-8F16-E639B147AA1D}"
EndProject
Project("{CAA73BB0-EF22-4D79-A57E-DF67B3BA9C80}") = "Feature.Zoolander.Serialisation", "src\Feature\Feature.Zoolander\Feature.Zoolander.Serialisation\Feature.Zoolander.Serialisation.scproj", "{7EEC0CBA-F61D-43E9-B8A5-21660D61DEBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B8FD69C-8799-4112-8E36-1326394EDBD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8FD69C-8799-4112-8E36-1326394EDBD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8FD69C-8799-4112-8E36-1326394EDBD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8FD69C-8799-4112-8E36-1326394EDBD7}.Release|Any CPU.Build.0 = Release|Any CPU
{4C4145CF-6726-4FF0-B8B6-C82D258484CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C4145CF-6726-4FF0-B8B6-C82D258484CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C4145CF-6726-4FF0-B8B6-C82D258484CC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{4C4145CF-6726-4FF0-B8B6-C82D258484CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C4145CF-6726-4FF0-B8B6-C82D258484CC}.Release|Any CPU.Build.0 = Release|Any CPU
{4C4145CF-6726-4FF0-B8B6-C82D258484CC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{8C2E9F17-2A6B-4D2E-8F16-E639B147AA1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C2E9F17-2A6B-4D2E-8F16-E639B147AA1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C2E9F17-2A6B-4D2E-8F16-E639B147AA1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C2E9F17-2A6B-4D2E-8F16-E639B147AA1D}.Release|Any CPU.Build.0 = Release|Any CPU
{7EEC0CBA-F61D-43E9-B8A5-21660D61DEBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EEC0CBA-F61D-43E9-B8A5-21660D61DEBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EEC0CBA-F61D-43E9-B8A5-21660D61DEBE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7EEC0CBA-F61D-43E9-B8A5-21660D61DEBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EEC0CBA-F61D-43E9-B8A5-21660D61DEBE}.Release|Any CPU.Build.0 = Release|Any CPU
{7EEC0CBA-F61D-43E9-B8A5-21660D61DEBE}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B65F3DF2-7CC5-4286-AFCA-6B40CAC401AF} = {CCFE06D1-E576-40A7-8B9C-1CD77BF52A35}
{5B8FD69C-8799-4112-8E36-1326394EDBD7} = {B65F3DF2-7CC5-4286-AFCA-6B40CAC401AF}
{4C4145CF-6726-4FF0-B8B6-C82D258484CC} = {B65F3DF2-7CC5-4286-AFCA-6B40CAC401AF}
{15E73964-F1B9-4F21-8D58-36D4F0250544} = {E89E24CC-45E5-4FB1-AC08-1275307CA859}
{8C2E9F17-2A6B-4D2E-8F16-E639B147AA1D} = {15E73964-F1B9-4F21-8D58-36D4F0250544}
{7EEC0CBA-F61D-43E9-B8A5-21660D61DEBE} = {15E73964-F1B9-4F21-8D58-36D4F0250544}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DA9C899-6AE2-4CF4-A321-B1DED3331E47}
EndGlobalSection
EndGlobal