Skip to content

Commit b8426fd

Browse files
Revit 2022 checked by NAVEEN
1 parent 1975b80 commit b8426fd

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
62+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
6363
<Private>False</Private>
6464
</Reference>
6565
<Reference Include="RevitAPIUI">
66-
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
66+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
6767
<Private>False</Private>
6868
</Reference>
6969
<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>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
68+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
6969
<Private>False</Private>
7070
</Reference>
7171
<Reference Include="RevitAPIUI">
72-
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
72+
<HintPath>C:\Program Files\Autodesk\Revit 2022\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>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
73+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
7474
<Private>False</Private>
7575
</Reference>
7676
<Reference Include="RevitAPIUI">
77-
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
77+
<HintPath>C:\Program Files\Autodesk\Revit 2022\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>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
60+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
6161
<Private>False</Private>
6262
</Reference>
6363
<Reference Include="RevitAPIUI">
64-
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
64+
<HintPath>C:\Program Files\Autodesk\Revit 2022\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>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
68+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll</HintPath>
6969
<Private>False</Private>
7070
</Reference>
7171
<Reference Include="RevitAPIUI">
72-
<HintPath>..\..\..\..\..\..\..\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
72+
<HintPath>C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll</HintPath>
7373
<Private>False</Private>
7474
</Reference>
7575
<Reference Include="System" />

0 commit comments

Comments
 (0)