We have an icon now motherfuckas
This commit is contained in:
parent
0ffcfc46b3
commit
b7bd604488
2 changed files with 9 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -6,6 +6,8 @@
|
|||
*.exe
|
||||
*.o
|
||||
*.so
|
||||
/bin/*
|
||||
/obj/*
|
||||
|
||||
# Packages #
|
||||
############
|
||||
|
|
@ -32,8 +34,6 @@
|
|||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
/bin
|
||||
/obj
|
||||
|
||||
|
||||
# Visual Studio shit Motherfucka #
|
||||
|
|
@ -41,3 +41,4 @@ Thumbs.db
|
|||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.csproj.user
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}</ProjectGuid>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<AssemblyName>Terraria</AssemblyName>
|
||||
<AssemblyName>TShock</AssemblyName>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
|
|
@ -29,6 +29,9 @@
|
|||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>Terraria\Game.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Xna.Framework.Game" />
|
||||
|
|
@ -65,6 +68,7 @@
|
|||
<Compile Include="Terraria\NetMessage.cs" />
|
||||
<Compile Include="Terraria\Dust.cs" />
|
||||
<Compile Include="Terraria\Player.cs" />
|
||||
<Reference Include="System.Drawing" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Terraria\Game.ico" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue