添加项目文件。
This commit is contained in:
BIN
SZBIM/Database/ArchiWBSCode.db
Normal file
BIN
SZBIM/Database/ArchiWBSCode.db
Normal file
Binary file not shown.
BIN
SZBIM/Database/MetroWBSCode.db
Normal file
BIN
SZBIM/Database/MetroWBSCode.db
Normal file
Binary file not shown.
BIN
SZBIM/Database/SZBIM.DeliveryStandard.db
Normal file
BIN
SZBIM/Database/SZBIM.DeliveryStandard.db
Normal file
Binary file not shown.
BIN
SZBIM/Database/SZBIM.Dictionary.db
Normal file
BIN
SZBIM/Database/SZBIM.Dictionary.db
Normal file
Binary file not shown.
32
SZBIM/Manifests/AddinTemplate.addin
Normal file
32
SZBIM/Manifests/AddinTemplate.addin
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RevitAddIns>
|
||||
<AddIn Type="Command">
|
||||
<FullClassName>Multiversions.Revit.Sample.FloorAreaCommand</FullClassName>
|
||||
<AddInId>D51C131A-5E50-4A2B-8F52-D8036AA7A701</AddInId>
|
||||
<Text>Multiversions.Revit.Sample - Floor Area</Text>
|
||||
<Description>The description for your command goes here</Description>
|
||||
<Assembly>Multiversions.Revit.Sample.dll</Assembly>
|
||||
<VendorId>== Edit in project's properties ==</VendorId>
|
||||
<VendorDescription>== Edit (company + authors + website) in project's properties ==</VendorDescription>
|
||||
|
||||
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
||||
|
||||
<!-- More info here visibility: http://thebuildingcoder.typepad.com/blog/2010/05/addin-visibility-mode.html
|
||||
<VisibilityMode>AlwaysVisible</VisibilityMode>
|
||||
<VisibilityMode>NotVisibleInArchitecture</VisibilityMode>
|
||||
<VisibilityMode>NotVisibleInFamily</VisibilityMode>
|
||||
<VisibilityMode>NotVisibleInStructure</VisibilityMode>
|
||||
<VisibilityMode>NotVisibleWhenNoActiveDocument</VisibilityMode>
|
||||
-->
|
||||
|
||||
<!-- You could experiment with different image formats as well as the long description / tooltip etc
|
||||
<LongDescription>
|
||||
<p>This is the long description for my command.</p>
|
||||
<p>This is another descriptive paragraph, with notes about how to use the command properly.</p>
|
||||
</LongDescription>
|
||||
<TooltipImage>\path\to\TooltipImage.jpg</TooltipImage>
|
||||
<Image>\path\to\Image.png</Image>
|
||||
<LargeImage>\path\to\LargeImage.png</LargeImage>
|
||||
-->
|
||||
</AddIn>
|
||||
</RevitAddIns>
|
||||
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