-
Notifications
You must be signed in to change notification settings - Fork 102
/
xbmc.sln
164 lines (164 loc) · 11.9 KB
/
xbmc.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xbmc", "xbmc.vcproj", "{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}"
ProjectSection(ProjectDependencies) = postProject
{5AAA4F63-3B62-4C93-9BFE-76A42A935262} = {5AAA4F63-3B62-4C93-9BFE-76A42A935262}
{9B28366B-79F0-4361-B5C5-4608DFA8CF17} = {9B28366B-79F0-4361-B5C5-4608DFA8CF17}
{FE0A91C0-E30A-47CD-8A92-A508C9292452} = {FE0A91C0-E30A-47CD-8A92-A508C9292452}
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411} = {D33D36E6-6E4B-4C1B-A820-A12C94CB1411}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XBFileZilla", "xbmc\lib\libFileZilla\XBFileZilla.vcproj", "{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guilib", "guilib\guilib.vcproj", "{9B28366B-79F0-4361-B5C5-4608DFA8CF17}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libPlatinum", "xbmc\lib\libUPnP\libPlatinum.vcproj", "{5AAA4F63-3B62-4C93-9BFE-76A42A935262}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrarXLib", "xbmc\lib\UnrarXLib\UnrarXLib.vcproj", "{FE0A91C0-E30A-47CD-8A92-A508C9292452}"
ProjectSection(ProjectDependencies) = postProject
{9B28366B-79F0-4361-B5C5-4608DFA8CF17} = {9B28366B-79F0-4361-B5C5-4608DFA8CF17}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Debug (Win32) Win32 = Debug (Win32) Win32
Debug (Win32) Xbox = Debug (Win32) Xbox
Debug No Memory Tracking Xbox = Debug No Memory Tracking Xbox
Debug Xbox No Memory Tracking = Debug Xbox No Memory Tracking
Profile = Profile
Profile_FastCap = Profile_FastCap
Release = Release
Release (Win32) Win32 = Release (Win32) Win32
Release (Win32) Xbox = Release (Win32) Xbox
Release Xbox Debugging = Release Xbox Debugging
Release_LTCG = Release_LTCG
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug.ActiveCfg = Debug|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug.Build.0 = Debug|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug (Win32) Win32.ActiveCfg = Debug Xbox No Memory Tracking|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug (Win32) Win32.Build.0 = Debug Xbox No Memory Tracking|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug (Win32) Xbox.ActiveCfg = Debug Xbox No Memory Tracking|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug (Win32) Xbox.Build.0 = Debug Xbox No Memory Tracking|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug No Memory Tracking Xbox.ActiveCfg = Debug Xbox No Memory Tracking|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug No Memory Tracking Xbox.Build.0 = Debug Xbox No Memory Tracking|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Debug Xbox No Memory Tracking.ActiveCfg = Debug Xbox No Memory Tracking|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Profile.ActiveCfg = Profile|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Profile.Build.0 = Profile|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release.ActiveCfg = Release|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release.Build.0 = Release|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release (Win32) Win32.ActiveCfg = Release|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release (Win32) Win32.Build.0 = Release|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release (Win32) Xbox.ActiveCfg = Release|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release (Win32) Xbox.Build.0 = Release|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release Xbox Debugging.ActiveCfg = Release|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{31103E92-4EE8-4F94-B67A-092C7CEFDB3D}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug.ActiveCfg = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug.Build.0 = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug (Win32) Win32.ActiveCfg = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug (Win32) Win32.Build.0 = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug (Win32) Xbox.ActiveCfg = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug (Win32) Xbox.Build.0 = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug No Memory Tracking Xbox.ActiveCfg = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug No Memory Tracking Xbox.Build.0 = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Debug Xbox No Memory Tracking.ActiveCfg = Debug|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Profile.ActiveCfg = Profile|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Profile.Build.0 = Profile|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release.ActiveCfg = Release|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release.Build.0 = Release|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release (Win32) Win32.ActiveCfg = Release|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release (Win32) Win32.Build.0 = Release|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release (Win32) Xbox.ActiveCfg = Release|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release (Win32) Xbox.Build.0 = Release|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release Xbox Debugging.ActiveCfg = Release|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{D33D36E6-6E4B-4C1B-A820-A12C94CB1411}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug.ActiveCfg = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug.Build.0 = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug (Win32) Win32.ActiveCfg = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug (Win32) Win32.Build.0 = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug (Win32) Xbox.ActiveCfg = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug (Win32) Xbox.Build.0 = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug No Memory Tracking Xbox.ActiveCfg = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug No Memory Tracking Xbox.Build.0 = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug Xbox No Memory Tracking.ActiveCfg = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Debug Xbox No Memory Tracking.Build.0 = Debug|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Profile.ActiveCfg = Profile|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Profile.Build.0 = Profile|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release.ActiveCfg = Release|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release.Build.0 = Release|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release (Win32) Win32.ActiveCfg = Release|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release (Win32) Win32.Build.0 = Release|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release (Win32) Xbox.ActiveCfg = Release|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release (Win32) Xbox.Build.0 = Release|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release Xbox Debugging.ActiveCfg = Release|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release Xbox Debugging.Build.0 = Release|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{9B28366B-79F0-4361-B5C5-4608DFA8CF17}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug.ActiveCfg = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug.Build.0 = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug (Win32) Win32.ActiveCfg = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug (Win32) Win32.Build.0 = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug (Win32) Xbox.ActiveCfg = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug (Win32) Xbox.Build.0 = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug No Memory Tracking Xbox.ActiveCfg = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug No Memory Tracking Xbox.Build.0 = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug Xbox No Memory Tracking.ActiveCfg = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Debug Xbox No Memory Tracking.Build.0 = Debug|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Profile.ActiveCfg = Profile|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Profile.Build.0 = Profile|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release.ActiveCfg = Release|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release.Build.0 = Release|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release (Win32) Win32.ActiveCfg = Release|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release (Win32) Win32.Build.0 = Release|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release (Win32) Xbox.ActiveCfg = Release|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release (Win32) Xbox.Build.0 = Release|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release Xbox Debugging.ActiveCfg = Release|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release Xbox Debugging.Build.0 = Release|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{5AAA4F63-3B62-4C93-9BFE-76A42A935262}.Release_LTCG.Build.0 = Release_LTCG|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug.ActiveCfg = Debug|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug.Build.0 = Debug|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug (Win32) Win32.ActiveCfg = Debug (Win32)|Win32
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug (Win32) Win32.Build.0 = Debug (Win32)|Win32
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug (Win32) Xbox.ActiveCfg = Debug|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug (Win32) Xbox.Build.0 = Debug|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug No Memory Tracking Xbox.ActiveCfg = Debug|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug No Memory Tracking Xbox.Build.0 = Debug|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug Xbox No Memory Tracking.ActiveCfg = Debug|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Debug Xbox No Memory Tracking.Build.0 = Debug|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Profile.ActiveCfg = Profile|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Profile.Build.0 = Profile|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Profile_FastCap.ActiveCfg = Profile_FastCap|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Profile_FastCap.Build.0 = Profile_FastCap|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release.ActiveCfg = Release|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release.Build.0 = Release|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release (Win32) Win32.ActiveCfg = Release (Win32)|Win32
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release (Win32) Win32.Build.0 = Release (Win32)|Win32
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release (Win32) Xbox.ActiveCfg = Release (Win32)|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release (Win32) Xbox.Build.0 = Release (Win32)|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release Xbox Debugging.ActiveCfg = Release|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release Xbox Debugging.Build.0 = Release|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release_LTCG.ActiveCfg = Release_LTCG|Xbox
{FE0A91C0-E30A-47CD-8A92-A508C9292452}.Release_LTCG.Build.0 = Release_LTCG|Xbox
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal