Initialize Tizen 2.3
[framework/multimedia/gstreamer0.10.git] / mobile / win32 / vs8 / libgstreamer.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="libgstreamer"
6         ProjectGUID="{F987873B-2B88-4B1B-B627-F70DF4F91E49}"
7         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13         </Platforms>
14         <ToolFiles>
15         </ToolFiles>
16         <Configurations>
17                 <Configuration
18                         Name="Debug|Win32"
19                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
20                         IntermediateDirectory="$(ConfigurationName)"
21                         ConfigurationType="2"
22                         CharacterSet="2"
23                         >
24                         <Tool
25                                 Name="VCPreBuildEventTool"
26                         />
27                         <Tool
28                                 Name="VCCustomBuildTool"
29                         />
30                         <Tool
31                                 Name="VCXMLDataGeneratorTool"
32                         />
33                         <Tool
34                                 Name="VCWebServiceProxyGeneratorTool"
35                         />
36                         <Tool
37                                 Name="VCMIDLTool"
38                         />
39                         <Tool
40                                 Name="VCCLCompilerTool"
41                                 Optimization="0"
42                                 AdditionalIncludeDirectories="../..,../common"
43                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGSTREAMER_EXPORTS;HAVE_CONFIG_H;HAVE_WIN32;YY_NO_UNISTD_H"
44                                 MinimalRebuild="true"
45                                 BasicRuntimeChecks="3"
46                                 RuntimeLibrary="3"
47                                 UsePrecompiledHeader="0"
48                                 WarningLevel="3"
49                                 Detect64BitPortabilityProblems="true"
50                                 DebugInformationFormat="4"
51                         />
52                         <Tool
53                                 Name="VCManagedResourceCompilerTool"
54                         />
55                         <Tool
56                                 Name="VCResourceCompilerTool"
57                         />
58                         <Tool
59                                 Name="VCPreLinkEventTool"
60                         />
61                         <Tool
62                                 Name="VCLinkerTool"
63                                 AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
64                                 OutputFile="$(OutDir)/libgstreamer-0.10.dll"
65                                 LinkIncremental="2"
66                                 AdditionalLibraryDirectories="&quot;C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\crt\src\intel\dll_lib&quot;"
67                                 ModuleDefinitionFile="..\common\libgstreamer.def"
68                                 GenerateDebugInformation="true"
69                                 SubSystem="2"
70                                 TargetMachine="1"
71                         />
72                         <Tool
73                                 Name="VCALinkTool"
74                         />
75                         <Tool
76                                 Name="VCManifestTool"
77                         />
78                         <Tool
79                                 Name="VCXDCMakeTool"
80                         />
81                         <Tool
82                                 Name="VCBscMakeTool"
83                         />
84                         <Tool
85                                 Name="VCFxCopTool"
86                         />
87                         <Tool
88                                 Name="VCAppVerifierTool"
89                         />
90                         <Tool
91                                 Name="VCWebDeploymentTool"
92                         />
93                         <Tool
94                                 Name="VCPostBuildEventTool"
95                                 CommandLine="mkdir c:\gstreamer\debug&#x0D;&#x0A;mkdir c:\gstreamer\debug\bin&#x0D;&#x0A;copy /y &quot;$(TargetPath)&quot; c:\gstreamer\debug\bin&#x0D;&#x0A;"
96                         />
97                 </Configuration>
98                 <Configuration
99                         Name="Release|Win32"
100                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101                         IntermediateDirectory="$(ConfigurationName)"
102                         ConfigurationType="2"
103                         CharacterSet="2"
104                         WholeProgramOptimization="1"
105                         >
106                         <Tool
107                                 Name="VCPreBuildEventTool"
108                         />
109                         <Tool
110                                 Name="VCCustomBuildTool"
111                         />
112                         <Tool
113                                 Name="VCXMLDataGeneratorTool"
114                         />
115                         <Tool
116                                 Name="VCWebServiceProxyGeneratorTool"
117                         />
118                         <Tool
119                                 Name="VCMIDLTool"
120                         />
121                         <Tool
122                                 Name="VCCLCompilerTool"
123                                 AdditionalIncludeDirectories="../..,../common"
124                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGSTREAMER_EXPORTS;HAVE_CONFIG_H;HAVE_WIN32;YY_NO_UNISTD_H"
125                                 RuntimeLibrary="2"
126                                 UsePrecompiledHeader="0"
127                                 WarningLevel="3"
128                                 Detect64BitPortabilityProblems="true"
129                                 DebugInformationFormat="3"
130                         />
131                         <Tool
132                                 Name="VCManagedResourceCompilerTool"
133                         />
134                         <Tool
135                                 Name="VCResourceCompilerTool"
136                         />
137                         <Tool
138                                 Name="VCPreLinkEventTool"
139                         />
140                         <Tool
141                                 Name="VCLinkerTool"
142                                 AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
143                                 OutputFile="$(OutDir)/libgstreamer-0.10.dll"
144                                 LinkIncremental="1"
145                                 ModuleDefinitionFile="..\common\libgstreamer.def"
146                                 GenerateDebugInformation="true"
147                                 SubSystem="2"
148                                 OptimizeReferences="2"
149                                 EnableCOMDATFolding="2"
150                                 TargetMachine="1"
151                         />
152                         <Tool
153                                 Name="VCALinkTool"
154                         />
155                         <Tool
156                                 Name="VCManifestTool"
157                         />
158                         <Tool
159                                 Name="VCXDCMakeTool"
160                         />
161                         <Tool
162                                 Name="VCBscMakeTool"
163                         />
164                         <Tool
165                                 Name="VCFxCopTool"
166                         />
167                         <Tool
168                                 Name="VCAppVerifierTool"
169                         />
170                         <Tool
171                                 Name="VCWebDeploymentTool"
172                         />
173                         <Tool
174                                 Name="VCPostBuildEventTool"
175                                 CommandLine="mkdir c:\gstreamer&#x0D;&#x0A;mkdir c:\gstreamer\bin&#x0D;&#x0A;copy /y &quot;$(TargetPath)&quot; c:\gstreamer\bin&#x0D;&#x0A;"
176                         />
177                 </Configuration>
178         </Configurations>
179         <References>
180         </References>
181         <Files>
182                 <Filter
183                         Name="Source Files"
184                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
185                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186                         >
187                         <File
188                                 RelativePath="..\common\dirent.c"
189                                 >
190                         </File>
191                         <File
192                                 RelativePath="..\..\gst\parse\grammar.tab.c"
193                                 >
194                         </File>
195                         <File
196                                 RelativePath="..\..\gst\gst.c"
197                                 >
198                         </File>
199                         <File
200                                 RelativePath="..\..\gst\gstbin.c"
201                                 >
202                         </File>
203                         <File
204                                 RelativePath="..\..\gst\gstbuffer.c"
205                                 >
206                         </File>
207                         <File
208                                 RelativePath="..\..\gst\gstbus.c"
209                                 >
210                         </File>
211                         <File
212                                 RelativePath="..\..\gst\gstcaps.c"
213                                 >
214                         </File>
215                         <File
216                                 RelativePath="..\..\gst\gstchildproxy.c"
217                                 >
218                         </File>
219                         <File
220                                 RelativePath="..\..\gst\gstclock.c"
221                                 >
222                         </File>
223                         <File
224                                 RelativePath="..\..\gst\gstdebugutils.c"
225                                 >
226                         </File>
227                         <File
228                                 RelativePath="..\..\gst\gstelement.c"
229                                 >
230                         </File>
231                         <File
232                                 RelativePath="..\..\gst\gstelementfactory.c"
233                                 >
234                         </File>
235                         <File
236                                 RelativePath="..\..\gst\gstenumtypes.c"
237                                 >
238                         </File>
239                         <File
240                                 RelativePath="..\..\gst\gsterror.c"
241                                 >
242                         </File>
243                         <File
244                                 RelativePath="..\..\gst\gstevent.c"
245                                 >
246                         </File>
247                         <File
248                                 RelativePath="..\..\gst\gstfilter.c"
249                                 >
250                         </File>
251                         <File
252                                 RelativePath="..\..\gst\gstformat.c"
253                                 >
254                         </File>
255                         <File
256                                 RelativePath="..\..\gst\gstghostpad.c"
257                                 >
258                         </File>
259                         <File
260                                 RelativePath="..\..\gst\gstindex.c"
261                                 >
262                         </File>
263                         <File
264                                 RelativePath="..\..\gst\gstindexfactory.c"
265                                 >
266                         </File>
267                         <File
268                                 RelativePath="..\..\gst\gstinfo.c"
269                                 >
270                         </File>
271                         <File
272                                 RelativePath="..\..\gst\gstinterface.c"
273                                 >
274                         </File>
275                         <File
276                                 RelativePath="..\..\gst\gstiterator.c"
277                                 >
278                         </File>
279                         <File
280                                 RelativePath="..\..\gst\gstmarshal.c"
281                                 >
282                         </File>
283                         <File
284                                 RelativePath="..\..\gst\gstmessage.c"
285                                 >
286                         </File>
287                         <File
288                                 RelativePath="..\..\gst\gstminiobject.c"
289                                 >
290                         </File>
291                         <File
292                                 RelativePath="..\..\gst\gstobject.c"
293                                 >
294                         </File>
295                         <File
296                                 RelativePath="..\..\gst\gstpad.c"
297                                 >
298                         </File>
299                         <File
300                                 RelativePath="..\..\gst\gstpadtemplate.c"
301                                 >
302                         </File>
303                         <File
304                                 RelativePath="..\..\gst\gstparamspecs.c"
305                                 >
306                         </File>
307                         <File
308                                 RelativePath="..\..\gst\gstparse.c"
309                                 >
310                         </File>
311                         <File
312                                 RelativePath="..\..\gst\gstpipeline.c"
313                                 >
314                         </File>
315                         <File
316                                 RelativePath="..\..\gst\gstplugin.c"
317                                 >
318                         </File>
319                         <File
320                                 RelativePath="..\..\gst\gstpluginfeature.c"
321                                 >
322                         </File>
323                         <File
324                                 RelativePath="..\..\gst\gstquark.c"
325                                 >
326                         </File>
327                         <File
328                                 RelativePath="..\..\gst\gstquery.c"
329                                 >
330                         </File>
331                         <File
332                                 RelativePath="..\..\gst\gstregistry.c"
333                                 >
334                         </File>
335                         <File
336                                 RelativePath="..\..\gst\gstregistryxml.c"
337                                 >
338                         </File>
339                         <File
340                                 RelativePath="..\..\gst\gstsegment.c"
341                                 >
342                         </File>
343                         <File
344                                 RelativePath="..\..\gst\gststructure.c"
345                                 >
346                         </File>
347                         <File
348                                 RelativePath="..\..\gst\gstsystemclock.c"
349                                 >
350                         </File>
351                         <File
352                                 RelativePath="..\..\gst\gsttaglist.c"
353                                 >
354                         </File>
355                         <File
356                                 RelativePath="..\..\gst\gsttagsetter.c"
357                                 >
358                         </File>
359                         <File
360                                 RelativePath="..\..\gst\gsttask.c"
361                                 >
362                         </File>
363                         <File
364                                 RelativePath="..\..\gst\gsttrace.c"
365                                 >
366                         </File>
367                         <File
368                                 RelativePath="..\..\gst\gsttypefind.c"
369                                 >
370                         </File>
371                         <File
372                                 RelativePath="..\..\gst\gsttypefindfactory.c"
373                                 >
374                         </File>
375                         <File
376                                 RelativePath="..\..\gst\gsturi.c"
377                                 >
378                         </File>
379                         <File
380                                 RelativePath="..\..\gst\gstutils.c"
381                                 >
382                         </File>
383                         <File
384                                 RelativePath="..\..\gst\gstvalue.c"
385                                 >
386                         </File>
387                         <File
388                                 RelativePath="..\..\gst\gstxml.c"
389                                 >
390                         </File>
391                         <File
392                                 RelativePath="..\..\gst\parse\lex._gst_parse_yy.c"
393                                 >
394                         </File>
395                 </Filter>
396                 <Filter
397                         Name="Header Files"
398                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
399                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
400                         >
401                 </Filter>
402                 <Filter
403                         Name="Resource Files"
404                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
405                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
406                         >
407                         <File
408                                 RelativePath="..\common\libgstreamer.def"
409                                 >
410                         </File>
411                 </Filter>
412         </Files>
413         <Globals>
414         </Globals>
415 </VisualStudioProject>