Skip to content

Commit b041e17

Browse files
committed
fix: adds local copy of revitapiifc.dll
1 parent 27ff622 commit b041e17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

SampleLibrary/RevitAPIIFC.dll

362 KB
Binary file not shown.

SampleLibrary/SampleLibrary.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
<Reference Include="RevitAPI, Version=21.0.0.0, Culture=neutral, processorArchitecture=AMD64">
4242
<HintPath>..\packages\ModPlus.Revit.API.2021.1.0.0\lib\RevitAPI.dll</HintPath>
4343
</Reference>
44-
<Reference Include="RevitAPIIFC">
45-
<HintPath>..\..\..\..\Program Files\Autodesk\Revit 2021\RevitAPIIFC.dll</HintPath>
44+
<Reference Include="RevitAPIIFC, Version=21.0.0.0, Culture=neutral, processorArchitecture=AMD64">
45+
<SpecificVersion>False</SpecificVersion>
46+
<HintPath>.\RevitAPIIFC.dll</HintPath>
4647
</Reference>
4748
<Reference Include="RevitAPIUI, Version=21.0.0.0, Culture=neutral, processorArchitecture=AMD64">
4849
<HintPath>..\packages\ModPlus.Revit.API.2021.1.0.0\lib\RevitAPIUI.dll</HintPath>

0 commit comments

Comments
 (0)