18 lines
605 B
JSON
18 lines
605 B
JSON
{
|
|
"profiles": {
|
|
"Game": {
|
|
"commandName": "Executable",
|
|
"workingDirectory": "C:/dev/GoakeFlax",
|
|
"executablePath": "C:/dev/Flax/FlaxEngine/Binaries/Editor/Win64/Development/FlaxEditor.exe",
|
|
"commandLineArgs": "-project \"C:/dev/GoakeFlax\"",
|
|
"nativeDebugging": false
|
|
},
|
|
"Game Debug": {
|
|
"commandName": "Executable",
|
|
"workingDirectory": "C:/dev/GoakeFlax",
|
|
"executablePath": "C:/dev/Flax/FlaxEngine/Binaries/Editor/Win64/Debug/FlaxEditor.exe",
|
|
"commandLineArgs": "-project \"C:/dev/GoakeFlax\"",
|
|
"nativeDebugging": false
|
|
}
|
|
}
|
|
} |