Skip to content

Commit

Permalink
Fixed Chat.ico not being copied to the output folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapps committed Sep 22, 2014
1 parent 7978a18 commit abea93e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PoEWhisperNotifier/PoEWhisperNotifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Content\Chat.ico" />
<Content Include="Content\Chat.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\credits.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down

0 comments on commit abea93e

Please sign in to comment.