forked from diasurgical/devilution
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDiablo (Xbox).sln
123 lines (123 loc) · 7.95 KB
/
Diablo (Xbox).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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "diablo", "diablo (Xbox).vcproj", "{17E182A3-23AD-4615-9969-0DB9EA8F0147}"
ProjectSection(ProjectDependencies) = postProject
{16738915-8E54-4CC2-8271-6980E191141E} = {16738915-8E54-4CC2-8271-6980E191141E}
{353D0B54-965B-46DE-9B39-76179A2EED69} = {353D0B54-965B-46DE-9B39-76179A2EED69}
{B2334361-17E5-4858-8193-F54D21C79F25} = {B2334361-17E5-4858-8193-F54D21C79F25}
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824} = {FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}
{8B6477D0-9F28-484B-B029-1CE5183B1CAF} = {8B6477D0-9F28-484B-B029-1CE5183B1CAF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DiabloUI", "DiabloUI\DiabloUI (Xbox).vcproj", "{B2334361-17E5-4858-8193-F54D21C79F25}"
ProjectSection(ProjectDependencies) = postProject
{16738915-8E54-4CC2-8271-6980E191141E} = {16738915-8E54-4CC2-8271-6980E191141E}
{8B6477D0-9F28-484B-B029-1CE5183B1CAF} = {8B6477D0-9F28-484B-B029-1CE5183B1CAF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Storm", "3rdParty\Storm\Source\Storm (Xbox).vcproj", "{16738915-8E54-4CC2-8271-6980E191141E}"
ProjectSection(ProjectDependencies) = postProject
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9} = {7083190D-4CC9-4B58-974A-BC7D36D8BAD9}
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824} = {FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PKWare", "3rdParty\PKWare\PKWare (Xbox).vcproj", "{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "miniwin", "miniwin\miniwin.vcproj", "{8B6477D0-9F28-484B-B029-1CE5183B1CAF}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libsmacker", "3rdParty\libsmacker\libsmacker (Xbox).vcproj", "{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "res2bin", "3rdParty\res2bin\res2bin.vcproj", "{353D0B54-965B-46DE-9B39-76179A2EED69}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Profile = Profile
Profile_FastCap = Profile_FastCap
Release = Release
Release_LTCG = Release_LTCG
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Debug.ActiveCfg = Debug|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Debug.Build.0 = Debug|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Profile.ActiveCfg = Profile|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Profile.Build.0 = Profile|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Release.ActiveCfg = Release|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Release.Build.0 = Release|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{17E182A3-23AD-4615-9969-0DB9EA8F0147}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Debug.ActiveCfg = Debug|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Debug.Build.0 = Debug|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Profile.ActiveCfg = Release|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Profile.Build.0 = Release|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Profile_FastCap.ActiveCfg = Release|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Profile_FastCap.Build.0 = Release|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Release.ActiveCfg = Release|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Release.Build.0 = Release|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Release_LTCG.ActiveCfg = Release|Xbox
{B2334361-17E5-4858-8193-F54D21C79F25}.Release_LTCG.Build.0 = Release|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Debug.ActiveCfg = Debug|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Debug.Build.0 = Debug|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Profile.ActiveCfg = Profile|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Profile.Build.0 = Profile|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Release.ActiveCfg = Release|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Release.Build.0 = Release|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{16738915-8E54-4CC2-8271-6980E191141E}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Debug.ActiveCfg = Debug|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Debug.Build.0 = Debug|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Profile.ActiveCfg = Profile|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Profile.Build.0 = Profile|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Release.ActiveCfg = Release|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Release.Build.0 = Release|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{FF7A0E71-DEB0-47DF-8DF6-6E8393F45824}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Debug.ActiveCfg = Debug|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Debug.Build.0 = Debug|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Profile.ActiveCfg = Profile|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Profile.Build.0 = Profile|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Release.ActiveCfg = Release|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Release.Build.0 = Release|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{8B6477D0-9F28-484B-B029-1CE5183B1CAF}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Debug.ActiveCfg = Debug|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Debug.Build.0 = Debug|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Profile.ActiveCfg = Profile|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Profile.Build.0 = Profile|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Release.ActiveCfg = Release|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Release.Build.0 = Release|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{7083190D-4CC9-4B58-974A-BC7D36D8BAD9}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{353D0B54-965B-46DE-9B39-76179A2EED69}.Debug.ActiveCfg = Debug|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Debug.Build.0 = Debug|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Profile.ActiveCfg = Release|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Profile.Build.0 = Release|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Profile_FastCap.ActiveCfg = Release|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Profile_FastCap.Build.0 = Release|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Release.ActiveCfg = Release|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Release.Build.0 = Release|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Release_LTCG.ActiveCfg = Release|Win32
{353D0B54-965B-46DE-9B39-76179A2EED69}.Release_LTCG.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal