blob: d7874e6732f0834cc05879a29d14753030808753 [file] [log] [blame]
Benny Prijono4fb32b52007-04-30 09:02:46 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="libresample_dll"
6 ProjectGUID="{C48EAAF5-F69E-410B-9CE4-23AB41B00E2A}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Debug|Win32"
18 OutputDirectory=".\output\libresample-dll-i386-win32-vc8-debug"
19 IntermediateDirectory=".\output\libresample-dll-i386-win32-vc8-debug"
20 ConfigurationType="2"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="2"
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 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.tlb"
45 HeaderFileName=""
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="0"
50 AdditionalIncludeDirectories=".,../../resample/include"
51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBRESAMPLE_DLL_EXPORTS"
52 MinimalRebuild="true"
53 BasicRuntimeChecks="3"
54 RuntimeLibrary="1"
55 PrecompiledHeaderFile=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.pch"
56 AssemblerListingLocation=".\output\libresample-dll-i386-win32-vc8-debug/"
57 ObjectFile=".\output\libresample-dll-i386-win32-vc8-debug/"
58 ProgramDataBaseFileName=".\output\libresample-dll-i386-win32-vc8-debug/"
59 WarningLevel="3"
60 SuppressStartupBanner="true"
61 DebugInformationFormat="4"
62 />
63 <Tool
64 Name="VCManagedResourceCompilerTool"
65 />
66 <Tool
67 Name="VCResourceCompilerTool"
68 PreprocessorDefinitions="_DEBUG"
69 Culture="1033"
70 />
71 <Tool
72 Name="VCPreLinkEventTool"
73 />
74 <Tool
75 Name="VCLinkerTool"
76 AdditionalDependencies="odbc32.lib odbccp32.lib"
77 OutputFile="../../lib/libresampled.dll"
78 LinkIncremental="2"
79 SuppressStartupBanner="true"
80 GenerateDebugInformation="true"
81 ProgramDatabaseFile=".\output\libresample-dll-i386-win32-vc8-debug/libresampled.pdb"
82 ImportLibrary=".\output\libresample-dll-i386-win32-vc8-debug/libresampled.lib"
83 TargetMachine="1"
84 />
85 <Tool
86 Name="VCALinkTool"
87 />
88 <Tool
89 Name="VCManifestTool"
90 />
91 <Tool
92 Name="VCXDCMakeTool"
93 />
94 <Tool
95 Name="VCBscMakeTool"
96 SuppressStartupBanner="true"
97 OutputFile=".\output\libresample-dll-i386-win32-vc8-debug/libresample_dll.bsc"
98 />
99 <Tool
100 Name="VCFxCopTool"
101 />
102 <Tool
103 Name="VCAppVerifierTool"
104 />
105 <Tool
106 Name="VCWebDeploymentTool"
107 />
108 <Tool
109 Name="VCPostBuildEventTool"
110 />
111 </Configuration>
112 <Configuration
113 Name="Release|Win32"
114 OutputDirectory=".\output\libresample-dll-i386-win32-vc8-release"
115 IntermediateDirectory=".\output\libresample-dll-i386-win32-vc8-release"
116 ConfigurationType="2"
117 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
118 UseOfMFC="0"
119 ATLMinimizesCRunTimeLibraryUsage="false"
120 CharacterSet="2"
121 >
122 <Tool
123 Name="VCPreBuildEventTool"
124 />
125 <Tool
126 Name="VCCustomBuildTool"
127 />
128 <Tool
129 Name="VCXMLDataGeneratorTool"
130 />
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"
133 />
134 <Tool
135 Name="VCMIDLTool"
136 PreprocessorDefinitions="NDEBUG"
137 MkTypLibCompatible="true"
138 SuppressStartupBanner="true"
139 TargetEnvironment="1"
140 TypeLibraryName=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.tlb"
141 HeaderFileName=""
142 />
143 <Tool
144 Name="VCCLCompilerTool"
145 Optimization="2"
146 InlineFunctionExpansion="1"
147 AdditionalIncludeDirectories=".,../../resample/include"
148 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBRESAMPLE_DLL_EXPORTS"
149 StringPooling="true"
150 RuntimeLibrary="0"
151 EnableFunctionLevelLinking="true"
152 PrecompiledHeaderFile=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.pch"
153 AssemblerListingLocation=".\output\libresample-dll-i386-win32-vc8-release/"
154 ObjectFile=".\output\libresample-dll-i386-win32-vc8-release/"
155 ProgramDataBaseFileName=".\output\libresample-dll-i386-win32-vc8-release/"
156 WarningLevel="3"
157 SuppressStartupBanner="true"
158 />
159 <Tool
160 Name="VCManagedResourceCompilerTool"
161 />
162 <Tool
163 Name="VCResourceCompilerTool"
164 PreprocessorDefinitions="NDEBUG"
165 Culture="1033"
166 />
167 <Tool
168 Name="VCPreLinkEventTool"
169 />
170 <Tool
171 Name="VCLinkerTool"
172 AdditionalDependencies="odbc32.lib odbccp32.lib"
173 OutputFile="../../lib/libresample.dll"
174 LinkIncremental="1"
175 SuppressStartupBanner="true"
176 ProgramDatabaseFile=".\output\libresample-dll-i386-win32-vc8-release/libresample.pdb"
177 ImportLibrary=".\output\libresample-dll-i386-win32-vc8-release/libresample.lib"
178 TargetMachine="1"
179 />
180 <Tool
181 Name="VCALinkTool"
182 />
183 <Tool
184 Name="VCManifestTool"
185 />
186 <Tool
187 Name="VCXDCMakeTool"
188 />
189 <Tool
190 Name="VCBscMakeTool"
191 SuppressStartupBanner="true"
192 OutputFile=".\output\libresample-dll-i386-win32-vc8-release/libresample_dll.bsc"
193 />
194 <Tool
195 Name="VCFxCopTool"
196 />
197 <Tool
198 Name="VCAppVerifierTool"
199 />
200 <Tool
201 Name="VCWebDeploymentTool"
202 />
203 <Tool
204 Name="VCPostBuildEventTool"
205 />
206 </Configuration>
207 </Configurations>
208 <References>
209 </References>
210 <Files>
211 <Filter
212 Name="Source Files"
213 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
214 >
215 <File
216 RelativePath="..\..\resample\src\libresample_dll.c"
217 >
218 <FileConfiguration
219 Name="Debug|Win32"
220 >
221 <Tool
222 Name="VCCLCompilerTool"
223 AdditionalIncludeDirectories=""
224 PreprocessorDefinitions=""
225 />
226 </FileConfiguration>
227 <FileConfiguration
228 Name="Release|Win32"
229 >
230 <Tool
231 Name="VCCLCompilerTool"
232 AdditionalIncludeDirectories=""
233 PreprocessorDefinitions=""
234 />
235 </FileConfiguration>
236 </File>
237 <File
238 RelativePath="..\..\resample\src\resamplesubs.c"
239 >
240 <FileConfiguration
241 Name="Debug|Win32"
242 >
243 <Tool
244 Name="VCCLCompilerTool"
245 AdditionalIncludeDirectories=""
246 PreprocessorDefinitions=""
247 />
248 </FileConfiguration>
249 <FileConfiguration
250 Name="Release|Win32"
251 >
252 <Tool
253 Name="VCCLCompilerTool"
254 AdditionalIncludeDirectories=""
255 PreprocessorDefinitions=""
256 />
257 </FileConfiguration>
258 </File>
259 </Filter>
260 <Filter
261 Name="Header Files"
262 Filter="h;hpp;hxx;hm;inl"
263 >
264 <File
265 RelativePath="..\..\resample\src\largefilter.h"
266 >
267 </File>
268 <File
269 RelativePath="..\..\resample\src\resample.h"
270 >
271 </File>
272 <File
273 RelativePath="..\..\resample\include\resamplesubs.h"
274 >
275 </File>
276 <File
277 RelativePath="..\..\resample\src\smallfilter.h"
278 >
279 </File>
280 <File
281 RelativePath="..\..\resample\src\stddefs.h"
282 >
283 </File>
284 </Filter>
285 <Filter
286 Name="Resource Files"
287 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
288 >
289 </Filter>
290 </Files>
291 <Globals>
292 </Globals>
293</VisualStudioProject>