[xiph-commits] r3024 - in
OggplayPluginWin32SDK/trunk/project_files: libannodex
libannodex/VS2003 libfishsound libfishsound/VS2003 libogg
libogg/VS2003 liboggplay liboggplay/VS2003 liboggplayplugin
liboggplayplugin/VS2003 liboggz liboggz/VS2003 libsndfile
libsndfile/VS2003 libspeex libspeex/VS2003 libtheora
libtheora/VS2003 libvorbis libvorbis/VS2003
laser13 at svn.annodex.net
laser13 at svn.annodex.net
Thu Jun 21 07:12:50 PDT 2007
Author: laser13
Date: 2007-06-21 07:12:50 -0700 (Thu, 21 Jun 2007)
New Revision: 3024
Added:
OggplayPluginWin32SDK/trunk/project_files/libannodex/VS2003/
OggplayPluginWin32SDK/trunk/project_files/libannodex/VS2003/libannodex.vcproj
OggplayPluginWin32SDK/trunk/project_files/libfishsound/VS2003/
OggplayPluginWin32SDK/trunk/project_files/libfishsound/VS2003/libfishsound.vcproj
OggplayPluginWin32SDK/trunk/project_files/libogg/VS2003/
OggplayPluginWin32SDK/trunk/project_files/libogg/VS2003/libogg.vcproj
OggplayPluginWin32SDK/trunk/project_files/liboggplay/VS2003/
OggplayPluginWin32SDK/trunk/project_files/liboggplay/VS2003/liboggplay.vcproj
OggplayPluginWin32SDK/trunk/project_files/liboggplayplugin/VS2003/
OggplayPluginWin32SDK/trunk/project_files/liboggplayplugin/VS2003/liboggplugin.vcproj
OggplayPluginWin32SDK/trunk/project_files/liboggz/VS2003/
OggplayPluginWin32SDK/trunk/project_files/liboggz/VS2003/liboggz.vcproj
OggplayPluginWin32SDK/trunk/project_files/libsndfile/VS2003/
OggplayPluginWin32SDK/trunk/project_files/libsndfile/VS2003/libsndfile.vcproj
OggplayPluginWin32SDK/trunk/project_files/libspeex/VS2003/
OggplayPluginWin32SDK/trunk/project_files/libspeex/VS2003/libspeex.vcproj
OggplayPluginWin32SDK/trunk/project_files/libtheora/VS2003/
OggplayPluginWin32SDK/trunk/project_files/libtheora/VS2003/libtheora.vcproj
OggplayPluginWin32SDK/trunk/project_files/libvorbis/VS2003/
OggplayPluginWin32SDK/trunk/project_files/libvorbis/VS2003/libvorbis.vcproj
Log:
Project files for Visual Studio 2003
Added: OggplayPluginWin32SDK/trunk/project_files/libannodex/VS2003/libannodex.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libannodex/VS2003/libannodex.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libannodex/VS2003/libannodex.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,342 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libannodex"
+ ProjectGUID="{13BFE1FF-00A7-4741-B550-95445D9E0561}"
+ RootNamespace="libannodex"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="copy liboggz and libogg to output directory"
+ CommandLine="copy ..\..\liboggz\win32\Debug\liboggz.dll .\Debug
copy ..\..\libogg\win32\Dynamic_Debug\ogg_d.dll .\Debug
"
+ ExcludedFromBuild="true"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\libannodex\win32;..\..\..\lib\libannodex\include;..\..\..\lib\libannodex\src\libannodex;..\..\..\lib\liboggz\include;..\..\..\lib\libogg\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBANNODEX_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\liboggz.lib $(SolutionDir)$(ConfigurationName)\libogg.lib"
+ OutputFile="$(OutDir)/libannodex.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ ModuleDefinitionFile="..\..\..\lib\libannodex\win32\libannodex.def"
+ AddModuleNamesToAssembly=""
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/libannodex.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/libannodex.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="copy liboggz and libogg to output directory"
+ CommandLine="copy ..\..\liboggz\win32\Release\liboggz.dll .\Release
copy ..\..\libogg\win32\Dynamic_Release\ogg.dll .\Release
"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\lib\libannodex\win32;..\..\..\lib\libannodex\include;..\..\..\lib\libannodex\src\libannodex;..\..\..\lib\liboggz\include;..\..\..\lib\libogg\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBANNODEX_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libannodex.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\..\lib\libannodex\win32\libannodex.def"
+ AddModuleNamesToAssembly=""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/libannodex.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\annodex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_command.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_compat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_deprecated.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_element.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_import.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_list.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_params.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_read.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_snprint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_time.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_track.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_tree.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_write.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\content_type.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\win32\dirent.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\fix_dl.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\win32\libannodex.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\xtag.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libannodex\include\annodex\annodex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_byteswap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_command.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_compat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_import_private.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_mapping.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_private.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_snprint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\anx_tree.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\win32\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\content_type.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\fix_dl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libannodex\src\libannodex\xtag.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/libfishsound/VS2003/libfishsound.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libfishsound/VS2003/libfishsound.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libfishsound/VS2003/libfishsound.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,278 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libfishsound"
+ ProjectGUID="{5FA56C81-CB69-46F6-A0C5-B5DF32020FDB}"
+ RootNamespace="libfishsound"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName="./libfishsound.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\libogg\include\;..\..\..\lib\libvorbis\include\;..\..\..\lib\libspeex\include\;..\..\..\lib\libfishsound\include\;..\..\..\lib\libfishsound\win32"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBFISHSOUND_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile="./libfishsound.pch"
+ AssemblerListingLocation=""
+ ObjectFile="$(IntDir)\"
+ ProgramDataBaseFileName="$(IntDir)\vc80.pdb"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="."
+ IntermediateDirectory="."
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName="./libfishsound.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\libogg\include\,..\..\include\,..\,.\"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBFISHSOUND_EXPORTS"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ PrecompiledHeaderFile="./libfishsound.pch"
+ AssemblerListingLocation="./"
+ ObjectFile="./"
+ ProgramDataBaseFileName="./"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="odbc32.lib odbccp32.lib ogg.lib vorbis.lib libspeex.lib"
+ OutputFile=".\libfishsound.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\..\libogg\lib\"
+ ModuleDefinitionFile="..\libfishsound.def"
+ GenerateDebugInformation="false"
+ ProgramDatabaseFile="./libfishsound.pdb"
+ ImportLibrary="./libfishsound.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\comments.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\decode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\encode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\fishsound.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\fs_vector.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\speex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\vorbis.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\lib\libfishsound\win32\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\include\fishsound\constants.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\convert.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\include\fishsound\decode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\include\fishsound\deprecated.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\include\fishsound\fishsound.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\fs_compat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\fs_vector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libfishsound\src\libfishsound\private.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/libogg/VS2003/libogg.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libogg/VS2003/libogg.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libogg/VS2003/libogg.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,381 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libogg"
+ ProjectGUID="{15CBFEFF-7965-41F5-B4E2-21E8795C9159}"
+ RootNamespace="libogg"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\libogg\include"
+ PreprocessorDefinitions="_WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ DisableSpecificWarnings="4244"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_SSE|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libogg.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\ogg.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary="$(OutDir)/libogg.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_SSE2|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libogg.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\ogg.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary="$(OutDir)/libogg.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libogg\src\bitwise.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libogg\src\framing.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libogg\win32\ogg.def"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libogg\include\ogg\ogg.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libogg\include\ogg\os_types.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/liboggplay/VS2003/liboggplay.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/liboggplay/VS2003/liboggplay.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/liboggplay/VS2003/liboggplay.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,246 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="liboggplay"
+ ProjectGUID="{C0F0D088-236F-4276-890A-1A996FD93EF7}"
+ RootNamespace="liboggplay"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\liboggplay\include;..\..\..\lib\liboggz\include;..\..\..\lib\libogg\include;..\..\..\lib\libfishsound\include;..\..\..\lib\libtheora\include;..\..\..\lib\liboggplay\win32"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;__SSE2__"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ ProgramDataBaseFileName="$(IntDir)\liboggplay.pdb"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies="Ws2_32.lib libtheora.lib libfishsound.lib"
+ AdditionalLibraryDirectories="$(OutDir)"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\liboggz\include;..\..\..\..\libogg\include;..\..\..\..\libfishsound\include;..\..\..\..\libtheora\include;..\.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ ProgramDataBaseFileName="$(IntDir)\liboggplay.pdb"
+ WarningLevel="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ ModuleDefinitionFile="..\..\liboggplay.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\lib\liboggplay\win32\liboggplay.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_buffer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_callback.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_callback_info.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_data.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_file_reader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_query.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_tcp_reader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_yuv2rgb.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\lib\liboggplay\win32\config_win32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\include\oggplay\oggplay.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_callback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\include\oggplay\oggplay_callback_info.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\include\oggplay\oggplay_enums.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_file_reader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\src\liboggplay\oggplay_private.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\include\oggplay\oggplay_query.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\include\oggplay\oggplay_reader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\include\oggplay\oggplay_tools.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/liboggplayplugin/VS2003/liboggplugin.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/liboggplayplugin/VS2003/liboggplugin.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/liboggplayplugin/VS2003/liboggplugin.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,224 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="liboggplugin"
+ ProjectGUID="{DC9214B6-A792-4BFF-A16E-CA63E5164A78}"
+ RootNamespace="npliboggplugin">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""..\..\..\..\gecko-sdk\include";..\..\..\lib\liboggplay\plugin\support;..\..\..\lib\liboggplay\plugin;..\..\..\lib\liboggplay\include;..\..\..\lib\libogg\include;..\..\..\lib\liboggz\include;..\..\..\lib\liboggplay\plugin\include"
+ PreprocessorDefinitions="_DEBUG;XP_WIN32;MOZILLA_STRICT_API;XPCOM_GLUE;XP_WIN;_X86_;WIN32;_WINDOWS;_USRDLL;NPLIBOGGPLUGIN_EXPORTS"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ObjectFile="$(IntDir)\"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="liboggplay.lib libogg.lib liboggz.lib winmm.lib"
+ OutputFile="$(OutDir)\np$(ProjectName).dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="$(OutDir)"
+ IgnoreAllDefaultLibraries="FALSE"
+ IgnoreDefaultLibraryNames=""
+ ModuleDefinitionFile="..\..\..\lib\liboggplay\plugin\win32\liboggplugin.def"
+ GenerateDebugInformation="TRUE"
+ SubSystem="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy /Y ..\..\..\sln\Plugin_all_2003\debug\npliboggplugin.dll "c:\Program Files\Mozilla Firefox\plugins"
+copy /Y ..\..\..\sln\Plugin_all_2003\debug\npliboggplugin.xpt "c:\Program Files\Mozilla Firefox\plugins"
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_EXPORTS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\support\np_entry.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\support\npn_gate.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\support\npp_gate.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\nsILibOggPlugin.idl">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description=""Running the XPIDL compiler and linker for $(InputName)""
+ CommandLine="..\..\..\..\gecko-sdk\bin\xpidl -m header -I ..\..\..\..\gecko-sdk\idl -o ..\..\..\lib\liboggplay\plugin\nsILibOggPlugin "$(InputPath)"
+..\..\..\..\gecko-sdk\bin\xpidl -m typelib -I ..\..\..\..\gecko-sdk\idl -o ..\..\..\lib\liboggplay\plugin\nsILibOggPlugin "$(InputPath)"
+..\..\..\..\gecko-sdk\bin\xpt_link "$(OutDir)\npliboggplugin.xpt" ..\..\..\lib\liboggplay\plugin\nsILibOggPlugin.xpt
+"
+ Outputs="nsILibOggPlugin.h"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\support\nsScriptablePeer.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_gui_mac.c">
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_gui_win32.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_oggplay.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_playlist.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_tools.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\audio\sydney_audio_waveapi.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\support\nsScriptablePeer.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_c.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_gui.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_oggplay.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_playlist.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\plugin_tools.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\win32\resource.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\std_semaphore.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\audio\sydney_audio_new.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ <File
+ RelativePath="..\..\..\lib\liboggplay\plugin\win32\liboggplugin.rc">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/liboggz/VS2003/liboggz.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/liboggz/VS2003/liboggz.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/liboggz/VS2003/liboggz.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,329 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="liboggz"
+ ProjectGUID="{CA7C1AB2-B84F-48FA-97B8-219B88524005}"
+ RootNamespace="liboggz"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName="./liboggz.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\include\;.;..\..\libogg\include\"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGGZ_EXPORTS"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ PrecompiledHeaderFile="./liboggz.pch"
+ AssemblerListingLocation=""
+ ObjectFile="$(IntDir)/"
+ ProgramDataBaseFileName="$(IntDir)/vc70.pdb"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="odbc32.lib odbccp32.lib ogg.lib"
+ OutputFile="$(OutDir)/liboggz.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\libogg\win32\Dynamic_Release"
+ ModuleDefinitionFile=".\liboggz.def"
+ ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
+ ImportLibrary="liboggz.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Copy libogg to output directory"
+ CommandLine="copy ..\..\libogg\win32\Dynamic_Release\ogg.dll .\Release"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="true"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName="./liboggz.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\liboggz\include;..\..\..\lib\liboggz\win32;..\..\..\lib\libogg\include\"
+ PreprocessorDefinitions="_WIN32;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGGZ_EXPORTS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=""
+ AssemblerListingLocation=""
+ ObjectFile="$(IntDir)/"
+ ProgramDataBaseFileName="$(IntDir)/vc70.pdb"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Copy libogg to output directory"
+ CommandLine="copy ..\..\libogg\win32\Dynamic_Debug\ogg_d.dll .\Debug"
+ ExcludedFromBuild="true"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\metric_internal.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_auto.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_comments.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_io.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_read.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_seek.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_stream.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_table.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_vector.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_write.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl"
+ >
+ <File
+ RelativePath="..\..\..\lib\liboggz\win32\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\win32\liboggz.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\include\oggz\oggz.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_auto.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_byteorder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_compat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\include\oggz\oggz_constants.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\include\oggz\oggz_io.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_macros.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\include\oggz\oggz_off_t_win32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_private.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\include\oggz\oggz_read.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\include\oggz\oggz_seek.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_stream.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\include\oggz\oggz_table.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\src\liboggz\oggz_vector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\liboggz\include\oggz\oggz_write.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/libsndfile/VS2003/libsndfile.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libsndfile/VS2003/libsndfile.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libsndfile/VS2003/libsndfile.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,471 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libsndfile"
+ ProjectGUID="{0D55FA9F-9B6A-4CB5-B73E-7D662ED84FBE}"
+ RootNamespace="libsndfile"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ InlineFunctionExpansion="0"
+ AdditionalIncludeDirectories="..\..\..\lib\libsndfile\win32;..\..\..\lib\libsndfile\src;..\..\..\lib\libsndfile\src\GSM610;..\..\..\lib\libsndfile\src\G72x"
+ PreprocessorDefinitions="inline=__inline;WIN32;_USRDLL;_DEBUG"
+ MinimalRebuild="true"
+ RuntimeLibrary="3"
+ ProgramDataBaseFileName="$(IntDir)\libsndfile.pdb"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ ModuleDefinitionFile="..\..\..\lib\libsndfile\src\libsndfile.def"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="inline=__inline;WIN32;_USRDLL;NDEBUG"
+ RuntimeLibrary="2"
+ ProgramDataBaseFileName="$(IntDir)\libsndfile.pdb"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ ModuleDefinitionFile=""
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/libsndfile.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\add.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\aiff.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\alaw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\au.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\au_g72x.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\avr.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\code.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\command.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\common.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\decode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\dither.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\double64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\dwd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\dwvw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\file_io.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\float32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\G72x\g721.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\G72x\g723_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\G72x\g723_24.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\G72x\g723_40.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\G72x\g72x.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\gsm610.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\gsm_create.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\gsm_decode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\gsm_destroy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\gsm_encode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\gsm_option.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\htk.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\ima_adpcm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\interleave.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\ircam.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\libsndfile.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\long_term.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\lpc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\mat4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\mat5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\ms_adpcm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\nist.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\ogg.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\paf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\pcm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\preprocess.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\pvf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\raw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\rpe.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\rx2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\sd2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\sds.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\short_term.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\sndfile.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\strings.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\svx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\table.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\txw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\ulaw.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\voc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\vox_adpcm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\w64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\wav.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\wav_w64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\wve.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\xi.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\au.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\Win32\config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\float_cast.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\G72x\g72x.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\G72x\g72x_priv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\gsm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\GSM610\gsm610_priv.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\sf_unistd.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\Win32\sndfile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libsndfile\src\wav_w64.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/libspeex/VS2003/libspeex.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libspeex/VS2003/libspeex.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libspeex/VS2003/libspeex.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,486 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libspeex"
+ ProjectGUID="{E972C52F-9E85-4D65-B19C-031E511E9DB4}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\libspeex\include;..\..\..\lib\libspeex\win32"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H; USE_ALLOCA"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="1"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies="libogg.lib"
+ OutputFile="$(OutDir)/libspeex.lib"
+ AdditionalLibraryDirectories="$(OutDir)"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="1"
+ OptimizeForProcessor="2"
+ AdditionalIncludeDirectories="..\..\..\lib\libspeex\include;..\..\..\lib\libs"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H; USE_ALLOCA"
+ StringPooling="TRUE"
+ ExceptionHandling="FALSE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4305;4311;4100;4127"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/libspeex.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release_SSE|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="1"
+ OptimizeForProcessor="2"
+ AdditionalIncludeDirectories="..\..\..\lib\libspeex\include;..\..\..\lib\libs"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
+ StringPooling="TRUE"
+ ExceptionHandling="FALSE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4305;4311;4100;4127"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/libspeex.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release_SSE2|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="1"
+ OptimizeForProcessor="3"
+ AdditionalIncludeDirectories="..\..\..\lib\libspeex\include;..\..\..\lib\libs"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
+ StringPooling="TRUE"
+ ExceptionHandling="FALSE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ EnableEnhancedInstructionSet="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4305;4311;4100;4127"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/libspeex.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release_Dynamic|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="2"
+ WholeProgramOptimization="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="1"
+ OptimizeForProcessor="2"
+ AdditionalIncludeDirectories="..\..\..\lib\libspeex\include;..\..\..\lib\libs"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H"
+ StringPooling="TRUE"
+ ExceptionHandling="FALSE"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="FALSE"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4305;4311;4100;4127"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ ModuleDefinitionFile="libspeex.def"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\bits.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\cb_search.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\exc_10_16_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\exc_10_32_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\exc_20_32_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\exc_5_256_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\exc_5_64_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\exc_8_128_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\filters.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\gain_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\gain_table_lbr.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\hexc_10_32_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\hexc_table.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\high_lsp_tables.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\jitter.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\win32\libspeex\libspeex.def">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\lpc.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\lsp.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\lsp_tables_nb.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\ltp.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\math_approx.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\mdf.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\medfilter.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\misc.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\modes.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\nb_celp.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\preprocess.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\quant_lsp.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\sb_celp.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\smallft.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\speex.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\speex_callbacks.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\speex_header.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\stereo.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\vbr.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\vq.c">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\window.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\cb_search.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\win32\config.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\filters.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\filters_sse.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\lpc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\lsp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\ltp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\ltp_sse.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\math_approx.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\misc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\modes.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\nb_celp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\quant_lsp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\sb_celp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_bits.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_callbacks.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_echo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_header.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_jitter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_noglobals.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_preprocess.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_stereo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\include\speex\speex_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\stack_alloc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\vbr.h">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libspeex\libspeex\vq.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ <File
+ RelativePath=".\ReadMe.txt">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/libtheora/VS2003/libtheora.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libtheora/VS2003/libtheora.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libtheora/VS2003/libtheora.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,658 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libtheora"
+ ProjectGUID="{653F3841-3F26-49B9-AFCF-091DB4B67031}"
+ RootNamespace="libtheora"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\libtheora\include;..\..\..\lib\libogg\include;..\..\..\lib\libtheora\lib"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; USE_ASM"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; USE_ASM"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4267;4057;4100;4245"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libtheora.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\libtheora.def"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary="$(OutDir)/libtheora.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_SSE|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; THEORA_USE_ASM"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4267;4057;4100;4245"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libtheora.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\libtheora.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary="$(OutDir)/libtheora.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_SSE2|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; THEORA_USE_ASM"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4267;4057;4100;4245"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libtheora.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\libtheora.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary="$(OutDir)/libtheora.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_RTL_dll|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\libtheora\include;..\..\..\lib\libogg\include;..\..\..\lib\libtheora\lib"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; USE_ASM"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_RTL_dll|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include;..\..\..\lib; ..\..\..\..\..\..\..\core\ogg\libogg\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBTHEORA_EXPORTS; USE_ASM"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4267;4057;4100;4245"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\blockmap.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\comment.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\cpu.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\dct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\dct_decode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\dct_encode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\decode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\dsp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\x86_32_vs\dsp_mmx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\encode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\encoder_toplevel.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\x86_32_vs\fdct_mmx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\frarray.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\frinit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\huffman.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\idct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\mcomp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\misc_common.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\pb.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\pp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\quant.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\x86_32_vs\recon_mmx.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\reconstruct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\scan.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\toplevel.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\block_inline.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\cpu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\dsp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\encoder_lookup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\huffman.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\hufftables.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\pp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\quant_lookup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\include\theora\theora.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\toplevel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libtheora\lib\toplevel_lookup.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/libvorbis/VS2003/libvorbis.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libvorbis/VS2003/libvorbis.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libvorbis/VS2003/libvorbis.vcproj 2007-06-21 14:12:50 UTC (rev 3024)
@@ -0,0 +1,638 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libvorbis"
+ ProjectGUID="{3A214E06-B95E-4D61-A291-1F8DF2EC10FD}"
+ RootNamespace="libvorbis"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\lib\libvorbis\include;..\..\..\lib\libogg\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies="libogg.lib"
+ AdditionalLibraryDirectories="$(SolutionDir)$(ConfigurationName)"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\lib\libogg\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libvorbis.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\..\lib\libvorbis\win32\vorbis.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary="$(OutDir)/libvorbis.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_SSE|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libvorbis.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\..\lib\libvorbis\win32\vorbis.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary="$(OutDir)/libvorbis.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_SSE2|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ InlineFunctionExpansion="2"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="1"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libogg\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBVORBIS_EXPORTS"
+ StringPooling="true"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ BufferSecurityCheck="false"
+ EnableEnhancedInstructionSet="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4244;4100;4267;4189;4305;4127;4706"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libvorbis.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="..\..\..\lib\libvorbis\win32\vorbis.def"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ OptimizeForWindows98="1"
+ ImportLibrary="$(OutDir)/libvorbis.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\analysis.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\bitrate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\block.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\codebook.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\envelope.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\floor0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\floor1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\info.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\lookup.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\lpc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\lsp.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\mapping0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\mdct.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\psy.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\registry.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\res0.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\sharedbook.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\smallft.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\synthesis.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\win32\vorbis.def"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\vorbisenc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\window.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\backends.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\bitrate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\codebook.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\include\vorbis\codec.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\codec_internal.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\envelope.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\floor_all.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\books\floor\floor_books.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\highlevel.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\lookup.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\lookup_data.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\lpc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\lsp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\masking.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\mdct.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\misc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\os.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\psy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\psych_11.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\psych_16.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\psych_44.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\psych_8.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\registry.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\books\coupled\res_books_stereo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\books\uncoupled\res_books_uncoupled.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\residue_16.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\residue_44.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\residue_44u.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\residue_8.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\scales.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\setup_11.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\setup_16.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\setup_22.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\setup_32.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\setup_44.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\setup_44u.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\setup_8.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\modes\setup_X.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\smallft.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\include\vorbis\vorbisenc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\include\vorbis\vorbisfile.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\libvorbis\lib\window.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
More information about the commits
mailing list