Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / win32 / vs7 / libgstplaybin.vcproj
1 <?xml version="1.0" encoding="windows-1251"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="libgstplaybin"
6         ProjectGUID="{7B296C12-D728-4CD8-8CF7-B8D7A433F85C}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="Debug"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="2"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="../../../gstreamer,../../gst-libs,../common"
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGSTPLAYBIN_EXPORTS;HAVE_CONFIG_H"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 UsePrecompiledHeader="0"
28                                 WarningLevel="3"
29                                 Detect64BitPortabilityProblems="TRUE"
30                                 DebugInformationFormat="4"/>
31                         <Tool
32                                 Name="VCCustomBuildTool"/>
33                         <Tool
34                                 Name="VCLinkerTool"
35                                 AdditionalDependencies="libgstreamer-0.10.lib libgstbase-0.10.lib glib-2.0.lib gobject-2.0.lib"
36                                 OutputFile="$(OutDir)/libgstplaybin.dll"
37                                 LinkIncremental="2"
38                                 AdditionalLibraryDirectories="../../../gstreamer/win32/vs7/$(OutDir)"
39                                 GenerateDebugInformation="TRUE"
40                                 ProgramDatabaseFile="$(OutDir)/libgstplaybin.pdb"
41                                 SubSystem="2"
42                                 ImportLibrary="$(OutDir)/libgstplaybin.lib"
43                                 TargetMachine="1"/>
44                         <Tool
45                                 Name="VCMIDLTool"/>
46                         <Tool
47                                 Name="VCPostBuildEventTool"
48                                 CommandLine="copy /y &quot;$(TargetPath)&quot; c:\gstreamer\debug\lib\gstreamer-0.10"/>
49                         <Tool
50                                 Name="VCPreBuildEventTool"
51                                 CommandLine="if exist ..\..\gst\playback\gstplay-marshal.c goto HEADER
52 echo #include &quot;glib-object.h&quot; &gt; gstplay-marshal.c.tmp
53 echo #include &quot;gstplay-marshal.h&quot; &gt;&gt; gstplay-marshal.c.tmp
54 glib-genmarshal --body --prefix=gst_play_marshal ..\..\gst\playback\gstplay-marshal.list &gt;&gt; gstplay-marshal.c.tmp
55 move gstplay-marshal.c.tmp ..\..\gst\playback\gstplay-marshal.c
56 :HEADER
57 if exist ..\..\gst\playback\gstplay-marshal.h goto END
58 echo #include &quot;gst/gstconfig.h&quot; &gt; gstplay-marshal.h.tmp
59 glib-genmarshal --header --prefix=gst_play_marshal ..\..\gst\playback\gstplay-marshal.list &gt;&gt; gstplay-marshal.h.tmp
60 move gstplay-marshal.h.tmp ..\..\gst\playback\gstplay-marshal.h
61 :END
62 "/>
63                         <Tool
64                                 Name="VCPreLinkEventTool"/>
65                         <Tool
66                                 Name="VCResourceCompilerTool"/>
67                         <Tool
68                                 Name="VCWebServiceProxyGeneratorTool"/>
69                         <Tool
70                                 Name="VCXMLDataGeneratorTool"/>
71                         <Tool
72                                 Name="VCWebDeploymentTool"/>
73                         <Tool
74                                 Name="VCManagedWrapperGeneratorTool"/>
75                         <Tool
76                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
77                 </Configuration>
78                 <Configuration
79                         Name="Release|Win32"
80                         OutputDirectory="Release"
81                         IntermediateDirectory="Release"
82                         ConfigurationType="2"
83                         CharacterSet="2">
84                         <Tool
85                                 Name="VCCLCompilerTool"
86                                 AdditionalIncludeDirectories="../../../gstreamer,../../gst-libs,../common"
87                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGSTPLAYBIN_EXPORTS;HAVE_CONFIG_H"
88                                 RuntimeLibrary="2"
89                                 UsePrecompiledHeader="0"
90                                 WarningLevel="3"
91                                 Detect64BitPortabilityProblems="TRUE"
92                                 DebugInformationFormat="3"/>
93                         <Tool
94                                 Name="VCCustomBuildTool"/>
95                         <Tool
96                                 Name="VCLinkerTool"
97                                 AdditionalDependencies="libgstreamer-0.10.lib libgstbase-0.10.lib glib-2.0.lib gobject-2.0.lib"
98                                 OutputFile="$(OutDir)/libgstplaybin.dll"
99                                 LinkIncremental="1"
100                                 AdditionalLibraryDirectories="../../../gstreamer/win32/vs7/$(OutDir)"
101                                 GenerateDebugInformation="TRUE"
102                                 SubSystem="2"
103                                 OptimizeReferences="2"
104                                 EnableCOMDATFolding="2"
105                                 ImportLibrary="$(OutDir)/libgstplaybin.lib"
106                                 TargetMachine="1"/>
107                         <Tool
108                                 Name="VCMIDLTool"/>
109                         <Tool
110                                 Name="VCPostBuildEventTool"
111                                 CommandLine="copy /y &quot;$(TargetPath)&quot; c:\gstreamer\lib\gstreamer-0.10"/>
112                         <Tool
113                                 Name="VCPreBuildEventTool"
114                                 CommandLine="if exist ..\..\gst\playback\gstplay-marshal.c goto HEADER
115 echo #include &quot;glib-object.h&quot; &gt; gstplay-marshal.c.tmp
116 echo #include &quot;gstplay-marshal.h&quot; &gt;&gt; gstplay-marshal.c.tmp
117 glib-genmarshal --body --prefix=gst_play_marshal ..\..\gst\playback\gstplay-marshal.list &gt;&gt; gstplay-marshal.c.tmp
118 move gstplay-marshal.c.tmp ..\..\gst\playback\gstplay-marshal.c
119 :HEADER
120 if exist ..\..\gst\playback\gstplay-marshal.h goto END
121 echo #include &quot;gst/gstconfig.h&quot; &gt; gstplay-marshal.h.tmp
122 glib-genmarshal --header --prefix=gst_play_marshal ..\..\gst\playback\gstplay-marshal.list &gt;&gt; gstplay-marshal.h.tmp
123 move gstplay-marshal.h.tmp ..\..\gst\playback\gstplay-marshal.h
124 :END
125 "/>
126                         <Tool
127                                 Name="VCPreLinkEventTool"/>
128                         <Tool
129                                 Name="VCResourceCompilerTool"/>
130                         <Tool
131                                 Name="VCWebServiceProxyGeneratorTool"/>
132                         <Tool
133                                 Name="VCXMLDataGeneratorTool"/>
134                         <Tool
135                                 Name="VCWebDeploymentTool"/>
136                         <Tool
137                                 Name="VCManagedWrapperGeneratorTool"/>
138                         <Tool
139                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
140                 </Configuration>
141         </Configurations>
142         <References>
143         </References>
144         <Files>
145                 <Filter
146                         Name="Source Files"
147                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
148                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
149                         <File
150                                 RelativePath="..\..\gst\playback\gstplay-marshal.c">
151                         </File>
152                         <File
153                                 RelativePath="..\..\gst\playback\gstplaybasebin.c">
154                         </File>
155                         <File
156                                 RelativePath="..\..\gst\playback\gstplaybin.c">
157                         </File>
158                         <File
159                                 RelativePath="..\..\gst\playback\gststreaminfo.c">
160                         </File>
161                         <File
162                                 RelativePath="..\..\gst\playback\gststreamselector.c">
163                         </File>
164                 </Filter>
165                 <Filter
166                         Name="Header Files"
167                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
168                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
169                 </Filter>
170                 <Filter
171                         Name="Resource Files"
172                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
173                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
174                 </Filter>
175         </Files>
176         <Globals>
177         </Globals>
178 </VisualStudioProject>