move console runner to named file and clean output then run in action

This commit is contained in:
Eliot Jones
2022-01-11 11:27:50 +00:00
parent 16e1e5e52d
commit 7ed985a023
5 changed files with 34 additions and 6 deletions

View File

@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UglyToad.PdfPig.ConsoleRunner", "UglyToad.PdfPig.ConsoleRunner.csproj", "{0C3AEF4B-BEEA-44E5-89F6-12108AC3FE9F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UglyToad.PdfPig", "..\..\src\UglyToad.PdfPig\UglyToad.PdfPig.csproj", "{4E37F4FA-4127-48C8-9151-235307C820E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C3AEF4B-BEEA-44E5-89F6-12108AC3FE9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C3AEF4B-BEEA-44E5-89F6-12108AC3FE9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C3AEF4B-BEEA-44E5-89F6-12108AC3FE9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C3AEF4B-BEEA-44E5-89F6-12108AC3FE9F}.Release|Any CPU.Build.0 = Release|Any CPU
{4E37F4FA-4127-48C8-9151-235307C820E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E37F4FA-4127-48C8-9151-235307C820E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E37F4FA-4127-48C8-9151-235307C820E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E37F4FA-4127-48C8-9151-235307C820E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {500F0DF0-D180-446D-9981-BC320C17DC7A}
EndGlobalSection
EndGlobal