generated from KinsonDigital/CSharpLibTemplateRepo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKDActionUtils.sln
63 lines (63 loc) · 3.71 KB
/
KDActionUtils.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KDActionUtils", "KDActionUtils\KDActionUtils.csproj", "{7858F8F1-497A-4261-94D7-339442B09494}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KDActionUtilsTests", "Testing\KDActionUtilsTests\KDActionUtilsTests.csproj", "{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{E204672C-F241-4BB7-AAE4-5147BC5B4FF5}"
ProjectSection(SolutionItems) = preProject
Testing\.editorconfig = Testing\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67F82AED-1502-4803-855A-CDB26DC685B4}"
ProjectSection(SolutionItems) = preProject
.github\FUNDING.yml = .github\FUNDING.yml
README.md = README.md
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Issue Templates", "Issue Templates", "{D63FC876-026C-442A-AC76-A46943658EEE}"
ProjectSection(SolutionItems) = preProject
.github\ISSUE_TEMPLATE\bug-issue-template.yml = .github\ISSUE_TEMPLATE\bug-issue-template.yml
.github\ISSUE_TEMPLATE\project-item-issue-template.yml = .github\ISSUE_TEMPLATE\project-item-issue-template.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pull Request Templates", "Pull Request Templates", "{0048B383-B483-4A23-9942-5AD98247DDDC}"
ProjectSection(SolutionItems) = preProject
.github\PULL_REQUEST_TEMPLATE\feature-pr.md = .github\PULL_REQUEST_TEMPLATE\feature-pr.md
.github\PULL_REQUEST_TEMPLATE\preview-feature-pr.md = .github\PULL_REQUEST_TEMPLATE\preview-feature-pr.md
.github\PULL_REQUEST_TEMPLATE\preview-release-pr.md = .github\PULL_REQUEST_TEMPLATE\preview-release-pr.md
.github\PULL_REQUEST_TEMPLATE\production-release-pr.md = .github\PULL_REQUEST_TEMPLATE\production-release-pr.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{B6AF61E5-B7D3-4E4E-B9B2-BF540F77F953}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build-status-check.yml = .github\workflows\build-status-check.yml
.github\workflows\preview-release.yml = .github\workflows\preview-release.yml
.github\workflows\unit-testing-status-check.yml = .github\workflows\unit-testing-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
{7858F8F1-497A-4261-94D7-339442B09494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7858F8F1-497A-4261-94D7-339442B09494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7858F8F1-497A-4261-94D7-339442B09494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7858F8F1-497A-4261-94D7-339442B09494}.Release|Any CPU.Build.0 = Release|Any CPU
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A2124FFE-C6A1-46A7-8440-F0F5709DD08C} = {E204672C-F241-4BB7-AAE4-5147BC5B4FF5}
{D63FC876-026C-442A-AC76-A46943658EEE} = {67F82AED-1502-4803-855A-CDB26DC685B4}
{0048B383-B483-4A23-9942-5AD98247DDDC} = {67F82AED-1502-4803-855A-CDB26DC685B4}
{B6AF61E5-B7D3-4E4E-B9B2-BF540F77F953} = {67F82AED-1502-4803-855A-CDB26DC685B4}
EndGlobalSection
EndGlobal