Skip to content

Commit

Permalink
New app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Sep 30, 2018
1 parent a623fdf commit 3101dff
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tsukuru/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Background="{DynamicResource MaterialDesignPaper}"
FontFamily="{DynamicResource MaterialDesignFont}"
MinWidth="1020"
Icon="vpn.ico"
Icon="app.ico"
Title="Tsukuru"
Height="600"
Width="1020"
Expand Down
10 changes: 6 additions & 4 deletions Tsukuru/Tsukuru.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -34,7 +36,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>VPN.ico</ApplicationIcon>
<ApplicationIcon>app.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dragablz, Version=0.0.3.203, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -252,9 +254,6 @@
<ItemGroup>
<Resource Include="Resources\bg.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="VPN.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\logo.png" />
</ItemGroup>
Expand All @@ -264,6 +263,9 @@
<ItemGroup>
<Resource Include="Resources\background.svg" />
</ItemGroup>
<ItemGroup>
<Resource Include="app.ico" />
</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
Binary file removed Tsukuru/VPN.ico
Binary file not shown.
Binary file added Tsukuru/app.ico
Binary file not shown.
Binary file added ico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3101dff

Please sign in to comment.