add support for the getbits plugin
[platform/upstream/gstreamer.git] / win32 / gstspider.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="gstspider"
6         ProjectGUID="{0CCB8AFC-97D8-4251-9B9D-08E7DC41BB7A}"
7         RootNamespace="gstspider"
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="2"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCLCompilerTool"
22                                 Optimization="0"
23                                 AdditionalIncludeDirectories=".\;..\;..\..\libxml2\include\libxml2;..\..\popt\include;..\..\glib;..\..\glib\glib;..\..\glib\gmodule;..\..\glib\win32;..\..\gettext\include"
24                                 PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H;HAVE_WIN32"
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)/gstspider.dll"
39                                 LinkIncremental="2"
40                                 SuppressStartupBanner="TRUE"
41                                 AdditionalLibraryDirectories="..\..\glib\glib;..\..\glib\gobject;..\..\gettext\lib"
42                                 IgnoreAllDefaultLibraries="FALSE"
43                                 ModuleDefinitionFile=""
44                                 GenerateDebugInformation="TRUE"
45                                 ProgramDatabaseFile="$(OutDir)/gstspider.pdb"
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="2"
74                         CharacterSet="2">
75                         <Tool
76                                 Name="VCCLCompilerTool"
77                                 AdditionalIncludeDirectories=".\;..\;..\..\libxml2\include\libxml2;..\..\popt\include;..\..\glib;..\..\glib\glib;..\..\glib\gmodule;..\..\glib\win32;..\..\gettext\include"
78                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;HAVE_CONFIG_H;GST_DISABLE_GST_DEBUG;HAVE_WIN32"
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)/gstspider.dll"
91                                 LinkIncremental="1"
92                                 SuppressStartupBanner="TRUE"
93                                 AdditionalLibraryDirectories="..\..\glib\glib;..\..\glib\gobject;..\..\gettext\lib"
94                                 ModuleDefinitionFile=""
95                                 GenerateDebugInformation="TRUE"
96                                 SubSystem="2"
97                                 OptimizeReferences="2"
98                                 EnableCOMDATFolding="2"
99                                 TargetMachine="1"/>
100                         <Tool
101                                 Name="VCMIDLTool"/>
102                         <Tool
103                                 Name="VCPostBuildEventTool"
104                                 CommandLine="copy /Y $(TargetPath) c:\gstreamer\bin"/>
105                         <Tool
106                                 Name="VCPreBuildEventTool"/>
107                         <Tool
108                                 Name="VCPreLinkEventTool"/>
109                         <Tool
110                                 Name="VCResourceCompilerTool"/>
111                         <Tool
112                                 Name="VCWebServiceProxyGeneratorTool"/>
113                         <Tool
114                                 Name="VCXMLDataGeneratorTool"/>
115                         <Tool
116                                 Name="VCWebDeploymentTool"/>
117                         <Tool
118                                 Name="VCManagedWrapperGeneratorTool"/>
119                         <Tool
120                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
121                 </Configuration>
122         </Configurations>
123         <References>
124         </References>
125         <Files>
126                 <Filter
127                         Name="Source Files"
128                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
129                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
130                         <File
131                                 RelativePath="..\gst\autoplug\gstsearchfuncs.c">
132                         </File>
133                         <File
134                                 RelativePath="..\gst\autoplug\gstspider.c">
135                         </File>
136                         <File
137                                 RelativePath="..\gst\autoplug\gstspideridentity.c">
138                         </File>
139                 </Filter>
140                 <Filter
141                         Name="Header Files"
142                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
143                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
144                         <File
145                                 RelativePath="..\gst\autoplug\gstsearchfuncs.h">
146                         </File>
147                         <File
148                                 RelativePath="..\gst\autoplug\gstspider.h">
149                         </File>
150                         <File
151                                 RelativePath="..\gst\autoplug\gstspideridentity.h">
152                         </File>
153                 </Filter>
154                 <Filter
155                         Name="Resource Files"
156                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
157                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
158                         <File
159                                 RelativePath=".\gstspider.def">
160                         </File>
161                 </Filter>
162         </Files>
163         <Globals>
164         </Globals>
165 </VisualStudioProject>