Skip to content

Commit

Permalink
Add the tshock_logo icon to the executable, so that we look legit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Piispanen committed Sep 3, 2014
1 parent d446a82 commit 2fc5b09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TerrariaAPI-Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>tshock_logo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
Expand Down Expand Up @@ -199,5 +202,8 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="tshock_logo.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added tshock_logo.ico
Binary file not shown.
Binary file added tshock_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2fc5b09

Please sign in to comment.