-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathClip.sln
62 lines (62 loc) · 3.15 KB
/
Clip.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{897DCC0A-4090-4BA3-8769-23C6BF2356CC}"
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
NuGet.config = NuGet.config
README.md = README.md
umbraco-marketplace-README.md = umbraco-marketplace-README.md
umbraco-marketplace.json = umbraco-marketplace.json
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clip", "src\Clip\Clip.csproj", "{2AE626D8-BF6A-4A52-84BB-E2BA10847AAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B791FDD2-5A6C-42CC-9529-56699644C68F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clip.UnitTests", "tests\Clip.UnitTests\Clip.UnitTests.csproj", "{F84AFDD7-89B9-4D9A-8C6B-0E32ED20F24D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{3FF62BE7-86E6-4133-8DFD-D8D6161C93F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Clip.Site", "examples\Clip.Site\Clip.Site.csproj", "{762BE257-566B-44A3-9656-2EF071B7844D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AE626D8-BF6A-4A52-84BB-E2BA10847AAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE626D8-BF6A-4A52-84BB-E2BA10847AAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AE626D8-BF6A-4A52-84BB-E2BA10847AAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE626D8-BF6A-4A52-84BB-E2BA10847AAB}.Release|Any CPU.Build.0 = Release|Any CPU
{F84AFDD7-89B9-4D9A-8C6B-0E32ED20F24D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F84AFDD7-89B9-4D9A-8C6B-0E32ED20F24D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F84AFDD7-89B9-4D9A-8C6B-0E32ED20F24D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F84AFDD7-89B9-4D9A-8C6B-0E32ED20F24D}.Release|Any CPU.Build.0 = Release|Any CPU
{762BE257-566B-44A3-9656-2EF071B7844D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{762BE257-566B-44A3-9656-2EF071B7844D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{762BE257-566B-44A3-9656-2EF071B7844D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{762BE257-566B-44A3-9656-2EF071B7844D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F84AFDD7-89B9-4D9A-8C6B-0E32ED20F24D} = {B791FDD2-5A6C-42CC-9529-56699644C68F}
{762BE257-566B-44A3-9656-2EF071B7844D} = {3FF62BE7-86E6-4133-8DFD-D8D6161C93F0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32DB03D0-906F-45AA-81E4-95C22274B16A}
EndGlobalSection
EndGlobal