Skip to content

Commit 53ea84c

Browse files
committed
Compiled for Sim20205
1 parent 0db6563 commit 53ea84c

10 files changed

Lines changed: 11 additions & 10 deletions

NavisPythonShell/NavisPythonShell.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
8989
</PropertyGroup>
9090
<ItemGroup>
91-
<Reference Include="Autodesk.Navisworks.Api">
91+
<Reference Include="Autodesk.Navisworks.Api, Version=22.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
9292
<SpecificVersion>False</SpecificVersion>
93-
<HintPath>..\RefrencedAssemblies\Sim2024\Autodesk.Navisworks.Api.dll</HintPath>
93+
<HintPath>..\RefrencedAssemblies\Sim2025\Autodesk.Navisworks.Api.dll</HintPath>
9494
</Reference>
9595
<Reference Include="ICSharpCode.AvalonEdit">
9696
<SpecificVersion>False</SpecificVersion>
@@ -277,8 +277,8 @@
277277
</PreBuildEvent>
278278
</PropertyGroup>
279279
<PropertyGroup>
280-
<PostBuildEvent>xcopy $(TargetDir)*.* "C:\Program Files\Autodesk\Navisworks Simulate 2023\Plugins\NavisPythonShell\" /Y /I /E /EXCLUDE:$(SolutionDir)exclude.txt
281-
xcopy $(TargetDir)*.* "C:\Program Files\Autodesk\Navisworks Simulate 2023\Dependencies\" /Y /I /E /EXCLUDE:$(SolutionDir)noexclude.txt
280+
<PostBuildEvent>xcopy $(TargetDir)*.* "C:\Program Files\Autodesk\Navisworks Simulate 2025\Plugins\NavisPythonShell\" /Y /I /E /EXCLUDE:$(SolutionDir)exclude.txt
281+
xcopy $(TargetDir)*.* "C:\Program Files\Autodesk\Navisworks Simulate 2025\Dependencies\" /Y /I /E /EXCLUDE:$(SolutionDir)noexclude.txt
282282
</PostBuildEvent>
283283
</PropertyGroup>
284284
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

NpsRuntime/NpsRuntime.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,17 @@
6565
<Prefer32Bit />
6666
</PropertyGroup>
6767
<ItemGroup>
68-
<Reference Include="Autodesk.Navisworks.Api, Version=21.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
68+
<Reference Include="Autodesk.Navisworks.Api, Version=22.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
6969
<SpecificVersion>False</SpecificVersion>
70-
<HintPath>..\RefrencedAssemblies\Sim2023\Autodesk.Navisworks.Api.dll</HintPath>
70+
<HintPath>..\RefrencedAssemblies\Sim2025\Autodesk.Navisworks.Api.dll</HintPath>
7171
</Reference>
72-
<Reference Include="Autodesk.Navisworks.Clash, Version=21.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
72+
<Reference Include="Autodesk.Navisworks.Clash, Version=22.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
7373
<SpecificVersion>False</SpecificVersion>
74-
<HintPath>..\RefrencedAssemblies\Sim2023\Autodesk.Navisworks.Clash.dll</HintPath>
74+
<HintPath>..\RefrencedAssemblies\Sim2025\Autodesk.Navisworks.Clash.dll</HintPath>
7575
</Reference>
76-
<Reference Include="Autodesk.Navisworks.Timeliner">
77-
<HintPath>..\RefrencedAssemblies\Sim2023\Autodesk.Navisworks.Timeliner.dll</HintPath>
76+
<Reference Include="Autodesk.Navisworks.Timeliner, Version=22.0.0.0, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
77+
<SpecificVersion>False</SpecificVersion>
78+
<HintPath>..\RefrencedAssemblies\Sim2025\Autodesk.Navisworks.Timeliner.dll</HintPath>
7879
</Reference>
7980
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
8081
<SpecificVersion>False</SpecificVersion>
4.06 MB
Binary file not shown.
180 KB
Binary file not shown.
497 KB
Binary file not shown.
377 KB
Binary file not shown.
144 KB
Binary file not shown.
Binary file not shown.
483 KB
Binary file not shown.
398 KB
Binary file not shown.

0 commit comments

Comments
 (0)