From 2a5e736285a0382a9c0d6afca2ca4d14a70e92d0 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 23 Feb 2024 10:11:39 -0500 Subject: [PATCH] Reorganize solution items --- CHANGELIST.md | 1 + MPF.sln | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 86bd32ab..b1ca7ccc 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -12,6 +12,7 @@ - Update README with current build instructions - Opt-in automatic IRD creation after PS3 dump (Deterous) - Add CI via Github Workflows (Deterous) +- Reorganize solution items ### 3.1.1 (2024-02-20) diff --git a/MPF.sln b/MPF.sln index f01f4826..b612c24b 100644 --- a/MPF.sln +++ b/MPF.sln @@ -13,9 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject appveyor.yml = appveyor.yml CHANGELIST.md = CHANGELIST.md - .github\ISSUE_TEMPLATE\feature-request.md = .github\ISSUE_TEMPLATE\feature-request.md - .github\ISSUE_TEMPLATE\informational.md = .github\ISSUE_TEMPLATE\informational.md - .github\ISSUE_TEMPLATE\issue-report.md = .github\ISSUE_TEMPLATE\issue-report.md publish-nix.sh = publish-nix.sh publish-win.ps1 = publish-win.ps1 README.md = README.md @@ -27,6 +24,18 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MPF.UI.Core", "MPF.UI.Core\ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MPF", "MPF", "{4160167D-681D-480B-ABC6-06AC869E5769}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEMPLATE", "{ADC5FDD7-F43F-4F9C-B222-19AA1D64D3D4}" + ProjectSection(SolutionItems) = preProject + .github\ISSUE_TEMPLATE\feature-request.md = .github\ISSUE_TEMPLATE\feature-request.md + .github\ISSUE_TEMPLATE\informational.md = .github\ISSUE_TEMPLATE\informational.md + .github\ISSUE_TEMPLATE\issue-report.md = .github\ISSUE_TEMPLATE\issue-report.md + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{440776E0-E6E2-46C6-8E85-09E64A8FC7D6}" + ProjectSection(SolutionItems) = preProject + .github\workflows\ci.yml = .github\workflows\ci.yml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -63,6 +72,8 @@ Global {8CFDE289-E171-4D49-A40D-5293265C1253} = {4160167D-681D-480B-ABC6-06AC869E5769} {70B1265D-FE49-472A-A83D-0B462152D37A} = {4160167D-681D-480B-ABC6-06AC869E5769} {EA3768DB-694A-4653-82E4-9FF71B8963F3} = {4160167D-681D-480B-ABC6-06AC869E5769} + {ADC5FDD7-F43F-4F9C-B222-19AA1D64D3D4} = {4D1DCF5A-F0B0-4E81-A05B-F1A7D37C9D9D} + {440776E0-E6E2-46C6-8E85-09E64A8FC7D6} = {4D1DCF5A-F0B0-4E81-A05B-F1A7D37C9D9D} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {73C62E6A-6584-4D93-83B5-ECB1FBDB469B}