Skip to content

Commit

Permalink
设置应用图标
Browse files Browse the repository at this point in the history
  • Loading branch information
laggage committed Jan 20, 2020
1 parent 2868281 commit 2c2e768
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion WinPowerHelper.Wpf/WinPowerHelper.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<ApplicationIcon>cb89p-4nv71-003.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>x64</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<None Remove="cb89p-4nv71-003.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Prism.Core" Version="7.2.0.1422" />
</ItemGroup>
Expand All @@ -22,4 +27,8 @@
<ProjectReference Include="..\WinPowerHelper.Core\WinPowerHelper.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Resource Include="cb89p-4nv71-003.ico" />
</ItemGroup>

</Project>
Binary file added WinPowerHelper.Wpf/cb89p-4nv71-003.ico
Binary file not shown.

0 comments on commit 2c2e768

Please sign in to comment.