-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNikcio.UHeadless.sln
91 lines (91 loc) · 5.98 KB
/
Nikcio.UHeadless.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nikcio.UHeadless", "src\Nikcio.UHeadless\Nikcio.UHeadless.csproj", "{4AF514FA-F5EB-4E42-B14F-A0DE0D66A3F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31507724-45D7-4851-A348-C4B6CC8CB582}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
logo.png = logo.png
nuget.config = nuget.config
README.md = README.md
umbraco-marketplace-nikcio.uheadless.content.json = umbraco-marketplace-nikcio.uheadless.content.json
umbraco-marketplace-nikcio.uheadless.contenttypes.json = umbraco-marketplace-nikcio.uheadless.contenttypes.json
umbraco-marketplace-nikcio.uheadless.json = umbraco-marketplace-nikcio.uheadless.json
umbraco-marketplace-nikcio.uheadless.media.json = umbraco-marketplace-nikcio.uheadless.media.json
umbraco-marketplace-nikcio.uheadless.members.json = umbraco-marketplace-nikcio.uheadless.members.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9E422C4D-CDA0-486D-8201-1C48E5DF758C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nikcio.UHeadless.IntegrationTests.TestProject", "src\Nikcio.UHeadless.IntegrationTests.TestProject\Nikcio.UHeadless.IntegrationTests.TestProject.csproj", "{2BB9B8E7-8AD7-4E02-AFA6-98B7442EE46D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nikcio.UHeadless.UnitTests", "src\Nikcio.UHeadless.UnitTests\Nikcio.UHeadless.UnitTests.csproj", "{AB38DFEA-A643-44A0-BFC1-B38B163C62C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nikcio.UHeadless.LegacyModels", "src\Nikcio.UHeadless.LegacyModels\Nikcio.UHeadless.LegacyModels.csproj", "{9EA3E464-83B2-4A1C-8869-82C02D8EEFFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nikcio.UHeadless.IntegrationTests", "src\Nikcio.UHeadless.IntegrationTests\Nikcio.UHeadless.IntegrationTests.csproj", "{87F86EB5-6EE0-4E7A-9D1D-4732E050F772}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{35E640D8-E023-4EAE-8F6A-DA111530CFB7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "code-examples", "examples\code-examples\code-examples.csproj", "{3A9D1882-B230-49DD-B0F3-0CE1134CE6D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "starter-example", "examples\starter-example\starter-example.csproj", "{3E7F0679-EBDD-4158-8AA5-CFDC7CDC4FF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AF514FA-F5EB-4E42-B14F-A0DE0D66A3F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AF514FA-F5EB-4E42-B14F-A0DE0D66A3F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AF514FA-F5EB-4E42-B14F-A0DE0D66A3F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AF514FA-F5EB-4E42-B14F-A0DE0D66A3F0}.Release|Any CPU.Build.0 = Release|Any CPU
{2BB9B8E7-8AD7-4E02-AFA6-98B7442EE46D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BB9B8E7-8AD7-4E02-AFA6-98B7442EE46D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BB9B8E7-8AD7-4E02-AFA6-98B7442EE46D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BB9B8E7-8AD7-4E02-AFA6-98B7442EE46D}.Release|Any CPU.Build.0 = Release|Any CPU
{AB38DFEA-A643-44A0-BFC1-B38B163C62C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB38DFEA-A643-44A0-BFC1-B38B163C62C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB38DFEA-A643-44A0-BFC1-B38B163C62C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB38DFEA-A643-44A0-BFC1-B38B163C62C6}.Release|Any CPU.Build.0 = Release|Any CPU
{9EA3E464-83B2-4A1C-8869-82C02D8EEFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EA3E464-83B2-4A1C-8869-82C02D8EEFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EA3E464-83B2-4A1C-8869-82C02D8EEFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EA3E464-83B2-4A1C-8869-82C02D8EEFFD}.Release|Any CPU.Build.0 = Release|Any CPU
{87F86EB5-6EE0-4E7A-9D1D-4732E050F772}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F86EB5-6EE0-4E7A-9D1D-4732E050F772}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87F86EB5-6EE0-4E7A-9D1D-4732E050F772}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F86EB5-6EE0-4E7A-9D1D-4732E050F772}.Release|Any CPU.Build.0 = Release|Any CPU
{3A9D1882-B230-49DD-B0F3-0CE1134CE6D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A9D1882-B230-49DD-B0F3-0CE1134CE6D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A9D1882-B230-49DD-B0F3-0CE1134CE6D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A9D1882-B230-49DD-B0F3-0CE1134CE6D7}.Release|Any CPU.Build.0 = Release|Any CPU
{3E7F0679-EBDD-4158-8AA5-CFDC7CDC4FF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E7F0679-EBDD-4158-8AA5-CFDC7CDC4FF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E7F0679-EBDD-4158-8AA5-CFDC7CDC4FF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E7F0679-EBDD-4158-8AA5-CFDC7CDC4FF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2BB9B8E7-8AD7-4E02-AFA6-98B7442EE46D} = {9E422C4D-CDA0-486D-8201-1C48E5DF758C}
{AB38DFEA-A643-44A0-BFC1-B38B163C62C6} = {9E422C4D-CDA0-486D-8201-1C48E5DF758C}
{87F86EB5-6EE0-4E7A-9D1D-4732E050F772} = {9E422C4D-CDA0-486D-8201-1C48E5DF758C}
{3A9D1882-B230-49DD-B0F3-0CE1134CE6D7} = {35E640D8-E023-4EAE-8F6A-DA111530CFB7}
{3E7F0679-EBDD-4158-8AA5-CFDC7CDC4FF2} = {35E640D8-E023-4EAE-8F6A-DA111530CFB7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35FA3052-75A6-4E60-8C6B-1882EE08D1CD}
EndGlobalSection
EndGlobal