Skip to content

Commit

Permalink
updated references to api libraries to use relative hint path
Browse files Browse the repository at this point in the history
  • Loading branch information
awmcc90 committed Jan 27, 2021
1 parent e08fc85 commit 0be044c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 6 additions & 4 deletions NwLookup.v21/NwLookup.v21.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Autodesk.Navisworks.Api">
<HintPath>C:\Program Files\Autodesk\Navisworks Manage 2021\Autodesk.Navisworks.Api.dll</HintPath>
<HintPath>lib\Autodesk.Navisworks.Api.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.Navisworks.ComApi">
<HintPath>C:\Program Files\Autodesk\Navisworks Manage 2021\Autodesk.Navisworks.ComApi.dll</HintPath>
<HintPath>lib\Autodesk.Navisworks.ComApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Private>False</Private>
</Reference>
<Reference Include="Autodesk.Navisworks.Interop.ComApi">
<HintPath>C:\Program Files\Autodesk\Navisworks Manage 2021\Autodesk.Navisworks.Interop.ComApi.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
<HintPath>lib\Autodesk.Navisworks.Interop.ComApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="PresentationCore" />
Expand Down
4 changes: 1 addition & 3 deletions NwLookup/Snoop/Views/SnoopViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
using System;
using System.Windows.Input;
using System.Windows.Input;
using System.Threading.Tasks;
using System.Collections.ObjectModel;

using NwLookup.Snoop.Datas;
using NwLookup.Snoop.Collectors;
using NwLookup.Snoop.Views.Models;


namespace NwLookup.Snoop.Views
{
public class SnoopViewModel : NotifyViewModelBase
Expand Down

0 comments on commit 0be044c

Please sign in to comment.