Skip to content

Latest commit

 

History

History
228 lines (228 loc) · 7.5 KB

SDL_mixer.vcxproj.filters

File metadata and controls

228 lines (228 loc) · 7.5 KB
 
Jun 14, 2015
Jun 14, 2015
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="..\SDL_mixer.h">
<Filter>Public Headers</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
7
<ClInclude Include="..\effects_internal.h">
Jun 14, 2015
Jun 14, 2015
8
9
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
10
<ClInclude Include="..\load_aiff.h">
Jun 14, 2015
Jun 14, 2015
11
12
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
13
<ClInclude Include="..\load_voc.h">
Jun 14, 2015
Jun 14, 2015
14
15
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
16
<ClInclude Include="..\mixer.h">
Jun 14, 2015
Jun 14, 2015
17
18
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
19
<ClInclude Include="..\music.h">
Jun 14, 2015
Jun 14, 2015
20
21
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
22
<ClInclude Include="..\music_cmd.h">
Jun 14, 2015
Jun 14, 2015
23
24
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
25
<ClInclude Include="..\music_flac.h">
Jun 14, 2015
Jun 14, 2015
26
27
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
28
<ClInclude Include="..\music_fluidsynth.h">
Jun 14, 2015
Jun 14, 2015
29
30
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
31
<ClInclude Include="..\music_mad.h">
Jun 14, 2015
Jun 14, 2015
32
33
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
34
<ClInclude Include="..\music_mikmod.h">
Jun 14, 2015
Jun 14, 2015
35
36
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
37
<ClInclude Include="..\music_modplug.h">
Jun 14, 2015
Jun 14, 2015
38
39
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
40
<ClInclude Include="..\music_mpg123.h">
Jun 14, 2015
Jun 14, 2015
41
42
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
43
<ClInclude Include="..\music_nativemidi.h">
Jun 14, 2015
Jun 14, 2015
44
45
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
46
<ClInclude Include="..\music_ogg.h">
Jun 14, 2015
Jun 14, 2015
47
48
<Filter>Sources</Filter>
</ClInclude>
Jun 16, 2018
Jun 16, 2018
49
50
51
<ClInclude Include="..\music_opus.h">
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
52
<ClInclude Include="..\music_timidity.h">
Jun 14, 2015
Jun 14, 2015
53
54
<Filter>Sources</Filter>
</ClInclude>
Oct 17, 2017
Oct 17, 2017
55
<ClInclude Include="..\music_wav.h">
Jun 14, 2015
Jun 14, 2015
56
57
58
59
60
61
62
63
64
65
66
67
<Filter>Sources</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="x86">
<UniqueIdentifier>{54eeb851-ebbf-436f-a736-a0b710acb7a7}</UniqueIdentifier>
</Filter>
<Filter Include="x64">
<UniqueIdentifier>{2e68f20d-bb6c-410f-bfb7-f513088d4f57}</UniqueIdentifier>
</Filter>
<Filter Include="Sources">
<UniqueIdentifier>{8ec29020-3461-45b5-a964-2caa2257aa07}</UniqueIdentifier>
Oct 17, 2017
Oct 17, 2017
68
69
<Extensions>
</Extensions>
Jun 14, 2015
Jun 14, 2015
70
71
72
73
74
75
76
77
78
79
80
81
82
83
</Filter>
<Filter Include="Public Headers">
<UniqueIdentifier>{8bbeafe5-52e5-4259-8b07-2de45556c6b9}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Version.rc">
<Filter>Sources</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="external\lib\x64\LICENSE.ogg-vorbis.txt">
<Filter>x64</Filter>
</CustomBuild>
Jun 16, 2018
Jun 16, 2018
84
85
86
87
88
89
<CustomBuild Include="external\lib\x64\LICENSE.opus.txt">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\LICENSE.opusfile.txt">
<Filter>x64</Filter>
</CustomBuild>
Jun 14, 2015
Jun 14, 2015
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<CustomBuild Include="external\lib\x64\LICENSE.modplug.txt">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\LICENSE.mikmod.txt">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\LICENSE.FLAC.txt">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\libvorbisfile-3.dll">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\libvorbis-0.dll">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\libogg-0.dll">
<Filter>x64</Filter>
</CustomBuild>
Jun 16, 2018
Jun 16, 2018
108
109
110
111
112
113
<CustomBuild Include="external\lib\x64\libopus-0.dll">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\libopusfile-0.dll">
<Filter>x64</Filter>
</CustomBuild>
Jun 14, 2015
Jun 14, 2015
114
115
116
117
118
119
120
121
122
<CustomBuild Include="external\lib\x64\libmodplug-1.dll">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\libFLAC-8.dll">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x86\LICENSE.ogg-vorbis.txt">
<Filter>x86</Filter>
</CustomBuild>
Jun 16, 2018
Jun 16, 2018
123
124
125
126
127
128
<CustomBuild Include="external\lib\x86\LICENSE.opus.txt">
<Filter>x86</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x86\LICENSE.opusfile.txt">
<Filter>x86</Filter>
</CustomBuild>
Jun 14, 2015
Jun 14, 2015
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<CustomBuild Include="external\lib\x86\LICENSE.modplug.txt">
<Filter>x86</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x86\LICENSE.FLAC.txt">
<Filter>x86</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x86\libvorbisfile-3.dll">
<Filter>x86</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x86\libvorbis-0.dll">
<Filter>x86</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x86\libogg-0.dll">
<Filter>x86</Filter>
</CustomBuild>
Jun 16, 2018
Jun 16, 2018
144
145
146
147
148
149
<CustomBuild Include="external\lib\x86\libopus-0.dll">
<Filter>x86</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x86\libopusfile-0.dll">
<Filter>x86</Filter>
</CustomBuild>
Jun 14, 2015
Jun 14, 2015
150
151
152
<CustomBuild Include="external\lib\x86\libmodplug-1.dll">
<Filter>x86</Filter>
</CustomBuild>
Oct 18, 2017
Oct 18, 2017
153
154
155
156
157
158
159
160
161
162
<CustomBuild Include="external\lib\x86\libFLAC-8.dll">
<Filter>x86</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\LICENSE.mpg123.txt">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x64\libmpg123-0.dll">
<Filter>x64</Filter>
</CustomBuild>
<CustomBuild Include="external\lib\x86\libmpg123-0.dll">
Jun 14, 2015
Jun 14, 2015
163
164
<Filter>x86</Filter>
</CustomBuild>
Oct 18, 2017
Oct 18, 2017
165
<CustomBuild Include="external\lib\x86\LICENSE.mpg123.txt">
Jun 14, 2015
Jun 14, 2015
166
167
168
<Filter>x86</Filter>
</CustomBuild>
</ItemGroup>
Oct 17, 2017
Oct 17, 2017
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<ItemGroup>
<ClCompile Include="..\effect_position.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\effect_stereoreverse.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\effects_internal.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\load_aiff.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\load_voc.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\mixer.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_cmd.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_flac.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_fluidsynth.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_mad.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_mikmod.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_modplug.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_mpg123.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_nativemidi.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_ogg.c">
<Filter>Sources</Filter>
</ClCompile>
Jun 16, 2018
Jun 16, 2018
218
219
220
<ClCompile Include="..\music_opus.c">
<Filter>Sources</Filter>
</ClCompile>
Oct 17, 2017
Oct 17, 2017
221
222
223
224
225
226
227
<ClCompile Include="..\music_timidity.c">
<Filter>Sources</Filter>
</ClCompile>
<ClCompile Include="..\music_wav.c">
<Filter>Sources</Filter>
</ClCompile>
</ItemGroup>
Jun 14, 2015
Jun 14, 2015
228
</Project>