-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJustClipboardManagerPlugins.sln
61 lines (61 loc) · 3.32 KB
/
JustClipboardManagerPlugins.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34009.444
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tum4ik.JustClipboardManager.ImagesPlugin", "Tum4ik.JustClipboardManager.ImagesPlugin\Tum4ik.JustClipboardManager.ImagesPlugin.csproj", "{4F02D7D9-CFA5-4D40-8D04-B26AE7783AED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A74BCC2-2D04-4707-9768-7362F5D2919A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
plugins-list-3.2.json = plugins-list-3.2.json
plugins-list.json = plugins-list.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tum4ik.JustClipboardManager.FilesPlugin", "Tum4ik.JustClipboardManager.FilesPlugin\Tum4ik.JustClipboardManager.FilesPlugin.csproj", "{AB10E3C1-543F-4FDF-9ACD-F504CD9EBFFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{68CC4C6E-3ABF-4CDC-B403-6680F2984FE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{70802965-930F-4D35-929A-665B86DA8C16}"
ProjectSection(SolutionItems) = preProject
.github\workflows\abstract-plugin.yml = .github\workflows\abstract-plugin.yml
.github\workflows\files-plugin.yml = .github\workflows\files-plugin.yml
.github\workflows\images-plugin.yml = .github\workflows\images-plugin.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{64E52EA7-5292-415B-8844-E27DF1968D07}"
ProjectSection(SolutionItems) = preProject
.github\workflows\scripts\DecodePfx.ps1 = .github\workflows\scripts\DecodePfx.ps1
.github\workflows\scripts\SignMyCodeFiles.ps1 = .github\workflows\scripts\SignMyCodeFiles.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F02D7D9-CFA5-4D40-8D04-B26AE7783AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F02D7D9-CFA5-4D40-8D04-B26AE7783AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F02D7D9-CFA5-4D40-8D04-B26AE7783AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F02D7D9-CFA5-4D40-8D04-B26AE7783AED}.Release|Any CPU.Build.0 = Release|Any CPU
{AB10E3C1-543F-4FDF-9ACD-F504CD9EBFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB10E3C1-543F-4FDF-9ACD-F504CD9EBFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB10E3C1-543F-4FDF-9ACD-F504CD9EBFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB10E3C1-543F-4FDF-9ACD-F504CD9EBFFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{70802965-930F-4D35-929A-665B86DA8C16} = {68CC4C6E-3ABF-4CDC-B403-6680F2984FE2}
{64E52EA7-5292-415B-8844-E27DF1968D07} = {70802965-930F-4D35-929A-665B86DA8C16}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFE8887F-E38E-4499-A3FF-B2C09DA03E4A}
EndGlobalSection
EndGlobal