-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPluginCommands.sln
53 lines (53 loc) · 2.56 KB
/
PluginCommands.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginCommands", "PluginCommands\PluginCommands.csproj", "{BF7F431A-7F96-42C6-B4E5-B545936E6CA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PluginCommands.UnitTests", "PluginCommands.UnitTests\PluginCommands.UnitTests.csproj", "{A7595EB7-2CA8-4D59-B6E4-B788BC0BD88D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C1C3E0CD-E8CC-4F68-835B-A4414587841F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{2C0422DD-18AC-4AC2-B173-F2ECD86B616F}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug_report.md = .github\ISSUE_TEMPLATE\bug_report.md
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
.github\pull_request_template.md = .github\pull_request_template.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Automation", "Automation", "{28E0E105-03A6-44E6-95DF-5EE479B90ED6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\dependabot.yml = .github\dependabot.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF7F431A-7F96-42C6-B4E5-B545936E6CA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF7F431A-7F96-42C6-B4E5-B545936E6CA8}.Release|Any CPU.Build.0 = Release|Any CPU
{A7595EB7-2CA8-4D59-B6E4-B788BC0BD88D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7595EB7-2CA8-4D59-B6E4-B788BC0BD88D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2C0422DD-18AC-4AC2-B173-F2ECD86B616F} = {C1C3E0CD-E8CC-4F68-835B-A4414587841F}
{28E0E105-03A6-44E6-95DF-5EE479B90ED6} = {C1C3E0CD-E8CC-4F68-835B-A4414587841F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B4CB4F5F-E281-4D97-84BA-A3ED8AA99CED}
EndGlobalSection
EndGlobal