gst/base/gstbasesink.c: Prepare for doing QOS.
[platform/upstream/gstreamer.git] / win32 / gst-launch.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="gst-launch"
6         ProjectGUID="{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB70}"
7         RootNamespace="gst-launch"
8         Keyword="Win32Proj">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory="Debug"
17                         IntermediateDirectory="Debug"
18                         ConfigurationType="1"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCLCompilerTool"
22                                 Optimization="0"
23                                 AdditionalIncludeDirectories=".\;..\;c:\usr\include"
24                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
25                                 MinimalRebuild="TRUE"
26                                 BasicRuntimeChecks="3"
27                                 RuntimeLibrary="3"
28                                 UsePrecompiledHeader="0"
29                                 WarningLevel="3"
30                                 Detect64BitPortabilityProblems="TRUE"
31                                 DebugInformationFormat="4"
32                                 CompileAs="1"/>
33                         <Tool
34                                 Name="VCCustomBuildTool"/>
35                         <Tool
36                                 Name="VCLinkerTool"
37                                 AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
38                                 OutputFile="$(OutDir)/gst-launch.exe"
39                                 LinkIncremental="2"
40                                 SuppressStartupBanner="TRUE"
41                                 AdditionalLibraryDirectories="c:\usr\lib"
42                                 IgnoreAllDefaultLibraries="FALSE"
43                                 GenerateDebugInformation="TRUE"
44                                 ProgramDatabaseFile="$(OutDir)/gst-launch.pdb"
45                                 SubSystem="1"
46                                 TargetMachine="1"/>
47                         <Tool
48                                 Name="VCMIDLTool"/>
49                         <Tool
50                                 Name="VCPostBuildEventTool"
51                                 CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
52                         <Tool
53                                 Name="VCPreBuildEventTool"/>
54                         <Tool
55                                 Name="VCPreLinkEventTool"/>
56                         <Tool
57                                 Name="VCResourceCompilerTool"/>
58                         <Tool
59                                 Name="VCWebServiceProxyGeneratorTool"/>
60                         <Tool
61                                 Name="VCXMLDataGeneratorTool"/>
62                         <Tool
63                                 Name="VCWebDeploymentTool"/>
64                         <Tool
65                                 Name="VCManagedWrapperGeneratorTool"/>
66                         <Tool
67                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68                 </Configuration>
69                 <Configuration
70                         Name="Release|Win32"
71                         OutputDirectory="Release"
72                         IntermediateDirectory="Release"
73                         ConfigurationType="1"
74                         CharacterSet="2">
75                         <Tool
76                                 Name="VCCLCompilerTool"
77                                 AdditionalIncludeDirectories=".\;..\;c:\usr\include"
78                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GST_DISABLE_GST_DEBUG;HAVE_CONFIG_H"
79                                 RuntimeLibrary="2"
80                                 UsePrecompiledHeader="0"
81                                 WarningLevel="3"
82                                 Detect64BitPortabilityProblems="TRUE"
83                                 DebugInformationFormat="3"
84                                 CompileAs="1"/>
85                         <Tool
86                                 Name="VCCustomBuildTool"/>
87                         <Tool
88                                 Name="VCLinkerTool"
89                                 AdditionalDependencies="glib-2.0.lib gobject-2.0.lib intl.lib"
90                                 OutputFile="$(OutDir)/gst-launch.exe"
91                                 LinkIncremental="1"
92                                 SuppressStartupBanner="TRUE"
93                                 AdditionalLibraryDirectories="c:\usr\lib"
94                                 GenerateDebugInformation="TRUE"
95                                 SubSystem="1"
96                                 OptimizeReferences="2"
97                                 EnableCOMDATFolding="2"
98                                 TargetMachine="1"/>
99                         <Tool
100                                 Name="VCMIDLTool"/>
101                         <Tool
102                                 Name="VCPostBuildEventTool"
103                                 CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
104                         <Tool
105                                 Name="VCPreBuildEventTool"/>
106                         <Tool
107                                 Name="VCPreLinkEventTool"/>
108                         <Tool
109                                 Name="VCResourceCompilerTool"/>
110                         <Tool
111                                 Name="VCWebServiceProxyGeneratorTool"/>
112                         <Tool
113                                 Name="VCXMLDataGeneratorTool"/>
114                         <Tool
115                                 Name="VCWebDeploymentTool"/>
116                         <Tool
117                                 Name="VCManagedWrapperGeneratorTool"/>
118                         <Tool
119                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
120                 </Configuration>
121         </Configurations>
122         <References>
123         </References>
124         <Files>
125                 <Filter
126                         Name="Source Files"
127                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
128                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
129                         <File
130                                 RelativePath="..\tools\gst-launch.c">
131                         </File>
132                 </Filter>
133                 <Filter
134                         Name="Header Files"
135                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
136                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
137                 </Filter>
138                 <Filter
139                         Name="Resource Files"
140                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
141                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
142                 </Filter>
143         </Files>
144         <Globals>
145         </Globals>
146 </VisualStudioProject>