Initialize Tizen 2.3
[framework/multimedia/gstreamer0.10.git] / mobile / win32 / vs8 / libgstcoreelements.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="libgstcoreelements"
6         ProjectGUID="{62D7358C-6880-40EA-93FF-21B69376C7F0}"
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="../..,../../libs,../common"
43                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGSTELEMENTS_EXPORTS;HAVE_CONFIG_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)/libgstcoreelements.dll"
65                                 LinkIncremental="2"
66                                 GenerateDebugInformation="true"
67                                 SubSystem="2"
68                                 TargetMachine="1"
69                         />
70                         <Tool
71                                 Name="VCALinkTool"
72                         />
73                         <Tool
74                                 Name="VCManifestTool"
75                         />
76                         <Tool
77                                 Name="VCXDCMakeTool"
78                         />
79                         <Tool
80                                 Name="VCBscMakeTool"
81                         />
82                         <Tool
83                                 Name="VCFxCopTool"
84                         />
85                         <Tool
86                                 Name="VCAppVerifierTool"
87                         />
88                         <Tool
89                                 Name="VCWebDeploymentTool"
90                         />
91                         <Tool
92                                 Name="VCPostBuildEventTool"
93                                 CommandLine="mkdir c:\gstreamer\debug\lib&#x0D;&#x0A;mkdir c:\gstreamer\debug\lib\gstreamer-0.10&#x0D;&#x0A;copy /y &quot;$(TargetPath)&quot; c:\gstreamer\debug\lib\gstreamer-0.10&#x0D;&#x0A;"
94                         />
95                 </Configuration>
96                 <Configuration
97                         Name="Release|Win32"
98                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
99                         IntermediateDirectory="$(ConfigurationName)"
100                         ConfigurationType="2"
101                         CharacterSet="2"
102                         WholeProgramOptimization="1"
103                         >
104                         <Tool
105                                 Name="VCPreBuildEventTool"
106                         />
107                         <Tool
108                                 Name="VCCustomBuildTool"
109                         />
110                         <Tool
111                                 Name="VCXMLDataGeneratorTool"
112                         />
113                         <Tool
114                                 Name="VCWebServiceProxyGeneratorTool"
115                         />
116                         <Tool
117                                 Name="VCMIDLTool"
118                         />
119                         <Tool
120                                 Name="VCCLCompilerTool"
121                                 AdditionalIncludeDirectories="../..,../../libs,../common"
122                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGSTELEMENTS_EXPORTS;HAVE_CONFIG_H"
123                                 RuntimeLibrary="2"
124                                 UsePrecompiledHeader="0"
125                                 WarningLevel="3"
126                                 Detect64BitPortabilityProblems="true"
127                                 DebugInformationFormat="3"
128                         />
129                         <Tool
130                                 Name="VCManagedResourceCompilerTool"
131                         />
132                         <Tool
133                                 Name="VCResourceCompilerTool"
134                         />
135                         <Tool
136                                 Name="VCPreLinkEventTool"
137                         />
138                         <Tool
139                                 Name="VCLinkerTool"
140                                 AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
141                                 OutputFile="$(OutDir)/libgstcoreelements.dll"
142                                 LinkIncremental="1"
143                                 GenerateDebugInformation="true"
144                                 SubSystem="2"
145                                 OptimizeReferences="2"
146                                 EnableCOMDATFolding="2"
147                                 TargetMachine="1"
148                         />
149                         <Tool
150                                 Name="VCALinkTool"
151                         />
152                         <Tool
153                                 Name="VCManifestTool"
154                         />
155                         <Tool
156                                 Name="VCXDCMakeTool"
157                         />
158                         <Tool
159                                 Name="VCBscMakeTool"
160                         />
161                         <Tool
162                                 Name="VCFxCopTool"
163                         />
164                         <Tool
165                                 Name="VCAppVerifierTool"
166                         />
167                         <Tool
168                                 Name="VCWebDeploymentTool"
169                         />
170                         <Tool
171                                 Name="VCPostBuildEventTool"
172                                 CommandLine="mkdir c:\gstreamer\lib&#x0D;&#x0A;mkdir c:\gstreamer\lib\gstreamer-0.10&#x0D;&#x0A;copy /y &quot;$(TargetPath)&quot; c:\gstreamer\lib\gstreamer-0.10&#x0D;&#x0A;"
173                         />
174                 </Configuration>
175         </Configurations>
176         <References>
177         </References>
178         <Files>
179                 <Filter
180                         Name="Source Files"
181                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
182                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
183                         >
184                         <File
185                                 RelativePath="..\..\plugins\elements\gstbufferstore.c"
186                                 >
187                         </File>
188                         <File
189                                 RelativePath="..\..\plugins\elements\gstcapsfilter.c"
190                                 >
191                         </File>
192                         <File
193                                 RelativePath="..\..\plugins\elements\gstelements.c"
194                                 >
195                         </File>
196                         <File
197                                 RelativePath="..\..\plugins\elements\gstfakesink.c"
198                                 >
199                         </File>
200                         <File
201                                 RelativePath="..\..\plugins\elements\gstfakesrc.c"
202                                 >
203                         </File>
204                         <File
205                                 RelativePath="..\..\plugins\elements\gstfilesink.c"
206                                 >
207                         </File>
208                         <File
209                                 RelativePath="..\..\plugins\elements\gstfilesrc.c"
210                                 >
211                         </File>
212                         <File
213                                 RelativePath="..\..\plugins\elements\gstidentity.c"
214                                 >
215                         </File>
216                         <File
217                                 RelativePath="..\..\plugins\elements\gstmultiqueue.c"
218                                 >
219                         </File>
220                         <File
221                                 RelativePath="..\..\plugins\elements\gstqueue.c"
222                                 >
223                         </File>
224                         <File
225                                 RelativePath="..\..\plugins\elements\gsttee.c"
226                                 >
227                         </File>
228                         <File
229                                 RelativePath="..\..\plugins\elements\gsttypefindelement.c"
230                                 >
231                         </File>
232                 </Filter>
233                 <Filter
234                         Name="Header Files"
235                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
236                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
237                         >
238                 </Filter>
239                 <Filter
240                         Name="Resource Files"
241                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
242                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
243                         >
244                 </Filter>
245         </Files>
246         <Globals>
247         </Globals>
248 </VisualStudioProject>