Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Roemer committed Apr 8, 2021
1 parent 4761bee commit 6b0e630
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
21 changes: 10 additions & 11 deletions src/FlaUInspect/FlaUInspect.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -41,16 +43,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="FlaUI.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FlaUI.Core.2.0.0-rc1\lib\net45\FlaUI.Core.dll</HintPath>
</Reference>
<Reference Include="FlaUI.UIA2, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FlaUI.UIA2.2.0.0-rc1\lib\net471\FlaUI.UIA2.dll</HintPath>
</Reference>
<Reference Include="FlaUI.UIA3, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FlaUI.UIA3.2.0.0-rc1\lib\net45\FlaUI.UIA3.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
Expand Down Expand Up @@ -126,7 +118,6 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down Expand Up @@ -184,6 +175,14 @@
<ItemGroup>
<Resource Include="Resources\Calendar.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FlaUI.UIA2">
<Version>3.2.0</Version>
</PackageReference>
<PackageReference Include="FlaUI.UIA3">
<Version>3.2.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 2 additions & 2 deletions src/FlaUInspect/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public AutomationType SelectedAutomationType
public ICommand StartNewInstanceCommand { get; private set; }

public ICommand CaptureSelectedItemCommand { get; private set; }

public ICommand RefreshCommand { get; private set; }

public ObservableCollection<DetailGroupViewModel> SelectedItemDetails => SelectedItemInTree?.ItemDetails;
Expand Down Expand Up @@ -203,7 +203,7 @@ private void DesktopViewModel_SelectionChanged(ElementViewModel obj)
SelectedItemInTree = obj;
OnPropertyChanged(() => SelectedItemDetails);
}

private void RefreshTree()
{
Elements.Clear();
Expand Down
6 changes: 0 additions & 6 deletions src/FlaUInspect/packages.config

This file was deleted.

0 comments on commit 6b0e630

Please sign in to comment.