添加项目文件。

This commit is contained in:
GG Z
2026-02-23 14:58:05 +08:00
parent ce96926220
commit 771d780d6c
342 changed files with 33470 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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>

View 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
}
}
}