-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
launchSettings.json
64 lines (64 loc) · 1.87 KB
/
launchSettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"profiles": {
"Revit 2023": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2023\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2022": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2022\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2021": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2021\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2020": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2020\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2019": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2019\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2018": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2018\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2017": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2017\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2016": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2016\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2015": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2015\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
},
"Revit 2014": {
"commandName": "Executable",
"executablePath": "%ProgramW6432%\\Autodesk\\Revit 2014\\Revit.exe",
"commandLineArgs": "",
"use64Bit": true
}
}
}