Fixed sln and added shit to gitignore
This commit is contained in:
parent
4a06637867
commit
bc72de9379
3 changed files with 8 additions and 5 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -34,3 +34,10 @@ Icon?
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
/bin
|
/bin
|
||||||
/obj
|
/obj
|
||||||
|
|
||||||
|
|
||||||
|
# Visual Studio shit Motherfucka #
|
||||||
|
##################################
|
||||||
|
*.suo
|
||||||
|
*.sdf
|
||||||
|
*.opensdf
|
||||||
|
|
@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00
|
||||||
# Visual Studio 2010
|
# Visual Studio 2010
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terraria", "Terraria.csproj", "{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terraria", "Terraria.csproj", "{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terraria1.01Content", "..\Terraria1.01\Terraria1.01\Terraria1.01Content\Terraria1.01Content.contentproj", "{24FAE99F-FC05-421C-AC19-9E48DAE0E7DD}"
|
|
||||||
EndProject
|
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|x86 = Debug|x86
|
Debug|x86 = Debug|x86
|
||||||
|
|
@ -15,8 +13,6 @@ Global
|
||||||
{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}.Debug|x86.Build.0 = Debug|x86
|
{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}.Debug|x86.Build.0 = Debug|x86
|
||||||
{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}.Release|x86.ActiveCfg = Release|x86
|
{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}.Release|x86.ActiveCfg = Release|x86
|
||||||
{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}.Release|x86.Build.0 = Release|x86
|
{1528EA3F-A6D2-49F6-BF75-7A842CF4D97B}.Release|x86.Build.0 = Release|x86
|
||||||
{24FAE99F-FC05-421C-AC19-9E48DAE0E7DD}.Debug|x86.ActiveCfg = Debug|x86
|
|
||||||
{24FAE99F-FC05-421C-AC19-9E48DAE0E7DD}.Release|x86.ActiveCfg = Release|x86
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
|
||||||
BIN
Terraria.suo
BIN
Terraria.suo
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue