Browse Source

Added ico file to console program.

master
Craig Oates 6 years ago
parent
commit
9a12ffe4aa
  1. 6
      WetPancakeCLI/WetPancakeCLI.csproj
  2. BIN
      WetPancakeCLI/wet-pancake.ico

6
WetPancakeCLI/WetPancakeCLI.csproj

@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>wet-pancake.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Console.Waterworks, Version=0.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Console.Waterworks.0.1.0.0-alpha1\lib\Console.Waterworks.dll</HintPath>
@ -59,5 +62,8 @@
<Name>WetPancake</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="wet-pancake.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

BIN
WetPancakeCLI/wet-pancake.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Loading…
Cancel
Save