Skip to content

Commit a71fc59

Browse files
committed
upgrade to navis 2022
1 parent 17268e7 commit a71fc59

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

NavisPythonShell/NavisPythonShell.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<NoWin32Manifest>False</NoWin32Manifest>
4242
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
4343
<OutputPath>bin\$(Configuration)\</OutputPath>
44+
<LangVersion>latest</LangVersion>
4445
</PropertyGroup>
4546
<PropertyGroup>
4647
<!-- see: http://thebuildingcoder.typepad.com/blog/2013/06/processor-architecture-mismatch-warning.html -->
@@ -87,9 +88,8 @@
8788
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
8889
</PropertyGroup>
8990
<ItemGroup>
90-
<Reference Include="Autodesk.Navisworks.Api, Version=17.0.1336.83, Culture=neutral, PublicKeyToken=d85e58fa5af9b484, processorArchitecture=AMD64">
91-
<SpecificVersion>False</SpecificVersion>
92-
<HintPath>C:\Program Files\Autodesk\Navisworks Manage 2020\Autodesk.Navisworks.Api.dll</HintPath>
91+
<Reference Include="Autodesk.Navisworks.Api, Version=19.0.1374.1, Culture=neutral, PublicKeyToken=d85e58fa5af9b484">
92+
<HintPath>C:\Program Files\Autodesk\Navisworks Manage 2022\Autodesk.Navisworks.Api.dll</HintPath>
9393
<Private>False</Private>
9494
</Reference>
9595
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
@@ -277,8 +277,8 @@
277277
</PreBuildEvent>
278278
</PropertyGroup>
279279
<PropertyGroup>
280-
<PostBuildEvent>if not exist "C:\Program Files\Autodesk\Navisworks Manage 2020\Plugins\NavisPythonShell\" mkdir "C:\Program Files\Autodesk\Navisworks Manage 2020\Plugins\NavisPythonShell\"
281-
xcopy $(TargetDir)*.* "C:\Program Files\Autodesk\Navisworks Manage 2020\Plugins\NavisPythonShell\" /Y /I /E</PostBuildEvent>
280+
<PostBuildEvent>if not exist "C:\Program Files\Autodesk\Navisworks Manage 2022\Plugins\NavisPythonShell\" mkdir "C:\Program Files\Autodesk\Navisworks Manage 2022\Plugins\NavisPythonShell\"
281+
xcopy $(TargetDir)*.* "C:\Program Files\Autodesk\Navisworks Manage 2022\Plugins\NavisPythonShell\" /Y /I /E</PostBuildEvent>
282282
</PropertyGroup>
283283
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
284284
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)