OSDN Git Service

fix audio and seek operation.
[qtheora/main.git] / Lib / QDecoder / QDecoder.vcproj
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="QDecoder"
6         ProjectGUID="{04962854-17F2-4F48-BBB5-8F60EF5DCB39}"
7         RootNamespace="QDecoder"
8         Keyword="Win32Proj"
9         TargetFrameworkVersion="196613"
10         >
11         <Platforms>
12                 <Platform
13                         Name="Win32"
14                 />
15         </Platforms>
16         <ToolFiles>
17         </ToolFiles>
18         <Configurations>
19                 <Configuration
20                         Name="Debug|Win32"
21                         OutputDirectory="$(ConfigurationName)"
22                         IntermediateDirectory="$(ConfigurationName)"
23                         ConfigurationType="4"
24                         CharacterSet="1"
25                         >
26                         <Tool
27                                 Name="VCPreBuildEventTool"
28                         />
29                         <Tool
30                                 Name="VCCustomBuildTool"
31                         />
32                         <Tool
33                                 Name="VCXMLDataGeneratorTool"
34                         />
35                         <Tool
36                                 Name="VCWebServiceProxyGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCMIDLTool"
40                         />
41                         <Tool
42                                 Name="VCCLCompilerTool"
43                                 Optimization="0"
44                                 AdditionalIncludeDirectories="../QMatroska;../QTheora;../QVorbis"
45                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
46                                 MinimalRebuild="true"
47                                 BasicRuntimeChecks="3"
48                                 RuntimeLibrary="3"
49                                 UsePrecompiledHeader="2"
50                                 WarningLevel="3"
51                                 DebugInformationFormat="4"
52                         />
53                         <Tool
54                                 Name="VCManagedResourceCompilerTool"
55                         />
56                         <Tool
57                                 Name="VCResourceCompilerTool"
58                         />
59                         <Tool
60                                 Name="VCPreLinkEventTool"
61                         />
62                         <Tool
63                                 Name="VCLibrarianTool"
64                         />
65                         <Tool
66                                 Name="VCALinkTool"
67                         />
68                         <Tool
69                                 Name="VCXDCMakeTool"
70                         />
71                         <Tool
72                                 Name="VCBscMakeTool"
73                         />
74                         <Tool
75                                 Name="VCFxCopTool"
76                         />
77                         <Tool
78                                 Name="VCPostBuildEventTool"
79                         />
80                 </Configuration>
81                 <Configuration
82                         Name="Release|Win32"
83                         OutputDirectory="$(ConfigurationName)"
84                         IntermediateDirectory="$(ConfigurationName)"
85                         ConfigurationType="4"
86                         CharacterSet="1"
87                         WholeProgramOptimization="1"
88                         >
89                         <Tool
90                                 Name="VCPreBuildEventTool"
91                         />
92                         <Tool
93                                 Name="VCCustomBuildTool"
94                         />
95                         <Tool
96                                 Name="VCXMLDataGeneratorTool"
97                         />
98                         <Tool
99                                 Name="VCWebServiceProxyGeneratorTool"
100                         />
101                         <Tool
102                                 Name="VCMIDLTool"
103                         />
104                         <Tool
105                                 Name="VCCLCompilerTool"
106                                 Optimization="2"
107                                 EnableIntrinsicFunctions="true"
108                                 AdditionalIncludeDirectories="../QMatroska;../QTheora;../QVorbis"
109                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
110                                 RuntimeLibrary="2"
111                                 EnableFunctionLevelLinking="true"
112                                 UsePrecompiledHeader="2"
113                                 WarningLevel="3"
114                                 DebugInformationFormat="3"
115                         />
116                         <Tool
117                                 Name="VCManagedResourceCompilerTool"
118                         />
119                         <Tool
120                                 Name="VCResourceCompilerTool"
121                         />
122                         <Tool
123                                 Name="VCPreLinkEventTool"
124                         />
125                         <Tool
126                                 Name="VCLibrarianTool"
127                         />
128                         <Tool
129                                 Name="VCALinkTool"
130                         />
131                         <Tool
132                                 Name="VCXDCMakeTool"
133                         />
134                         <Tool
135                                 Name="VCBscMakeTool"
136                         />
137                         <Tool
138                                 Name="VCFxCopTool"
139                         />
140                         <Tool
141                                 Name="VCPostBuildEventTool"
142                         />
143                 </Configuration>
144         </Configurations>
145         <References>
146         </References>
147         <Files>
148                 <Filter
149                         Name="\83\\81[\83\83t\83@\83C\83\8b"
150                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
152                         >
153                         <File
154                                 RelativePath=".\QDecoder.cpp"
155                                 >
156                         </File>
157                         <File
158                                 RelativePath=".\StdAfx.cpp"
159                                 >
160                                 <FileConfiguration
161                                         Name="Debug|Win32"
162                                         >
163                                         <Tool
164                                                 Name="VCCLCompilerTool"
165                                                 UsePrecompiledHeader="1"
166                                         />
167                                 </FileConfiguration>
168                                 <FileConfiguration
169                                         Name="Release|Win32"
170                                         >
171                                         <Tool
172                                                 Name="VCCLCompilerTool"
173                                                 UsePrecompiledHeader="1"
174                                         />
175                                 </FileConfiguration>
176                         </File>
177                 </Filter>
178                 <Filter
179                         Name="\83w\83b\83_\81\83t\83@\83C\83\8b"
180                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
181                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
182                         >
183                         <File
184                                 RelativePath=".\QBase.h"
185                                 >
186                         </File>
187                         <File
188                                 RelativePath=".\QDecoder.h"
189                                 >
190                         </File>
191                         <File
192                                 RelativePath=".\QFilter.h"
193                                 >
194                         </File>
195                         <File
196                                 RelativePath=".\QImageConverter.h"
197                                 >
198                         </File>
199                         <File
200                                 RelativePath=".\QMediaType.h"
201                                 >
202                         </File>
203                         <File
204                                 RelativePath=".\QPin.h"
205                                 >
206                         </File>
207                         <File
208                                 RelativePath=".\QPinAudio.h"
209                                 >
210                         </File>
211                         <File
212                                 RelativePath=".\QPinEnum.h"
213                                 >
214                         </File>
215                         <File
216                                 RelativePath=".\QPinVideo.h"
217                                 >
218                         </File>
219                         <File
220                                 RelativePath=".\QReader.h"
221                                 >
222                         </File>
223                         <File
224                                 RelativePath=".\QStreamer.h"
225                                 >
226                         </File>
227                         <File
228                                 RelativePath=".\QWaveOutputer.h"
229                                 >
230                         </File>
231                         <File
232                                 RelativePath=".\StdAfx.h"
233                                 >
234                         </File>
235                 </Filter>
236                 <Filter
237                         Name="\83\8a\83\\81[\83\83t\83@\83C\83\8b"
238                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
239                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
240                         >
241                 </Filter>
242         </Files>
243         <Globals>
244         </Globals>
245 </VisualStudioProject>