-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Preflight.sln
48 lines (48 loc) · 2.2 KB
/
Preflight.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42C19924-0B8A-47D6-A2B6-EDEC68AB73DB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.globalconfig = .globalconfig
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE.md = LICENSE.md
localbuild.ps1 = localbuild.ps1
preflght.svg = preflght.svg
preflight.png = preflight.png
README.md = README.md
umbraco-marketplace.json = umbraco-marketplace.json
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Preflight", "src\Preflight\Preflight.csproj", "{A7D0A724-C91F-48C2-86CF-B99BCF251F90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Preflight.Site", "Examples\Preflight.Site\Preflight.Site.csproj", "{90EDFF9A-7D4D-41D5-887E-DFED5E51B73B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7D0A724-C91F-48C2-86CF-B99BCF251F90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7D0A724-C91F-48C2-86CF-B99BCF251F90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7D0A724-C91F-48C2-86CF-B99BCF251F90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7D0A724-C91F-48C2-86CF-B99BCF251F90}.Release|Any CPU.Build.0 = Release|Any CPU
{90EDFF9A-7D4D-41D5-887E-DFED5E51B73B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90EDFF9A-7D4D-41D5-887E-DFED5E51B73B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90EDFF9A-7D4D-41D5-887E-DFED5E51B73B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90EDFF9A-7D4D-41D5-887E-DFED5E51B73B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7004DD45-1C77-4B20-B47D-D64B36451866}
EndGlobalSection
EndGlobal