Skip to content

Commit 2fc5b09

Browse files
author
Zack Piispanen
committed
Add the tshock_logo icon to the executable, so that we look legit.
1 parent d446a82 commit 2fc5b09

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

TerrariaAPI-Server.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
<CodeAnalysisRuleDirectories>;D:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
7676
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
7777
</PropertyGroup>
78+
<PropertyGroup>
79+
<ApplicationIcon>tshock_logo.ico</ApplicationIcon>
80+
</PropertyGroup>
7881
<ItemGroup>
7982
<Reference Include="System" />
8083
</ItemGroup>
@@ -199,5 +202,8 @@
199202
<Install>true</Install>
200203
</BootstrapperPackage>
201204
</ItemGroup>
205+
<ItemGroup>
206+
<Content Include="tshock_logo.ico" />
207+
</ItemGroup>
202208
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
203209
</Project>

tshock_logo.ico

31.3 KB
Binary file not shown.

tshock_logo.png

4.74 KB
Loading

0 commit comments

Comments
 (0)