mirror of
https://github.com/MTSGJ/opensim.currency.git
synced 2026-07-27 21:10:39 +00:00
7 lines
197 B
Bash
Executable File
7 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
echo y | dotnet ../bin/prebuild.dll /file prebuild.net.xml /clean
|
|
|
|
dotnet ../bin/prebuild.dll /target vs2022 /targetframework net6_0 /excludedir = "obj | bin" /file prebuild.net.xml
|
|
|