forked from tModLoader/tModLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Terraria.sln
43 lines (43 loc) · 2.57 KB
/
Terraria.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Terraria", "..\src\Terraria\Terraria.csproj", "{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
LinuxRelease|Auto = LinuxRelease|Auto
LinuxServerRelease|Auto = LinuxServerRelease|Auto
MacRelease|Auto = MacRelease|Auto
MacServerRelease|Auto = MacServerRelease|Auto
WindowsDebug|Auto = WindowsDebug|Auto
WindowsRelease|Auto = WindowsRelease|Auto
WindowsServerDebug|Auto = WindowsServerDebug|Auto
WindowsServerRelease|Auto = WindowsServerRelease|Auto
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.LinuxRelease|Auto.ActiveCfg = LinuxRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.LinuxRelease|Auto.Build.0 = LinuxRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.LinuxServerRelease|Auto.ActiveCfg = LinuxServerRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.LinuxServerRelease|Auto.Build.0 = LinuxServerRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.MacRelease|Auto.ActiveCfg = MacRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.MacRelease|Auto.Build.0 = MacRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.MacServerRelease|Auto.ActiveCfg = MacServerRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.MacServerRelease|Auto.Build.0 = MacServerRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.WindowsDebug|Auto.ActiveCfg = WindowsDebug|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.WindowsDebug|Auto.Build.0 = WindowsDebug|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.WindowsRelease|Auto.ActiveCfg = WindowsRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.WindowsRelease|Auto.Build.0 = WindowsRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.WindowsServerDebug|Auto.ActiveCfg = WindowsServerDebug|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.WindowsServerDebug|Auto.Build.0 = WindowsServerDebug|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.WindowsServerRelease|Auto.ActiveCfg = WindowsServerRelease|Any CPU
{3996D5FA-6E59-4FE4-9F2B-40EEEF9645D5}.WindowsServerRelease|Auto.Build.0 = WindowsServerRelease|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DE165EE-78BB-462F-BF7A-69CA101A2731}
EndGlobalSection
EndGlobal