Browse Source

add icon to CLI using .res file and update assembly info. in CLI.

master
Craig Oates 6 years ago
parent
commit
4daff6f01d
  1. 1
      DeathSocketCLI/AssemblyInfo.fs
  2. 5
      DeathSocketCLI/DeathSocketCLI.fsproj
  3. BIN
      DeathSocketCLI/logo.ico
  4. BIN
      DeathSocketCLI/resources.res

1
DeathSocketCLI/AssemblyInfo.fs

@ -1,7 +1,6 @@
namespace DeathSocketCLI.AssemblyInfo
open System.Reflection
open System.Runtime.CompilerServices
open System.Runtime.InteropServices
// General Information about an assembly is controlled through the following

5
DeathSocketCLI/DeathSocketCLI.fsproj

@ -11,8 +11,9 @@
<AssemblyName>DeathSocketCLI</AssemblyName>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<UseStandardResourceNames>true</UseStandardResourceNames>
<UseStandardResourceNames>True</UseStandardResourceNames>
<Name>DeathSocketCLI</Name>
<Win32Resource>..\DeathSocketCLI\resources.res</Win32Resource>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -50,6 +51,8 @@
<Compile Include="Commands.fs" />
<Compile Include="Program.fs" />
<None Include="App.config" />
<None Include="resources.res" />
<Content Include="logo.ico" />
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>

BIN
DeathSocketCLI/logo.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
DeathSocketCLI/resources.res

Binary file not shown.
Loading…
Cancel
Save