This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
umbraco_docs_preview.sln
38 lines (38 loc) · 1.72 KB
/
umbraco_docs_preview.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "00 - Solution Items", "00 - Solution Items", "{CCA7DB2F-F543-4C9A-B0B8-D3C5182485A8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "10 - UI", "10 - UI", "{1BF25929-DB53-4308-8EE7-4B9F2857926F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Umbraco.Docs.Preview.App", "src\Umbraco.Docs.Preview.App\Umbraco.Docs.Preview.App.csproj", "{080E3974-CDB2-46A1-A2A2-D26201626709}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{080E3974-CDB2-46A1-A2A2-D26201626709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{080E3974-CDB2-46A1-A2A2-D26201626709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{080E3974-CDB2-46A1-A2A2-D26201626709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{080E3974-CDB2-46A1-A2A2-D26201626709}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{080E3974-CDB2-46A1-A2A2-D26201626709} = {1BF25929-DB53-4308-8EE7-4B9F2857926F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F0AC3EF-B608-438B-84DA-90CC8BEC0E23}
EndGlobalSection
EndGlobal