updated RevitAPI and RevitAPIUI HintPath settings in project files

This commit is contained in:
Jeremy Tammik
2020-05-11 14:44:15 +02:00
parent 875555fa4f
commit cba89c5320
17 changed files with 575 additions and 32 deletions
@@ -55,11 +55,11 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="RevitAPI">
<HintPath>..\..\..\..\..\References\Revit\RevitAPI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>..\..\..\..\..\References\Revit\RevitAPIUI.dll</HintPath>
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />