-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.json
20 lines (20 loc) · 854 Bytes
/
setup.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"debug": {
"input": "C:/KostyaBetenya/GitHub/TacticsGame-fasm/main.asm",
"output": "C:/KostyaBetenya/GitHub/TacticsGame-fasm/bin/Debug/tactickgame.exe",
"folder": "C:/KostyaBetenya/GitHub/TacticsGame-fasm/bin/Debug/"
},
"release": {
"input": "C:/KostyaBetenya/GitHub/TacticsGame-fasm/main.asm",
"output": "C:/KostyaBetenya/GitHub/TacticsGame-fasm/bin/Release/tactickgame.exe",
"folder": "C:/KostyaBetenya/GitHub/TacticsGame-fasm/bin/Release/"
},
"fasmPath": "C:/KostyaBetenya/FASM",
"projectDir": "C:/KostyaBetenya/GitHub/TacticsGame-fasm",
"ollyDbgPath": "C:/KostyaBetenya/OllyDbg/OllyDbg.exe",
"debugExecutablePath": "C:/KostyaBetenya/GitHub/TacticsGame-fasm/bin/Debug/tactickgame.exe",
"copy": {
"srcFolder": "source",
"destFolder": "source"
}
}