-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathactions-test-results.sln
More file actions
60 lines (60 loc) · 2.85 KB
/
Copy pathactions-test-results.sln
File metadata and controls
60 lines (60 loc) · 2.85 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F4CF1767-AEFD-4152-A3DA-155C5840E236}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
action.yml = action.yml
Directory.Build.props = Directory.Build.props
Directory.Build.rsp = Directory.Build.rsp
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
LICENSE = LICENSE
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{977DD606-D442-4A4D-8226-273B6C35417F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ActionsTestResultAction", "src\ActionsTestResultAction\ActionsTestResultAction.csproj", "{796FF0F8-C214-4A4B-9312-8FC9D31AB96A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{A1A5373A-BA63-48A9-8C6E-AE27508E86D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{F8977C1A-60F1-4851-9863-920BC45411E6}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "master", "master", "{3DAF1B1B-9212-4A37-A8A5-15223C1AFF69}"
ProjectSection(SolutionItems) = preProject
master\action.yml = master\action.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{796FF0F8-C214-4A4B-9312-8FC9D31AB96A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{796FF0F8-C214-4A4B-9312-8FC9D31AB96A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{796FF0F8-C214-4A4B-9312-8FC9D31AB96A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{796FF0F8-C214-4A4B-9312-8FC9D31AB96A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{796FF0F8-C214-4A4B-9312-8FC9D31AB96A} = {977DD606-D442-4A4D-8226-273B6C35417F}
{A1A5373A-BA63-48A9-8C6E-AE27508E86D6} = {F4CF1767-AEFD-4152-A3DA-155C5840E236}
{F8977C1A-60F1-4851-9863-920BC45411E6} = {A1A5373A-BA63-48A9-8C6E-AE27508E86D6}
{3DAF1B1B-9212-4A37-A8A5-15223C1AFF69} = {F4CF1767-AEFD-4152-A3DA-155C5840E236}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {956BA7FE-33E8-435D-B781-D272CCA0A6AF}
EndGlobalSection
EndGlobal