Skip to content

Commit

Permalink
とりあえずアイコン設定
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Mar 16, 2024
1 parent dc96502 commit f48bb11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion VdLabel/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
<ui:TitleBar
Title="VdLabel"
DockPanel.Dock="Top"
ShowMinimize="False" />
ShowMinimize="False">
<ui:TitleBar.Icon>
<ui:ImageIcon Source="/app.ico" />
</ui:TitleBar.Icon>
</ui:TitleBar>
<tray:NotifyIcon>
<tray:NotifyIcon.Menu>
<ContextMenu>
Expand Down
10 changes: 5 additions & 5 deletions VdLabel/VdLabel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
<UseWPF>true</UseWPF>
<Company>StudioFreesia</Company>
<EnableDefaultApplicationDefinition>false</EnableDefaultApplicationDefinition>
<ApplicationIcon>app.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<None Remove="App.xaml" />
<None Remove="DefaultStyles.xaml" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Kamishibai.Hosting" Version="2.6.0" />
<PackageReference Include="PInvoke.User32" Version="0.7.124" />
Expand All @@ -29,4 +25,8 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<Resource Include="app.ico" />
</ItemGroup>

</Project>
Binary file added VdLabel/app.ico
Binary file not shown.

0 comments on commit f48bb11

Please sign in to comment.