diff --git a/.gitignore b/.gitignore index 42d05810..b9fba22e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ *.exe *.o *.so +/bin/* +/obj/* # Packages # ############ @@ -32,12 +34,11 @@ ehthumbs.db Icon? Thumbs.db -/bin -/obj # Visual Studio shit Motherfucka # ################################## *.suo *.sdf -*.opensdf \ No newline at end of file +*.opensdf +*.csproj.user \ No newline at end of file diff --git a/Terraria.csproj b/Terraria.csproj index 096af038..bce3598f 100644 --- a/Terraria.csproj +++ b/Terraria.csproj @@ -6,7 +6,7 @@ 2.0 {1528EA3F-A6D2-49F6-BF75-7A842CF4D97B} Debug - Terraria + TShock WinExe v4.0 @@ -29,6 +29,9 @@ prompt 4 + + Terraria\Game.ico + @@ -65,6 +68,7 @@ +