Compare commits
2 Commits
586a5aeca1
...
62f6a45689
| Author | SHA1 | Date | |
|---|---|---|---|
| 62f6a45689 | |||
| 1109852445 |
18
editor
Executable file
18
editor
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
DOTNET_VERSION=8.0
|
||||
APP_NAME=MBS.Editor
|
||||
SRC_PATH=editor-dotnet/src/app/$APP_NAME
|
||||
APP_PATH=$SRC_PATH/bin/Debug/net$DOTNET_VERSION
|
||||
RELEASE=0
|
||||
|
||||
if [ ! $RELEASE -eq 1 ] || [ ! -f $APP_PATH/$APP_NAME ]; then
|
||||
|
||||
pushd $SRC_PATH
|
||||
dotnet build
|
||||
popd
|
||||
|
||||
fi
|
||||
|
||||
$APP_PATH/$APP_NAME
|
||||
|
||||
|
||||
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"editor/1.0.0": {
|
||||
"runtime": {
|
||||
"editor.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"editor/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@ -1,12 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user