Skip to content

Commit

Permalink
add: 添加图标
Browse files Browse the repository at this point in the history
  • Loading branch information
zmsnfly committed Jul 14, 2022
1 parent ad302a9 commit 33e3575
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file added UR_STREAM/Resources/icon.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions UR_STREAM/UR_STREAM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
Expand Down Expand Up @@ -331,6 +334,12 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\icon.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
Binary file added UR_STREAM/icon.ico
Binary file not shown.

0 comments on commit 33e3575

Please sign in to comment.