Skip to content

Commit

Permalink
add a pretty bxc icon
Browse files Browse the repository at this point in the history
  • Loading branch information
allenkey666 committed Apr 30, 2019
1 parent 5986ff9 commit 3856663
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bin/
obj/
icon/
4 changes: 2 additions & 2 deletions Window1.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
WindowStartupLocation="CenterScreen"
ResizeMode="CanResize"
Width="400"
Icon="favicon2.ico"
Title="博纳云节点绑定 v0.0.2">
Title="博纳云节点绑定 v0.0.2"
Icon="bxc.ico">
<Grid>
<Label
RenderTransformOrigin="0.5,0.5"
Expand Down
4 changes: 2 additions & 2 deletions bxc-bound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>bxc-bound</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<ApplicationIcon>favicon2.ico</ApplicationIcon>
<ApplicationIcon>bxc.ico</ApplicationIcon>
<NoWin32Manifest>False</NoWin32Manifest>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
Expand Down Expand Up @@ -83,7 +83,7 @@
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<Resource Include="favicon2.ico" />
<Resource Include="bxc.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added bxc.ico
Binary file not shown.

0 comments on commit 3856663

Please sign in to comment.