Skip to content

Commit

Permalink
Icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Kralj committed Oct 27, 2016
1 parent 12b2a3f commit 86e1d9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions BlobInserter/BlobInserter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
<ApplicationIcon>blob.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -77,6 +76,10 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="blob.ico" />
<Content Include="blob.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 86e1d9c

Please sign in to comment.