mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-13 06:34:23 -04:00
Add icon
This commit is contained in:
parent
f8dae72411
commit
be4989ea34
4 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="AmmySidekick, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7c1296d24569a67d, processorArchitecture=MSIL">
|
<Reference Include="AmmySidekick, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7c1296d24569a67d, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Ammy.WPF.1.2.87\lib\net40\AmmySidekick.dll</HintPath>
|
<HintPath>..\packages\Ammy.WPF.1.2.87\lib\net40\AmmySidekick.dll</HintPath>
|
||||||
|
@ -200,6 +203,9 @@
|
||||||
<EmbeddedResource Include="Resources\ExportService\DarkTheme.css" />
|
<EmbeddedResource Include="Resources\ExportService\DarkTheme.css" />
|
||||||
<EmbeddedResource Include="Resources\ExportService\LightTheme.css" />
|
<EmbeddedResource Include="Resources\ExportService\LightTheme.css" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Resource Include="..\favicon.ico" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="..\packages\Ammy.1.2.87\build\Ammy.targets" Condition="Exists('..\packages\Ammy.1.2.87\build\Ammy.targets')" />
|
<Import Project="..\packages\Ammy.1.2.87\build\Ammy.targets" Condition="Exists('..\packages\Ammy.1.2.87\build\Ammy.targets')" />
|
||||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
|
|
|
@ -9,6 +9,7 @@ Window "DiscordChatExporter.Views.MainWindow" {
|
||||||
DataContext: bind MainViewModel from $resource Container
|
DataContext: bind MainViewModel from $resource Container
|
||||||
FocusManager.FocusedElement: bind from "TokenTextBox"
|
FocusManager.FocusedElement: bind from "TokenTextBox"
|
||||||
FontFamily: resource dyn "MaterialDesignFont"
|
FontFamily: resource dyn "MaterialDesignFont"
|
||||||
|
Icon: "/DiscordChatExporter;component/favicon.ico"
|
||||||
SnapsToDevicePixels: true
|
SnapsToDevicePixels: true
|
||||||
TextElement.FontSize: 13
|
TextElement.FontSize: 13
|
||||||
TextElement.FontWeight: Regular
|
TextElement.FontWeight: Regular
|
||||||
|
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue