chore: add workflows

This commit is contained in:
Stevan Freeborn
2025-02-13 19:31:09 -06:00
parent 42435ad915
commit 5aae926f1b
6 changed files with 239 additions and 0 deletions
+8
View File
@@ -1,6 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>BGR.Console</AssemblyTitle>
<Product>BGR.Console</Product>
<Description>A command-line app for removing backgrounds from images.</Description>
<Version>0.0.0</Version>
<Authors>Stevan Freeborn</Authors>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<PublishReadyToRun>true</PublishReadyToRun>
<OutputType>Exe</OutputType>
</PropertyGroup>