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