-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDotNetGitHubActionTemplate.sln
70 lines (70 loc) · 3.77 KB
/
DotNetGitHubActionTemplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetGitHubActionTemplate", "DotNetGitHubActionTemplate\DotNetGitHubActionTemplate.csproj", "{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F6905A4-928D-4A81-9D9B-B273A27B3A92}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitignore = .gitignore
action.yml = action.yml
Dockerfile = Dockerfile
README.md = README.md
LICENSE.md = LICENSE.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetGitHubActionTemplateTests", "Testing\DotNetGitHubActionTemplateTests\DotNetGitHubActionTemplateTests.csproj", "{A27A654A-52AA-4B2D-B9AF-75DAC9DF1807}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{3FB14118-6942-463A-9E6E-58EE7968075E}"
ProjectSection(SolutionItems) = preProject
Testing\.editorconfig = Testing\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Issue Templates", "Issue Templates", "{330C0AE1-8934-470D-9652-F19BD167741A}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug-issue-template.yml = .github\ISSUE_TEMPLATE\bug-issue-template.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pull Request Templates", "Pull Request Templates", "{4A3DC25C-B4CE-4BE5-B3D7-D01AD6F7DB34}"
ProjectSection(SolutionItems) = preProject
.github\PULL_REQUEST_TEMPLATE\feature-pr-template.md = .github\PULL_REQUEST_TEMPLATE\feature-pr-template.md
.github\PULL_REQUEST_TEMPLATE\preview-feature-pr-template.md = .github\PULL_REQUEST_TEMPLATE\preview-feature-pr-template.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{E85C3CA0-3C6C-435B-8CE4-86D6B1D1931E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-status-check.yml = .github\workflows\build-status-check.yml
.github\workflows\unit-tests-status-check.yml = .github\workflows\unit-tests-status-check.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B7D8AB5-2EB6-4B9E-A219-44BAA2016BED}.Release|Any CPU.Build.0 = Release|Any CPU
{A27A654A-52AA-4B2D-B9AF-75DAC9DF1807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A27A654A-52AA-4B2D-B9AF-75DAC9DF1807}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A27A654A-52AA-4B2D-B9AF-75DAC9DF1807}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A27A654A-52AA-4B2D-B9AF-75DAC9DF1807}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A27A654A-52AA-4B2D-B9AF-75DAC9DF1807} = {3FB14118-6942-463A-9E6E-58EE7968075E}
{330C0AE1-8934-470D-9652-F19BD167741A} = {5F6905A4-928D-4A81-9D9B-B273A27B3A92}
{4A3DC25C-B4CE-4BE5-B3D7-D01AD6F7DB34} = {5F6905A4-928D-4A81-9D9B-B273A27B3A92}
{E85C3CA0-3C6C-435B-8CE4-86D6B1D1931E} = {5F6905A4-928D-4A81-9D9B-B273A27B3A92}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD7716EC-6464-4FFB-837F-6E0390B1AC6A}
EndGlobalSection
EndGlobal