Terraria 1.3.5.3 Source Code

This commit is contained in:
MikeyIsBaeYT 2021-10-27 18:03:19 -04:00
commit 4b21dac4b6
503 changed files with 409032 additions and 0 deletions

20
Terraria.sln Normal file
View file

@ -0,0 +1,20 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Terraria", "Terraria.csproj", "{2FFF7069-8A42-4F3C-9377-F5A328E80234}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FFF7069-8A42-4F3C-9377-F5A328E80234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FFF7069-8A42-4F3C-9377-F5A328E80234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FFF7069-8A42-4F3C-9377-F5A328E80234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FFF7069-8A42-4F3C-9377-F5A328E80234}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal