diff --git a/BassBoom.Cli/BassBoom.Cli.csproj b/BassBoom.Cli/BassBoom.Cli.csproj index 6cbb8a0..ecc3e64 100644 --- a/BassBoom.Cli/BassBoom.Cli.csproj +++ b/BassBoom.Cli/BassBoom.Cli.csproj @@ -15,7 +15,10 @@ - + + + + diff --git a/BassBoom.sln b/BassBoom.sln index 60bab7c..2d7b726 100644 --- a/BassBoom.sln +++ b/BassBoom.sln @@ -16,6 +16,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{EDC78D Directory.Build.props = Directory.Build.props EndProjectSection EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Launchers", "Launchers", "{7CD5D339-F81B-4304-933D-402BAD83B27C}" + ProjectSection(SolutionItems) = preProject + assets\bassboom.cmd = assets\bassboom.cmd + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/assets/bassboom.cmd b/assets/bassboom.cmd new file mode 100644 index 0000000..fc231b1 --- /dev/null +++ b/assets/bassboom.cmd @@ -0,0 +1,24 @@ +@echo off + +REM BassBoom Copyright (C) 2022-2024 Aptivi +REM +REM This file is part of BassBoom +REM +REM BassBoom is free software: you can redistribute it and/or modify +REM it under the terms of the GNU General Public License as published by +REM the Free Software Foundation, either version 3 of the License, or +REM (at your option) any later version. +REM +REM BassBoom is distributed in the hope that it will be useful, +REM but WITHOUT ANY WARRANTY; without even the implied warranty of +REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +REM GNU General Public License for more details. +REM +REM You should have received a copy of the GNU General Public License +REM along with this program. If not, see . + +REM This script runs BassBoom. This is a shortcut for running BassBoom +REM so that you don't have to write the full name of the executable. + +set ROOTPATH=%~dp0 +dotnet "%ROOTPATH%BassBoom.Cli.dll" %*