Skip to content

Commit f728583

Browse files
author
Jeremy Tammik
committed
updated Revit API assembly references from 2020 to 2021
1 parent ed74b14 commit f728583

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Labs/1_Revit_API_Intro/SourceCS/IntroCs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
</PropertyGroup>
6060
<ItemGroup>
6161
<Reference Include="RevitAPI">
62-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
62+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
6363
<Private>False</Private>
6464
</Reference>
6565
<Reference Include="RevitAPIUI">
66-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
66+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
6767
<Private>False</Private>
6868
</Reference>
6969
<Reference Include="System" />

Labs/1_Revit_API_Intro/SourceVB/IntroVb.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
</PropertyGroup>
6565
<ItemGroup>
6666
<Reference Include="RevitAPI">
67-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
67+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
6868
<Private>False</Private>
6969
</Reference>
7070
<Reference Include="RevitAPIUI">
71-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
71+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
7272
<Private>False</Private>
7373
</Reference>
7474
<Reference Include="System" />

Labs/2_Revit_UI_API/SourceCS/UiCs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
<RequiredTargetFramework>3.0</RequiredTargetFramework>
6666
</Reference>
6767
<Reference Include="RevitAPI">
68-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
68+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
6969
<Private>False</Private>
7070
</Reference>
7171
<Reference Include="RevitAPIUI">
72-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
72+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
7373
<Private>False</Private>
7474
</Reference>
7575
<Reference Include="System" />

Labs/2_Revit_UI_API/SourceVB/UiVb.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
<RequiredTargetFramework>3.0</RequiredTargetFramework>
7171
</Reference>
7272
<Reference Include="RevitAPI">
73-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
73+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
7474
<Private>False</Private>
7575
</Reference>
7676
<Reference Include="RevitAPIUI">
77-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
77+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
7878
<Private>False</Private>
7979
</Reference>
8080
<Reference Include="System" />

Labs/3_Revit_Family_API/SourceCS/FamilyCs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
</PropertyGroup>
5858
<ItemGroup>
5959
<Reference Include="RevitAPI">
60-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
60+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
6161
<Private>False</Private>
6262
</Reference>
6363
<Reference Include="RevitAPIUI">
64-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
64+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
6565
<Private>False</Private>
6666
</Reference>
6767
<Reference Include="System" />

Labs/3_Revit_Family_API/SourceVB/FamilyVb.vbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
<RequiredTargetFramework>3.0</RequiredTargetFramework>
6666
</Reference>
6767
<Reference Include="RevitAPI">
68-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
68+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPI.dll</HintPath>
6969
<Private>False</Private>
7070
</Reference>
7171
<Reference Include="RevitAPIUI">
72-
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
72+
<HintPath>C:\Program Files\Autodesk\Revit 2021\RevitAPIUI.dll</HintPath>
7373
<Private>False</Private>
7474
</Reference>
7575
<Reference Include="System" />

0 commit comments

Comments
 (0)