Files
projectisland/puzzleisland.code-workspace
2023-11-28 21:09:10 +01:00

614 lines
16 KiB
Plaintext

{
"folders": [
{
"name": "puzzleisland",
"path": "."
},
{
"name": "UE5",
"path": "E:\\Epic Games\\UE_5.3"
}
],
"settings": {
"typescript.tsc.autoDetect": "off",
"npm.autoDetect": "off"
},
"extensions": {
"recommendations": [
"ms-vscode.cpptools",
"ms-dotnettools.csharp"
]
},
"tasks": {
"version": "2.0.0",
"tasks": [
{
"label": "puzzleisland Win64 Debug Build",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"Debug",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Debug Rebuild",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"Debug",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"dependsOn": [
"puzzleisland Win64 Debug Clean"
],
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Debug Clean",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Clean.bat",
"args": [
"puzzleisland",
"Win64",
"Debug",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 DebugGame Build",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"DebugGame",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 DebugGame Rebuild",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"DebugGame",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"dependsOn": [
"puzzleisland Win64 DebugGame Clean"
],
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 DebugGame Clean",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Clean.bat",
"args": [
"puzzleisland",
"Win64",
"DebugGame",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Development Build",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"Development",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Development Rebuild",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"Development",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"dependsOn": [
"puzzleisland Win64 Development Clean"
],
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Development Clean",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Clean.bat",
"args": [
"puzzleisland",
"Win64",
"Development",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Test Build",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"Test",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Test Rebuild",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"Test",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"dependsOn": [
"puzzleisland Win64 Test Clean"
],
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Test Clean",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Clean.bat",
"args": [
"puzzleisland",
"Win64",
"Test",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Shipping Build",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"Shipping",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Shipping Rebuild",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleisland",
"Win64",
"Shipping",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"dependsOn": [
"puzzleisland Win64 Shipping Clean"
],
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleisland Win64 Shipping Clean",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Clean.bat",
"args": [
"puzzleisland",
"Win64",
"Shipping",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 Debug Build",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleislandEditor",
"Win64",
"Debug",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 Debug Rebuild",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleislandEditor",
"Win64",
"Debug",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"dependsOn": [
"puzzleislandEditor Win64 Debug Clean"
],
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 Debug Clean",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Clean.bat",
"args": [
"puzzleislandEditor",
"Win64",
"Debug",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 DebugGame Build",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleislandEditor",
"Win64",
"DebugGame",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 DebugGame Rebuild",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleislandEditor",
"Win64",
"DebugGame",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"dependsOn": [
"puzzleislandEditor Win64 DebugGame Clean"
],
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 DebugGame Clean",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Clean.bat",
"args": [
"puzzleislandEditor",
"Win64",
"DebugGame",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 Development Build",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleislandEditor",
"Win64",
"Development",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 Development Rebuild",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Build.bat",
"args": [
"puzzleislandEditor",
"Win64",
"Development",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"dependsOn": [
"puzzleislandEditor Win64 Development Clean"
],
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
},
{
"label": "puzzleislandEditor Win64 Development Clean",
"group": "build",
"command": "Engine\\Build\\BatchFiles\\Clean.bat",
"args": [
"puzzleislandEditor",
"Win64",
"Development",
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-waitmutex"
],
"problemMatcher": "$msCompile",
"type": "shell",
"options": {
"cwd": "E:\\Epic Games\\UE_5.3"
}
}
]
},
"launch": {
"version": "0.2.0",
"configurations": [
{
"name": "Launch puzzleisland (Debug)",
"request": "launch",
"program": "E:\\Unreal Projects\\puzzleisland\\Binaries\\Win64\\UnrealGame-Win64-Debug.exe",
"preLaunchTask": "puzzleisland Win64 Debug Build",
"args": [
],
"cwd": "E:\\Epic Games\\UE_5.3",
"stopAtEntry": false,
"console": "externalTerminal",
"type": "cppvsdbg",
"visualizerFile": "E:\\Epic Games\\UE_5.3\\Engine\\Extras\\VisualStudioDebugging\\Unreal.natvis",
"sourceFileMap": {
"D:\\build\\++UE5\\Sync": "E:\\Epic Games\\UE_5.3"
}
},
{
"name": "Launch puzzleisland (DebugGame)",
"request": "launch",
"program": "E:\\Unreal Projects\\puzzleisland\\Binaries\\Win64\\UnrealGame-Win64-DebugGame.exe",
"preLaunchTask": "puzzleisland Win64 DebugGame Build",
"args": [
],
"cwd": "E:\\Epic Games\\UE_5.3",
"stopAtEntry": false,
"console": "externalTerminal",
"type": "cppvsdbg",
"visualizerFile": "E:\\Epic Games\\UE_5.3\\Engine\\Extras\\VisualStudioDebugging\\Unreal.natvis",
"sourceFileMap": {
"D:\\build\\++UE5\\Sync": "E:\\Epic Games\\UE_5.3"
}
},
{
"name": "Launch puzzleisland (Development)",
"request": "launch",
"program": "E:\\Unreal Projects\\puzzleisland\\Binaries\\Win64\\UnrealGame.exe",
"preLaunchTask": "puzzleisland Win64 Development Build",
"args": [
],
"cwd": "E:\\Epic Games\\UE_5.3",
"stopAtEntry": false,
"console": "externalTerminal",
"type": "cppvsdbg",
"visualizerFile": "E:\\Epic Games\\UE_5.3\\Engine\\Extras\\VisualStudioDebugging\\Unreal.natvis",
"sourceFileMap": {
"D:\\build\\++UE5\\Sync": "E:\\Epic Games\\UE_5.3"
}
},
{
"name": "Launch puzzleisland (Test)",
"request": "launch",
"program": "E:\\Unreal Projects\\puzzleisland\\Binaries\\Win64\\UnrealGame-Win64-Test.exe",
"preLaunchTask": "puzzleisland Win64 Test Build",
"args": [
],
"cwd": "E:\\Epic Games\\UE_5.3",
"stopAtEntry": false,
"console": "externalTerminal",
"type": "cppvsdbg",
"visualizerFile": "E:\\Epic Games\\UE_5.3\\Engine\\Extras\\VisualStudioDebugging\\Unreal.natvis",
"sourceFileMap": {
"D:\\build\\++UE5\\Sync": "E:\\Epic Games\\UE_5.3"
}
},
{
"name": "Launch puzzleisland (Shipping)",
"request": "launch",
"program": "E:\\Unreal Projects\\puzzleisland\\Binaries\\Win64\\UnrealGame-Win64-Shipping.exe",
"preLaunchTask": "puzzleisland Win64 Shipping Build",
"args": [
],
"cwd": "E:\\Epic Games\\UE_5.3",
"stopAtEntry": false,
"console": "externalTerminal",
"type": "cppvsdbg",
"visualizerFile": "E:\\Epic Games\\UE_5.3\\Engine\\Extras\\VisualStudioDebugging\\Unreal.natvis",
"sourceFileMap": {
"D:\\build\\++UE5\\Sync": "E:\\Epic Games\\UE_5.3"
}
},
{
"name": "Launch puzzleislandEditor (Debug)",
"request": "launch",
"program": "E:\\Epic Games\\UE_5.3\\Engine\\Binaries\\Win64\\UnrealEditor-Win64-Debug.exe",
"preLaunchTask": "puzzleislandEditor Win64 Debug Build",
"args": [
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject"
],
"cwd": "E:\\Epic Games\\UE_5.3",
"stopAtEntry": false,
"console": "externalTerminal",
"type": "cppvsdbg",
"visualizerFile": "E:\\Epic Games\\UE_5.3\\Engine\\Extras\\VisualStudioDebugging\\Unreal.natvis",
"sourceFileMap": {
"D:\\build\\++UE5\\Sync": "E:\\Epic Games\\UE_5.3"
}
},
{
"name": "Launch puzzleislandEditor (DebugGame)",
"request": "launch",
"program": "E:\\Epic Games\\UE_5.3\\Engine\\Binaries\\Win64\\UnrealEditor-Win64-DebugGame.exe",
"preLaunchTask": "puzzleislandEditor Win64 DebugGame Build",
"args": [
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject"
],
"cwd": "E:\\Epic Games\\UE_5.3",
"stopAtEntry": false,
"console": "externalTerminal",
"type": "cppvsdbg",
"visualizerFile": "E:\\Epic Games\\UE_5.3\\Engine\\Extras\\VisualStudioDebugging\\Unreal.natvis",
"sourceFileMap": {
"D:\\build\\++UE5\\Sync": "E:\\Epic Games\\UE_5.3"
}
},
{
"name": "Launch puzzleislandEditor (Development)",
"request": "launch",
"program": "E:\\Epic Games\\UE_5.3\\Engine\\Binaries\\Win64\\UnrealEditor.exe",
"preLaunchTask": "puzzleislandEditor Win64 Development Build",
"args": [
"E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject"
],
"cwd": "E:\\Epic Games\\UE_5.3",
"stopAtEntry": false,
"console": "externalTerminal",
"type": "cppvsdbg",
"visualizerFile": "E:\\Epic Games\\UE_5.3\\Engine\\Extras\\VisualStudioDebugging\\Unreal.natvis",
"sourceFileMap": {
"D:\\build\\++UE5\\Sync": "E:\\Epic Games\\UE_5.3"
}
},
{
"name": "Generate Project Files",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "UnrealBuildTool Win64 Development Build",
"program": "E:\\Epic Games\\UE_5.3\\Engine\\Build\\BatchFiles\\RunUBT.bat",
"args": [
"-projectfiles",
"-vscode",
"-project=E:\\Unreal Projects\\puzzleisland\\puzzleisland.uproject",
"-game",
"-engine",
"-dotnet"
],
"console": "externalTerminal",
"stopAtEntry": false,
"cwd": "E:\\Epic Games\\UE_5.3"
}
]
}
}