From: <jpg...@us...> - 2007-08-15 20:13:44
|
Revision: 1086 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1086&view=rev Author: jpgrayson Date: 2007-08-15 13:13:27 -0700 (Wed, 15 Aug 2007) Log Message: ----------- Add vcproj files for the rest of iaxclient's dependencies: libogg, libspeex, and libthreora. These are known to work with the following versions of those libraries: libogg.vcproj --> libogg-1.1.3 libspeex.vcproj --> speex-1.2beta1 libtheora.vcproj --> libtheora-1.0alpha7 Modified Paths: -------------- trunk/contrib/win/vs2005/iaxclient.sln Added Paths: ----------- trunk/contrib/win/vs2005/libogg.vcproj trunk/contrib/win/vs2005/libspeex.vcproj trunk/contrib/win/vs2005/libtheora.vcproj Modified: trunk/contrib/win/vs2005/iaxclient.sln =================================================================== --- trunk/contrib/win/vs2005/iaxclient.sln 2007-08-15 18:17:38 UTC (rev 1085) +++ trunk/contrib/win/vs2005/iaxclient.sln 2007-08-15 20:13:27 UTC (rev 1086) @@ -20,6 +20,12 @@ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libgsm", "libgsm.vcproj", "{82C9BD79-9796-405F-8A28-3F538514AC3A}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg.vcproj", "{2F463562-375D-481E-A6E0-7C7D0DC1ED7A}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libspeex", "libspeex.vcproj", "{E972C52F-9E85-4D65-B19C-031E511E9DB4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtheora", "libtheora.vcproj", "{E2C6AD95-7A61-41FE-8754-A4623C891BF8}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -50,6 +56,18 @@ {82C9BD79-9796-405F-8A28-3F538514AC3A}.Debug|Win32.Build.0 = Debug|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release|Win32.ActiveCfg = Release|Win32 {82C9BD79-9796-405F-8A28-3F538514AC3A}.Release|Win32.Build.0 = Release|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug|Win32.ActiveCfg = Debug|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Debug|Win32.Build.0 = Debug|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release|Win32.ActiveCfg = Release|Win32 + {2F463562-375D-481E-A6E0-7C7D0DC1ED7A}.Release|Win32.Build.0 = Release|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug|Win32.ActiveCfg = Debug|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Debug|Win32.Build.0 = Debug|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release|Win32.ActiveCfg = Release|Win32 + {E972C52F-9E85-4D65-B19C-031E511E9DB4}.Release|Win32.Build.0 = Release|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug|Win32.ActiveCfg = Debug|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Debug|Win32.Build.0 = Debug|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release|Win32.ActiveCfg = Release|Win32 + {E2C6AD95-7A61-41FE-8754-A4623C891BF8}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE Added: trunk/contrib/win/vs2005/libogg.vcproj =================================================================== --- trunk/contrib/win/vs2005/libogg.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libogg.vcproj 2007-08-15 20:13:27 UTC (rev 1086) @@ -0,0 +1,178 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libogg" + ProjectGUID="{2F463562-375D-481E-A6E0-7C7D0DC1ED7A}" + RootNamespace="libogg" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\..\libogg\include" + PreprocessorDefinitions="NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="4" + Detect64BitPortabilityProblems="true" + 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)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\..\..\libogg\include" + PreprocessorDefinitions="NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + StringPooling="true" + RuntimeLibrary="2" + WarningLevel="4" + Detect64BitPortabilityProblems="true" + 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> + </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="..\..\..\..\libogg\src\bitwise.c" + > + </File> + <File + RelativePath="..\..\..\..\libogg\src\framing.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\..\..\libogg\include\ogg\ogg.h" + > + </File> + <File + RelativePath="..\..\..\..\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;tiff;tif;png;wav" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/contrib/win/vs2005/libspeex.vcproj =================================================================== --- trunk/contrib/win/vs2005/libspeex.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libspeex.vcproj 2007-08-15 20:13:27 UTC (rev 1086) @@ -0,0 +1,452 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libspeex" + ProjectGUID="{E972C52F-9E85-4D65-B19C-031E511E9DB4}" + RootNamespace="libspeex" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\..\speex\include\;..\..\..\..\speex\win32\" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + BufferSecurityCheck="false" + 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)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + 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="..\..\..\..\speex\include\;..\..\..\..\speex\win32\" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + StringPooling="true" + RuntimeLibrary="2" + BufferSecurityCheck="false" + WarningLevel="4" + Detect64BitPortabilityProblems="true" + CompileAs="1" + DisableSpecificWarnings="4244;4305;4311;4100;4127" + /> + <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="..\..\..\..\speex\libspeex\bits.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\cb_search.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_10_16_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_10_32_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_20_32_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_5_256_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_5_64_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\exc_8_128_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\fftwrap.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\filters.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\gain_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\gain_table_lbr.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\hexc_10_32_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\hexc_table.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\high_lsp_tables.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\jitter.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\kiss_fft.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\kiss_fftr.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\win32\VS2003\libspeex\libspeex.def" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lpc.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lsp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lsp_tables_nb.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\ltp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\math_approx.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\mdf.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\misc.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\modes.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\nb_celp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\preprocess.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\quant_lsp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\sb_celp.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\smallft.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\speex.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\speex_callbacks.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\speex_header.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\stereo.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\vbr.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\vq.c" + > + </File> + <File + RelativePath="..\..\..\..\speex\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="..\..\..\..\speex\libspeex\cb_search.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\win32\config.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\fftwrap.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\filters.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\filters_sse.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\kiss_fft.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\kiss_fftr.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lpc.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\lsp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\ltp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\ltp_sse.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\math_approx.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\misc.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\modes.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\nb_celp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\pseudofloat.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\quant_lsp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\sb_celp.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_bits.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_callbacks.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_echo.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_header.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_jitter.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_noglobals.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_preprocess.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_stereo.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\include\speex\speex_types.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\stack_alloc.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\libspeex\vbr.h" + > + </File> + <File + RelativePath="..\..\..\..\speex\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> + </Files> + <Globals> + </Globals> +</VisualStudioProject> Added: trunk/contrib/win/vs2005/libtheora.vcproj =================================================================== --- trunk/contrib/win/vs2005/libtheora.vcproj (rev 0) +++ trunk/contrib/win/vs2005/libtheora.vcproj 2007-08-15 20:13:27 UTC (rev 1086) @@ -0,0 +1,282 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="libtheora" + ProjectGUID="{E2C6AD95-7A61-41FE-8754-A4623C891BF8}" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)\$(ConfigurationName)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\..\..\..\libtheora\include\;..\..\..\..\libogg\include\" + PreprocessorDefinitions="WIN32;_WIN32;_DEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + WarningLevel="3" + 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)\$(ProjectName)" + IntermediateDirectory="$(OutDir)" + ConfigurationType="4" + 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="1" + AdditionalIncludeDirectories="..\..\..\..\libtheora\include;..\..\..\..\libogg\include" + PreprocessorDefinitions="WIN32;_WIN32;NDEBUG;_LIB;NTDDI_VERSION=NTDDI_WIN2KSP4;_WIN32_WINNT=0x0500;WINVER=0x0500" + StringPooling="true" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" + WarningLevel="3" + 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> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" + > + <File + RelativePath="..\..\..\..\libtheora\lib\blockmap.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\comment.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\cpu.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dct_decode.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dct_encode.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\decode.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\dsp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\encode.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\encoder_toplevel.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\frarray.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\frinit.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\huffman.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\idct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\mcomp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\misc_common.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\pb.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\pp.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\quant.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\reconstruct.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\scan.c" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\toplevel.c" + > + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl" + > + <File + RelativePath="..\..\..\..\libtheora\lib\block_inline.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\encoder_internal.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\encoder_lookup.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\huffman.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\hufftables.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\mcomp.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\pp.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\quant_lookup.h" + > + </File> + <File + RelativePath="..\..\..\..\libtheora\lib\toplevel_lookup.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |