添加项目文件。
This commit is contained in:
58
SZBIM/Properties/launchSettings.json
Normal file
58
SZBIM/Properties/launchSettings.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"profiles": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user