From 6dbcf8fdec538f28245ed2eedc3407ecc4a57014 Mon Sep 17 00:00:00 2001 From: Drew Noakes Date: Mon, 29 Jan 2024 14:41:43 +1100 Subject: [PATCH] Update solution items --- MetadataExtractor.sln | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MetadataExtractor.sln b/MetadataExtractor.sln index 89e2544d1..8dfd7989b 100644 --- a/MetadataExtractor.sln +++ b/MetadataExtractor.sln @@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .gitattributes = .gitattributes .gitignore = .gitignore .gitmodules = .gitmodules - Build.ps1 = Build.ps1 CONTRIBUTING.md = CONTRIBUTING.md Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets @@ -104,6 +103,8 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{D75F7643-9F42-4A6B-A3FF-92443537CE9D}" ProjectSection(SolutionItems) = preProject .github\workflows\CI.yml = .github\workflows\CI.yml + .github\workflows\prerelease.yml = .github\workflows\prerelease.yml + .github\workflows\release.yml = .github\workflows\release.yml EndProjectSection EndProject Global