| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Speex
Revision: 15210
Author: cristianadam
Date: 26 Aug 2008 14:11:15
Changes:Updated project files to VS2008 SP1. Removed deprecated features (and warning messages) like: optimize for win98, detect win64 compatibility problems.
Files:| ... | ...@@ -1,470 +1,470 @@ | |
| 1 | <?xml version="1.0" encoding="windows-1251"?> | |
| 2 | <VisualStudioProject | |
| 3 | ProjectType="Visual C++" | |
| 4 | Version="9.00" | |
| 5 | Name="libspeexdsp" | |
| 6 | ProjectGUID="{03207781-0D1C-4DB3-A71D-45C608F28DBD}" | |
| 7 | Keyword="Win32Proj" | |
| 8 | TargetFrameworkVersion="131072" | |
| 9 | > | |
| 10 | <Platforms> | |
| 11 | <Platform | |
| 12 | Name="Win32" | |
| 13 | /> | |
| 14 | </Platforms> | |
| 15 | <ToolFiles> | |
| 16 | </ToolFiles> | |
| 17 | <Configurations> | |
| 18 | <Configuration | |
| 19 | Name="Debug|Win32" | |
| 20 | OutputDirectory="Debug" | |
| 21 | IntermediateDirectory="Debug" | |
| 22 | ConfigurationType="4" | |
| 23 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | |
| 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 | /> | |
| 41 | <Tool | |
| 42 | Name="VCCLCompilerTool" | |
| 43 | Optimization="0" | |
| 44 | AdditionalIncludeDirectories="..\..\..\include;..\.." | |
| 45 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H" | |
| 46 | MinimalRebuild="true" | |
| 47 | BasicRuntimeChecks="3" | |
| 48 | RuntimeLibrary="3" | |
| 49 | UsePrecompiledHeader="0" | |
| 50 | WarningLevel="3" | |
| 51 | DebugInformationFormat="4" | |
| 52 | CompileAs="1" | |
| 53 | /> | |
| 54 | <Tool | |
| 55 | Name="VCManagedResourceCompilerTool" | |
| 56 | /> | |
| 57 | <Tool | |
| 58 | Name="VCResourceCompilerTool" | |
| 59 | /> | |
| 60 | <Tool | |
| 61 | Name="VCPreLinkEventTool" | |
| 62 | /> | |
| 63 | <Tool | |
| 64 | Name="VCLibrarianTool" | |
| 65 | OutputFile="../../../lib/libspeexdsp.lib" | |
| 66 | /> | |
| 67 | <Tool | |
| 68 | Name="VCALinkTool" | |
| 69 | /> | |
| 70 | <Tool | |
| 71 | Name="VCXDCMakeTool" | |
| 72 | /> | |
| 73 | <Tool | |
| 74 | Name="VCBscMakeTool" | |
| 75 | /> | |
| 76 | <Tool | |
| 77 | Name="VCFxCopTool" | |
| 78 | /> | |
| 79 | <Tool | |
| 80 | Name="VCPostBuildEventTool" | |
| 81 | /> | |
| 82 | </Configuration> | |
| 83 | <Configuration | |
| 84 | Name="Release|Win32" | |
| 85 | OutputDirectory="$(ConfigurationName)" | |
| 86 | IntermediateDirectory="$(ConfigurationName)" | |
| 87 | ConfigurationType="4" | |
| 88 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | |
| 89 | CharacterSet="2" | |
| 90 | WholeProgramOptimization="1" | |
| 91 | > | |
| 92 | <Tool | |
| 93 | Name="VCPreBuildEventTool" | |
| 94 | /> | |
| 95 | <Tool | |
| 96 | Name="VCCustomBuildTool" | |
| 97 | /> | |
| 98 | <Tool | |
| 99 | Name="VCXMLDataGeneratorTool" | |
| 100 | /> | |
| 101 | <Tool | |
| 102 | Name="VCWebServiceProxyGeneratorTool" | |
| 103 | /> | |
| 104 | <Tool | |
| 105 | Name="VCMIDLTool" | |
| 106 | /> | |
| 107 | <Tool | |
| 108 | Name="VCCLCompilerTool" | |
| 109 | Optimization="3" | |
| 110 | InlineFunctionExpansion="2" | |
| 111 | EnableIntrinsicFunctions="true" | |
| 112 | FavorSizeOrSpeed="1" | |
| 113 | AdditionalIncludeDirectories="..\..\..\include;..\.." | |
| 114 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H" | |
| 115 | StringPooling="true" | |
| 116 | ExceptionHandling="0" | |
| 117 | RuntimeLibrary="2" | |
| 118 | BufferSecurityCheck="false" | |
| 119 | UsePrecompiledHeader="0" | |
| 120 | WarningLevel="3" | |
| 121 | DebugInformationFormat="3" | |
| 122 | CompileAs="1" | |
| 123 | DisableSpecificWarnings="4244;4305;4311;4100;4127" | |
| 124 | /> | |
| 125 | <Tool | |
| 126 | Name="VCManagedResourceCompilerTool" | |
| 127 | /> | |
| 128 | <Tool | |
| 129 | Name="VCResourceCompilerTool" | |
| 130 | /> | |
| 131 | <Tool | |
| 132 | Name="VCPreLinkEventTool" | |
| 133 | /> | |
| 134 | <Tool | |
| 135 | Name="VCLibrarianTool" | |
| 136 | OutputFile="../../../lib/libspeexdsp.lib" | |
| 137 | /> | |
| 138 | <Tool | |
| 139 | Name="VCALinkTool" | |
| 140 | /> | |
| 141 | <Tool | |
| 142 | Name="VCXDCMakeTool" | |
| 143 | /> | |
| 144 | <Tool | |
| 145 | Name="VCBscMakeTool" | |
| 146 | /> | |
| 147 | <Tool | |
| 148 | Name="VCFxCopTool" | |
| 149 | /> | |
| 150 | <Tool | |
| 151 | Name="VCPostBuildEventTool" | |
| 152 | /> | |
| 153 | </Configuration> | |
| 154 | <Configuration | |
| 155 | Name="Release_Dynamic_SSE|Win32" | |
| 156 | OutputDirectory="$(ConfigurationName)" | |
| 157 | IntermediateDirectory="$(ConfigurationName)" | |
| 158 | ConfigurationType="2" | |
| 159 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | |
| 160 | CharacterSet="2" | |
| 161 | WholeProgramOptimization="1" | |
| 162 | > | |
| 163 | <Tool | |
| 164 | Name="VCPreBuildEventTool" | |
| 165 | /> | |
| 166 | <Tool | |
| 167 | Name="VCCustomBuildTool" | |
| 168 | /> | |
| 169 | <Tool | |
| 170 | Name="VCXMLDataGeneratorTool" | |
| 171 | /> | |
| 172 | <Tool | |
| 173 | Name="VCWebServiceProxyGeneratorTool" | |
| 174 | /> | |
| 175 | <Tool | |
| 176 | Name="VCMIDLTool" | |
| 177 | /> | |
| 178 | <Tool | |
| 179 | Name="VCCLCompilerTool" | |
| 180 | Optimization="3" | |
| 181 | InlineFunctionExpansion="2" | |
| 182 | EnableIntrinsicFunctions="true" | |
| 183 | FavorSizeOrSpeed="1" | |
| 184 | AdditionalIncludeDirectories="..\..\..\include;..\.." | |
| 185 | PreprocessorDefinitions="_USE_SSE;WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H" | |
| 186 | StringPooling="true" | |
| 187 | ExceptionHandling="0" | |
| 188 | RuntimeLibrary="2" | |
| 189 | BufferSecurityCheck="false" | |
| 190 | EnableEnhancedInstructionSet="1" | |
| 191 | UsePrecompiledHeader="0" | |
| 192 | WarningLevel="3" | |
| 193 | DebugInformationFormat="3" | |
| 194 | CompileAs="1" | |
| 195 | DisableSpecificWarnings="4244;4305;4311;4100;4127" | |
| 196 | /> | |
| 197 | <Tool | |
| 198 | Name="VCManagedResourceCompilerTool" | |
| 199 | /> | |
| 200 | <Tool | |
| 201 | Name="VCResourceCompilerTool" | |
| 202 | /> | |
| 203 | <Tool | |
| 204 | Name="VCPreLinkEventTool" | |
| 205 | /> | |
| 206 | <Tool | |
| 207 | Name="VCLinkerTool" | |
| 208 | OutputFile="../../../bin/libspeexdsp.dll" | |
| 209 | ModuleDefinitionFile="..\..\libspeexdsp.def" | |
| 210 | SubSystem="2" | |
| 211 | OptimizeReferences="2" | |
| 212 | EnableCOMDATFolding="2" | |
| 213 | OptimizeForWindows98="1" | |
| 214 | RandomizedBaseAddress="1" | |
| 215 | DataExecutionPrevention="0" | |
| 216 | ImportLibrary="../../../lib/libspeexdsp.lib" | |
| 217 | TargetMachine="1" | |
| 218 | /> | |
| 219 | <Tool | |
| 220 | Name="VCALinkTool" | |
| 221 | /> | |
| 222 | <Tool | |
| 223 | Name="VCManifestTool" | |
| 224 | /> | |
| 225 | <Tool | |
| 226 | Name="VCXDCMakeTool" | |
| 227 | /> | |
| 228 | <Tool | |
| 229 | Name="VCBscMakeTool" | |
| 230 | /> | |
| 231 | <Tool | |
| 232 | Name="VCFxCopTool" | |
| 233 | /> | |
| 234 | <Tool | |
| 235 | Name="VCAppVerifierTool" | |
| 236 | /> | |
| 237 | <Tool | |
| 238 | Name="VCPostBuildEventTool" | |
| 239 | /> | |
| 240 | </Configuration> | |
| 241 | <Configuration | |
| 242 | Name="Release_Static_SSE|Win32" | |
| 243 | OutputDirectory="$(ConfigurationName)" | |
| 244 | IntermediateDirectory="$(ConfigurationName)" | |
| 245 | ConfigurationType="4" | |
| 246 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | |
| 247 | CharacterSet="2" | |
| 248 | WholeProgramOptimization="1" | |
| 249 | > | |
| 250 | <Tool | |
| 251 | Name="VCPreBuildEventTool" | |
| 252 | /> | |
| 253 | <Tool | |
| 254 | Name="VCCustomBuildTool" | |
| 255 | /> | |
| 256 | <Tool | |
| 257 | Name="VCXMLDataGeneratorTool" | |
| 258 | /> | |
| 259 | <Tool | |
| 260 | Name="VCWebServiceProxyGeneratorTool" | |
| 261 | /> | |
| 262 | <Tool | |
| 263 | Name="VCMIDLTool" | |
| 264 | /> | |
| 265 | <Tool | |
| 266 | Name="VCCLCompilerTool" | |
| 267 | Optimization="3" | |
| 268 | InlineFunctionExpansion="2" | |
| 269 | EnableIntrinsicFunctions="true" | |
| 270 | FavorSizeOrSpeed="1" | |
| 271 | AdditionalIncludeDirectories="..\..\..\include;..\.." | |
| 272 | PreprocessorDefinitions="_USE_SSE;WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H" | |
| 273 | StringPooling="true" | |
| 274 | ExceptionHandling="0" | |
| 275 | RuntimeLibrary="2" | |
| 276 | BufferSecurityCheck="false" | |
| 277 | EnableEnhancedInstructionSet="1" | |
| 278 | UsePrecompiledHeader="0" | |
| 279 | WarningLevel="3" | |
| 280 | DebugInformationFormat="3" | |
| 281 | CompileAs="1" | |
| 282 | DisableSpecificWarnings="4244;4305;4311;4100;4127" | |
| 283 | /> | |
| 284 | <Tool | |
| 285 | Name="VCManagedResourceCompilerTool" | |
| 286 | /> | |
| 287 | <Tool | |
| 288 | Name="VCResourceCompilerTool" | |
| 289 | /> | |
| 290 | <Tool | |
| 291 | Name="VCPreLinkEventTool" | |
| 292 | /> | |
| 293 | <Tool | |
| 294 | Name="VCLibrarianTool" | |
| 295 | OutputFile="../../../lib/libspeexdsp.lib" | |
| 296 | /> | |
| 297 | <Tool | |
| 298 | Name="VCALinkTool" | |
| 299 | /> | |
| 300 | <Tool | |
| 301 | Name="VCXDCMakeTool" | |
| 302 | /> | |
| 303 | <Tool | |
| 304 | Name="VCBscMakeTool" | |
| 305 | /> | |
| 306 | <Tool | |
| 307 | Name="VCFxCopTool" | |
| 308 | /> | |
| 309 | <Tool | |
| 310 | Name="VCPostBuildEventTool" | |
| 311 | /> | |
| 312 | </Configuration> | |
| 313 | </Configurations> | |
| 314 | <References> | |
| 315 | </References> | |
| 316 | <Files> | |
| 317 | <Filter | |
| 318 | Name="Source Files" | |
| 319 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | |
| 320 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | |
| 321 | > | |
| 322 | <File | |
| 323 | RelativePath="..\..\..\libspeex\buffer.c" | |
| 324 | > | |
| 325 | </File> | |
| 326 | <File | |
| 327 | RelativePath="..\..\..\libspeex\fftwrap.c" | |
| 328 | > | |
| 329 | </File> | |
| 330 | <File | |
| 331 | RelativePath="..\..\..\libspeex\filterbank.c" | |
| 332 | > | |
| 333 | </File> | |
| 334 | <File | |
| 335 | RelativePath="..\..\..\libspeex\jitter.c" | |
| 336 | > | |
| 337 | </File> | |
| 338 | <File | |
| 339 | RelativePath="..\..\..\libspeex\kiss_fft.c" | |
| 340 | > | |
| 341 | </File> | |
| 342 | <File | |
| 343 | RelativePath="..\..\..\libspeex\kiss_fftr.c" | |
| 344 | > | |
| 345 | </File> | |
| 346 | <File | |
| 347 | RelativePath="..\..\..\libspeex\mdf.c" | |
| 348 | > | |
| 349 | </File> | |
| 350 | <File | |
| 351 | RelativePath="..\..\..\libspeex\preprocess.c" | |
| 352 | > | |
| 353 | </File> | |
| 354 | <File | |
| 355 | RelativePath="..\..\..\libspeex\resample.c" | |
| 356 | > | |
| 357 | </File> | |
| 358 | <File | |
| 359 | RelativePath="..\..\..\libspeex\smallft.c" | |
| 360 | > | |
| 361 | </File> | |
| 362 | </Filter> | |
| 363 | <Filter | |
| 364 | Name="Header Files" | |
| 365 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | |
| 366 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | |
| 367 | > | |
| 368 | <File | |
| 369 | RelativePath="..\..\..\libspeex\_kiss_fft_guts.h" | |
| 370 | > | |
| 371 | </File> | |
| 372 | <File | |
| 373 | RelativePath="..\..\..\libspeex\arch.h" | |
| 374 | > | |
| 375 | </File> | |
| 376 | <File | |
| 377 | RelativePath="..\..\..\libspeex\fftwrap.h" | |
| 378 | > | |
| 379 | </File> | |
| 380 | <File | |
| 381 | RelativePath="..\..\..\libspeex\filterbank.h" | |
| 382 | > | |
| 383 | </File> | |
| 384 | <File | |
| 385 | RelativePath="..\..\..\libspeex\fixed_debug.h" | |
| 386 | > | |
| 387 | </File> | |
| 388 | <File | |
| 389 | RelativePath="..\..\..\libspeex\fixed_generic.h" | |
| 390 | > | |
| 391 | </File> | |
| 392 | <File | |
| 393 | RelativePath="..\..\..\libspeex\kiss_fft.h" | |
| 394 | > | |
| 395 | </File> | |
| 396 | <File | |
| 397 | RelativePath="..\..\..\libspeex\kiss_fftr.h" | |
| 398 | > | |
| 399 | </File> | |
| 400 | <File | |
| 401 | RelativePath="..\..\..\libspeex\math_approx.h" | |
| 402 | > | |
| 403 | </File> | |
| 404 | <File | |
| 405 | RelativePath="..\..\..\libspeex\os_support.h" | |
| 406 | > | |
| 407 | </File> | |
| 408 | <File | |
| 409 | RelativePath="..\..\..\libspeex\pseudofloat.h" | |
| 410 | > | |
| 411 | </File> | |
| 412 | <File | |
| 413 | RelativePath="..\..\..\libspeex\smallft.h" | |
| 414 | > | |
| 415 | </File> | |
| 416 | </Filter> | |
| 417 | <Filter | |
| 418 | Name="Resource Files" | |
| 419 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | |
| 420 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | |
| 421 | > | |
| 422 | </Filter> | |
| 423 | <Filter | |
| 424 | Name="Public Header Files" | |
| 425 | > | |
| 426 | <File | |
| 427 | RelativePath="..\..\..\include\speex\speex.h" | |
| 428 | > | |
| 429 | </File> | |
| 430 | <File | |
| 431 | RelativePath="..\..\..\include\speex\speex_bits.h" | |
| 432 | > | |
| 433 | </File> | |
| 434 | <File | |
| 435 | RelativePath="..\..\..\include\speex\speex_buffer.h" | |
| 436 | > | |
| 437 | </File> | |
| 438 | <File | |
| 439 | RelativePath="..\..\..\include\speex\speex_echo.h" | |
| 440 | > | |
| 441 | </File> | |
| 442 | <File | |
| 443 | RelativePath="..\..\..\include\speex\speex_jitter.h" | |
| 444 | > | |
| 445 | </File> | |
| 446 | <File | |
| 447 | RelativePath="..\..\..\include\speex\speex_preprocess.h" | |
| 448 | > | |
| 449 | </File> | |
| 450 | <File | |
| 451 | RelativePath="..\..\..\include\speex\speex_resampler.h" | |
| 452 | > | |
| 453 | </File> | |
| 454 | <File | |
| 455 | RelativePath="..\..\..\include\speex\speex_types.h" | |
| 456 | > | |
| 457 | </File> | |
| 458 | </Filter> | |
| 459 | <File | |
| 460 | RelativePath="..\..\config.h" | |
| 461 | > | |
| 462 | </File> | |
| 463 | <File | |
| 464 | RelativePath="..\..\libspeexdsp.def" | |
| 465 | > | |
| 466 | </File> | |
| 467 | </Files> | |
| 468 | <Globals> | |
| 469 | </Globals> | |
| 470 | </VisualStudioProject> | |
| 1 | <?xml version="1.0" encoding="windows-1251"?> | |
| 2 | <VisualStudioProject | |
| 3 | ProjectType="Visual C++" | |
| 4 | Version="9.00" | |
| 5 | Name="libspeexdsp" | |
| 6 | ProjectGUID="{03207781-0D1C-4DB3-A71D-45C608F28DBD}" | |
| 7 | Keyword="Win32Proj" | |
| 8 | TargetFrameworkVersion="131072" | |
| 9 | > | |
| 10 | <Platforms> | |
| 11 | <Platform | |
| 12 | Name="Win32" | |
| 13 | /> | |
| 14 | </Platforms> | |
| 15 | <ToolFiles> | |
| 16 | </ToolFiles> | |
| 17 | <Configurations> | |
| 18 | <Configuration | |
| 19 | Name="Debug|Win32" | |
| 20 | OutputDirectory="Debug" | |
| 21 | IntermediateDirectory="Debug" | |
| 22 | ConfigurationType="4" | |
| 23 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | |
| 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 | /> | |
| 41 | <Tool | |
| 42 | Name="VCCLCompilerTool" | |
| 43 | Optimization="0" | |
| 44 | AdditionalIncludeDirectories="..\..\..\include;..\.." | |
| 45 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;_DEBUG;_LIB;HAVE_CONFIG_H" | |
| 46 | MinimalRebuild="true" | |
| 47 | BasicRuntimeChecks="3" | |
| 48 | RuntimeLibrary="3" | |
| 49 | UsePrecompiledHeader="0" | |
| 50 | WarningLevel="3" | |
| 51 | DebugInformationFormat="4" | |
| 52 | CompileAs="1" | |
| 53 | /> | |
| 54 | <Tool | |
| 55 | Name="VCManagedResourceCompilerTool" | |
| 56 | /> | |
| 57 | <Tool | |
| 58 | Name="VCResourceCompilerTool" | |
| 59 | /> | |
| 60 | <Tool | |
| 61 | Name="VCPreLinkEventTool" | |
| 62 | /> | |
| 63 | <Tool | |
| 64 | Name="VCLibrarianTool" | |
| 65 | OutputFile="../../../lib/libspeexdsp.lib" | |
| 66 | /> | |
| 67 | <Tool | |
| 68 | Name="VCALinkTool" | |
| 69 | /> | |
| 70 | <Tool | |
| 71 | Name="VCXDCMakeTool" | |
| 72 | /> | |
| 73 | <Tool | |
| 74 | Name="VCBscMakeTool" | |
| 75 | /> | |
| 76 | <Tool | |
| 77 | Name="VCFxCopTool" | |
| 78 | /> | |
| 79 | <Tool | |
| 80 | Name="VCPostBuildEventTool" | |
| 81 | /> | |
| 82 | </Configuration> | |
| 83 | <Configuration | |
| 84 | Name="Release|Win32" | |
| 85 | OutputDirectory="$(ConfigurationName)" | |
| 86 | IntermediateDirectory="$(ConfigurationName)" | |
| 87 | ConfigurationType="4" | |
| 88 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | |
| 89 | CharacterSet="2" | |
| 90 | WholeProgramOptimization="1" | |
| 91 | > | |
| 92 | <Tool | |
| 93 | Name="VCPreBuildEventTool" | |
| 94 | /> | |
| 95 | <Tool | |
| 96 | Name="VCCustomBuildTool" | |
| 97 | /> | |
| 98 | <Tool | |
| 99 | Name="VCXMLDataGeneratorTool" | |
| 100 | /> | |
| 101 | <Tool | |
| 102 | Name="VCWebServiceProxyGeneratorTool" | |
| 103 | /> | |
| 104 | <Tool | |
| 105 | Name="VCMIDLTool" | |
| 106 | /> | |
| 107 | <Tool | |
| 108 | Name="VCCLCompilerTool" | |
| 109 | Optimization="3" | |
| 110 | InlineFunctionExpansion="2" | |
| 111 | EnableIntrinsicFunctions="true" | |
| 112 | FavorSizeOrSpeed="1" | |
| 113 | AdditionalIncludeDirectories="..\..\..\include;..\.." | |
| 114 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;WIN32;NDEBUG;_LIB;HAVE_CONFIG_H" | |
| 115 | StringPooling="true" | |
| 116 | ExceptionHandling="0" | |
| 117 | RuntimeLibrary="2" | |
| 118 | BufferSecurityCheck="false" | |
| 119 | UsePrecompiledHeader="0" | |
| 120 | WarningLevel="3" | |
| 121 | DebugInformationFormat="3" | |
| 122 | CompileAs="1" | |
| 123 | DisableSpecificWarnings="4244;4305;4311;4100;4127" | |
| 124 | /> | |
| 125 | <Tool | |
| 126 | Name="VCManagedResourceCompilerTool" | |
| 127 | /> | |
| 128 | <Tool | |
| 129 | Name="VCResourceCompilerTool" | |
| 130 | /> | |
| 131 | <Tool | |
| 132 | Name="VCPreLinkEventTool" | |
| 133 | /> | |
| 134 | <Tool | |
| 135 | Name="VCLibrarianTool" | |
| 136 | OutputFile="../../../lib/libspeexdsp.lib" | |
| 137 | /> | |
| 138 | <Tool | |
| 139 | Name="VCALinkTool" | |
| 140 | /> | |
| 141 | <Tool | |
| 142 | Name="VCXDCMakeTool" | |
| 143 | /> | |
| 144 | <Tool | |
| 145 | Name="VCBscMakeTool" | |
| 146 | /> | |
| 147 | <Tool | |
| 148 | Name="VCFxCopTool" | |
| 149 | /> | |
| 150 | <Tool | |
| 151 | Name="VCPostBuildEventTool" | |
| 152 | /> | |
| 153 | </Configuration> | |
| 154 | <Configuration | |
| 155 | Name="Release_Dynamic_SSE|Win32" | |
| 156 | OutputDirectory="$(ConfigurationName)" | |
| 157 | IntermediateDirectory="$(ConfigurationName)" | |
| 158 | ConfigurationType="2" | |
| 159 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | |
| 160 | CharacterSet="2" | |
| 161 | WholeProgramOptimization="1" | |
| 162 | > | |
| 163 | <Tool | |
| 164 | Name="VCPreBuildEventTool" | |
| 165 | /> | |
| 166 | <Tool | |
| 167 | Name="VCCustomBuildTool" | |
| 168 | /> | |
| 169 | <Tool | |
| 170 | Name="VCXMLDataGeneratorTool" | |
| 171 | /> | |
| 172 | <Tool | |
| 173 | Name="VCWebServiceProxyGeneratorTool" | |
| 174 | /> | |
| 175 | <Tool | |
| 176 | Name="VCMIDLTool" | |
| 177 | /> | |
| 178 | <Tool | |
| 179 | Name="VCCLCompilerTool" | |
| 180 | Optimization="3" | |
| 181 | InlineFunctionExpansion="2" | |
| 182 | EnableIntrinsicFunctions="true" | |
| 183 | FavorSizeOrSpeed="1" | |
| 184 | AdditionalIncludeDirectories="..\..\..\include;..\.." | |
| 185 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;_USE_SSE;WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H" | |
| 186 | StringPooling="true" | |
| 187 | ExceptionHandling="0" | |
| 188 | RuntimeLibrary="2" | |
| 189 | BufferSecurityCheck="false" | |
| 190 | EnableEnhancedInstructionSet="1" | |
| 191 | UsePrecompiledHeader="0" | |
| 192 | WarningLevel="3" | |
| 193 | DebugInformationFormat="3" | |
| 194 | CompileAs="1" | |
| 195 | DisableSpecificWarnings="4244;4305;4311;4100;4127" | |
| 196 | /> | |
| 197 | <Tool | |
| 198 | Name="VCManagedResourceCompilerTool" | |
| 199 | /> | |
| 200 | <Tool | |
| 201 | Name="VCResourceCompilerTool" | |
| 202 | /> | |
| 203 | <Tool | |
| 204 | Name="VCPreLinkEventTool" | |
| 205 | /> | |
| 206 | <Tool | |
| 207 | Name="VCLinkerTool" | |
| 208 | OutputFile="../../../bin/libspeexdsp.dll" | |
| 209 | ModuleDefinitionFile="..\..\libspeexdsp.def" | |
| 210 | SubSystem="2" | |
| 211 | OptimizeReferences="2" | |
| 212 | EnableCOMDATFolding="2" | |
| 213 | ||
| 214 | RandomizedBaseAddress="1" | |
| 215 | DataExecutionPrevention="0" | |
| 216 | ImportLibrary="../../../lib/libspeexdsp.lib" | |
| 217 | TargetMachine="1" | |
| 218 | /> | |
| 219 | <Tool | |
| 220 | Name="VCALinkTool" | |
| 221 | /> | |
| 222 | <Tool | |
| 223 | Name="VCManifestTool" | |
| 224 | /> | |
| 225 | <Tool | |
| 226 | Name="VCXDCMakeTool" | |
| 227 | /> | |
| 228 | <Tool | |
| 229 | Name="VCBscMakeTool" | |
| 230 | /> | |
| 231 | <Tool | |
| 232 | Name="VCFxCopTool" | |
| 233 | /> | |
| 234 | <Tool | |
| 235 | Name="VCAppVerifierTool" | |
| 236 | /> | |
| 237 | <Tool | |
| 238 | Name="VCPostBuildEventTool" | |
| 239 | /> | |
| 240 | </Configuration> | |
| 241 | <Configuration | |
| 242 | Name="Release_Static_SSE|Win32" | |
| 243 | OutputDirectory="$(ConfigurationName)" | |
| 244 | IntermediateDirectory="$(ConfigurationName)" | |
| 245 | ConfigurationType="4" | |
| 246 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | |
| 247 | CharacterSet="2" | |
| 248 | WholeProgramOptimization="1" | |
| 249 | > | |
| 250 | <Tool | |
| 251 | Name="VCPreBuildEventTool" | |
| 252 | /> | |
| 253 | <Tool | |
| 254 | Name="VCCustomBuildTool" | |
| 255 | /> | |
| 256 | <Tool | |
| 257 | Name="VCXMLDataGeneratorTool" | |
| 258 | /> | |
| 259 | <Tool | |
| 260 | Name="VCWebServiceProxyGeneratorTool" | |
| 261 | /> | |
| 262 | <Tool | |
| 263 | Name="VCMIDLTool" | |
| 264 | /> | |
| 265 | <Tool | |
| 266 | Name="VCCLCompilerTool" | |
| 267 | Optimization="3" | |
| 268 | InlineFunctionExpansion="2" | |
| 269 | EnableIntrinsicFunctions="true" | |
| 270 | FavorSizeOrSpeed="1" | |
| 271 | AdditionalIncludeDirectories="..\..\..\include;..\.." | |
| 272 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_BIND_TO_CURRENT_CRT_VERSION;_USE_SSE;WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H" | |
| 273 | StringPooling="true" | |
| 274 | ExceptionHandling="0" | |
| 275 | RuntimeLibrary="2" | |
| 276 | BufferSecurityCheck="false" | |
| 277 | EnableEnhancedInstructionSet="1" | |
| 278 | UsePrecompiledHeader="0" | |
| 279 | WarningLevel="3" | |
| 280 | DebugInformationFormat="3" | |
| 281 | CompileAs="1" | |
| 282 | DisableSpecificWarnings="4244;4305;4311;4100;4127" | |
| 283 | /> | |
| 284 | <Tool | |
| 285 | Name="VCManagedResourceCompilerTool" | |
| 286 | /> | |
| 287 | <Tool | |
| 288 | Name="VCResourceCompilerTool" | |
| 289 | /> | |
| 290 | <Tool | |
| 291 | Name="VCPreLinkEventTool" | |
| 292 | /> | |
| 293 | <Tool | |
| 294 | Name="VCLibrarianTool" | |
| 295 | OutputFile="../../../lib/libspeexdsp.lib" | |
| 296 | /> | |
| 297 | <Tool | |
| 298 | Name="VCALinkTool" | |
| 299 | /> | |
| 300 | <Tool | |
| 301 | Name="VCXDCMakeTool" | |
| 302 | /> | |
| 303 | <Tool | |
| 304 | Name="VCBscMakeTool" | |
| 305 | /> | |
| 306 | <Tool | |
| 307 | Name="VCFxCopTool" | |
| 308 | /> | |
| 309 | <Tool | |
| 310 | Name="VCPostBuildEventTool" | |
| 311 | /> | |
| 312 | </Configuration> | |
| 313 | </Configurations> | |
| 314 | <References> | |
| 315 | </References> | |
| 316 | <Files> | |
| 317 | <Filter | |
| 318 | Name="Source Files" | |
| 319 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | |
| 320 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | |
| 321 | > | |
| 322 | <File | |
| 323 | RelativePath="..\..\..\libspeex\buffer.c" | |
| 324 | > | |
| 325 | </File> | |
| 326 | <File | |
| 327 | RelativePath="..\..\..\libspeex\fftwrap.c" | |
| 328 | > | |
| 329 | </File> | |
| 330 | <File | |
| 331 | RelativePath="..\..\..\libspeex\filterbank.c" | |
| 332 | > | |
| 333 | </File> | |
| 334 | <File | |
| 335 | RelativePath="..\..\..\libspeex\jitter.c" | |
| 336 | > | |
| 337 | </File> | |
| 338 | <File | |
| 339 | RelativePath="..\..\..\libspeex\kiss_fft.c" | |
| 340 | > | |
| 341 | </File> | |
| 342 | <File | |
| 343 | RelativePath="..\..\..\libspeex\kiss_fftr.c" | |
| 344 | > | |
| 345 | </File> | |
| 346 | <File | |
| 347 | RelativePath="..\..\..\libspeex\mdf.c" | |
| 348 | > | |
| 349 | </File> | |
| 350 | <File | |
| 351 | RelativePath="..\..\..\libspeex\preprocess.c" | |
| 352 | > | |
| 353 | </File> | |
| 354 | <File | |
| 355 | RelativePath="..\..\..\libspeex\resample.c" | |
| 356 | > | |
| 357 | </File> | |
| 358 | <File | |
| 359 | RelativePath="..\..\..\libspeex\smallft.c" | |
| 360 | > | |
| 361 | </File> | |
| 362 | </Filter> | |
| 363 | <Filter | |
| 364 | Name="Header Files" | |
| 365 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | |
| 366 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | |
| 367 | > | |
| 368 | <File | |
| 369 | RelativePath="..\..\..\libspeex\_kiss_fft_guts.h" | |
| 370 | > | |
| 371 | </File> | |
| 372 | <File | |
| 373 | RelativePath="..\..\..\libspeex\arch.h" | |
| 374 | > | |
| 375 | </File> | |
| 376 | <File | |
| 377 | RelativePath="..\..\..\libspeex\fftwrap.h" | |
| 378 | > | |
| 379 | </File> | |
| 380 | <File | |
| 381 | RelativePath="..\..\..\libspeex\filterbank.h" | |
| 382 | > | |
| 383 | </File> | |
| 384 | <File | |
| 385 | RelativePath="..\..\..\libspeex\fixed_debug.h" | |
| 386 | > | |
| 387 | </File> | |
| 388 | <File | |
| 389 | RelativePath="..\..\..\libspeex\fixed_generic.h" | |
| 390 | > | |
| 391 | </File> | |
| 392 | <File | |
| 393 | RelativePath="..\..\..\libspeex\kiss_fft.h" | |
| 394 | > | |
| 395 | </File> | |
| 396 | <File | |
| 397 | RelativePath="..\..\..\libspeex\kiss_fftr.h" | |
| 398 | > | |
| 399 | </File> | |
| 400 | <File | |
| 401 | RelativePath="..\..\..\libspeex\math_approx.h" | |
| 402 | > | |
| 403 | </File> | |
| 404 | <File | |
| 405 | RelativePath="..\..\..\libspeex\os_support.h" | |
| 406 | > | |
| 407 | </File> | |
| 408 | <File | |
| 409 | RelativePath="..\..\..\libspeex\pseudofloat.h" | |
| 410 | > | |
| 411 | </File> | |
| 412 | <File | |
| 413 | RelativePath="..\..\..\libspeex\smallft.h" | |
| 414 | > | |
| 415 | </File> | |
| 416 | </Filter> | |
| 417 | <Filter | |
| 418 | Name="Resource Files" | |
| 419 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | |
| 420 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | |
| 421 | > | |
| 422 | </Filter> | |
| 423 | <Filter | |
| 424 | Name="Public Header Files" | |
| 425 | > | |
| 426 | <File | |
| 427 | RelativePath="..\..\..\include\speex\speex.h" | |
| 428 | > | |
| 429 | </File> | |
| 430 | <File | |
| 431 | RelativePath="..\..\..\include\speex\speex_bits.h" | |
| 432 | > | |
| 433 | </File> | |
| 434 | <File | |
| 435 | RelativePath="..\..\..\include\speex\speex_buffer.h" | |
| 436 | > | |
| 437 | </File> | |
| 438 | <File | |
| 439 | RelativePath="..\..\..\include\speex\speex_echo.h" | |
| 440 | > | |
| 441 | </File> | |
| 442 | <File | |
| 443 | RelativePath="..\..\..\include\speex\speex_jitter.h" | |
| 444 | > | |
| 445 | </File> | |
| 446 | <File | |
| 447 | RelativePath="..\..\..\include\speex\speex_preprocess.h" | |
| 448 | > | |
| 449 |