Browse Source

add icon and resoureces files needed for it (CLI project).

master
Craig Oates 6 years ago
parent
commit
b7684616a5
  1. 1
      SmoulderingBeachBallCLI/AppIcon.rc
  2. BIN
      SmoulderingBeachBallCLI/AppIcon.res
  3. 7
      SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj
  4. BIN
      SmoulderingBeachBallCLI/icon.ico

1
SmoulderingBeachBallCLI/AppIcon.rc

@ -0,0 +1 @@
1 ICON icon.ico

BIN
SmoulderingBeachBallCLI/AppIcon.res

Binary file not shown.

7
SmoulderingBeachBallCLI/SmoulderingBeachBallCLI.fsproj

@ -13,6 +13,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<UseStandardResourceNames>true</UseStandardResourceNames> <UseStandardResourceNames>true</UseStandardResourceNames>
<Name>SmoulderingBeachBallCLI</Name> <Name>SmoulderingBeachBallCLI</Name>
<Win32Resource>D:\SmoulderingBeachBall\SmoulderingBeachBallCLI\AppIcon.res</Win32Resource>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
@ -24,7 +25,9 @@
<WarningLevel>3</WarningLevel> <WarningLevel>3</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile> <DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile>
<Prefer32Bit>true</Prefer32Bit> <Prefer32Bit>false</Prefer32Bit>
<OtherFlags>
</OtherFlags>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
@ -51,6 +54,8 @@
<Compile Include="Program.fs" /> <Compile Include="Program.fs" />
<None Include="App.config" /> <None Include="App.config" />
<Content Include="packages.config" /> <Content Include="packages.config" />
<Content Include="icon.ico" />
<None Include="AppIcon.res" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Console.Waterworks"> <Reference Include="Console.Waterworks">

BIN
SmoulderingBeachBallCLI/icon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Loading…
Cancel
Save