|
41 | 41 | <NoWin32Manifest>False</NoWin32Manifest> |
42 | 42 | <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
43 | 43 | <OutputPath>bin\$(Configuration)\</OutputPath> |
| 44 | + <LangVersion>latest</LangVersion> |
44 | 45 | </PropertyGroup> |
45 | 46 | <PropertyGroup> |
46 | 47 | <!-- see: http://thebuildingcoder.typepad.com/blog/2013/06/processor-architecture-mismatch-warning.html --> |
|
87 | 88 | <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath> |
88 | 89 | </PropertyGroup> |
89 | 90 | <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> |
93 | 93 | <Private>False</Private> |
94 | 94 | </Reference> |
95 | 95 | <Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL"> |
|
277 | 277 | </PreBuildEvent> |
278 | 278 | </PropertyGroup> |
279 | 279 | <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> |
282 | 282 | </PropertyGroup> |
283 | 283 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
284 | 284 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments