Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Replace Raster Icons in Crawler with Font Awesome (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
elipriaulx authored and johanneszab committed Dec 16, 2018
1 parent f14799e commit 8b0b340
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 129 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="FontAwesome.WPF, Version=4.7.0.37774, Culture=neutral, PublicKeyToken=0758b07a11a4f466, processorArchitecture=MSIL">
<HintPath>..\packages\FontAwesome.WPF.4.7.0.9\lib\net40\FontAwesome.WPF.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down Expand Up @@ -299,6 +302,7 @@
<EmbeddedResource Include="Properties\Resources.vi.resx" />
<EmbeddedResource Include="Properties\Resources.zh.resx" />
<None Include="App.config" />
<None Include="packages.config" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
Expand Down
Loading

0 comments on commit 8b0b340

Please sign in to comment.