Files
opensim.currency/runprebuild.net.sh
T
2025-04-05 20:38:48 +09:00

13 lines
266 B
Bash
Executable File

#!/bin/bash
#
DOTNETVER=8
if [ "$1" != "" ]; then
DOTNETVER=$1
fi
echo y | dotnet ../bin/prebuild.dll /file prebuild.net.xml /clean
dotnet ../bin/prebuild.dll /target vs2022 /targetframework net${DOTNETVER}_0 /excludedir = "obj | bin" /file prebuild.net.xml