Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorBenoit Bolsee <benoit.bolsee@online.be>2009-08-10 22:36:12 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2009-08-10 22:36:12 +0400
commitc2239abdbd450fd9a757b08f9d3e9840defa7db5 (patch)
treecc974e10ad08ce2d2644dc0d93c62d3e8018f837 /intern
parent22dd40f8ab42c20f3268d263993cbff3cae3c2c8 (diff)
MSVC project files: add audaspace project, upgrade to Python 3.1
Diffstat (limited to 'intern')
-rw-r--r--intern/audaspace/make/msvc_9_0/audaspace.vcproj727
1 files changed, 727 insertions, 0 deletions
diff --git a/intern/audaspace/make/msvc_9_0/audaspace.vcproj b/intern/audaspace/make/msvc_9_0/audaspace.vcproj
new file mode 100644
index 00000000000..2bb97502c4e
--- /dev/null
+++ b/intern/audaspace/make/msvc_9_0/audaspace.vcproj
@@ -0,0 +1,727 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="INT_audaspace"
+ ProjectGUID="{87032FD2-9BA0-6B43-BE33-8902BA8F9172}"
+ RootNamespace="audaspace"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Blender Release|Win32"
+ OutputDirectory="..\..\..\..\..\build\msvc_9\intern\audaspace"
+ IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\audaspace"
+ 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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="2"
+ AdditionalIncludeDirectories="..\..;..\..\ffmpeg;..\..\FX;..\..\intern;..\..\OpenAL;..\..\SDL;..\..\SRC;..\..\..\..\..\lib\windows\pthreads\include;..\..\..\..\..\lib\windows\samplerate\include;..\..\..\..\..\lib\windows\ffmpeg\include;..\..\..\..\..\lib\windows\sdl\include;..\..\..\..\..\lib\windows\openal\include"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB,WITH_FFMPEG,WITH_SDL,WITH_OPENAL"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\audaspace\audaspace.pch"
+ AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\audaspace\"
+ ObjectFile="..\..\..\..\..\build\msvc_9\intern\audaspace\"
+ ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\audaspace\"
+ WarningLevel="2"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1043"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\libaudaspace.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Blender Debug|Win32"
+ OutputDirectory="..\..\..\..\..\build\msvc_9\intern\audaspace\debug"
+ IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\audaspace\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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..;..\..\ffmpeg;..\..\FX;..\..\intern;..\..\OpenAL;..\..\SDL;..\..\SRC;..\..\..\..\..\lib\windows\pthreads\include;..\..\..\..\..\lib\windows\samplerate\include;..\..\..\..\..\lib\windows\ffmpeg\include;..\..\..\..\..\lib\windows\sdl\include;..\..\..\..\..\lib\windows\openal\include"
+ PreprocessorDefinitions="WIN32,_DEBUG,_LIB,WITH_FFMPEG,WITH_SDL,WITH_OPENAL"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\audaspace\debug\audaspace.pch"
+ AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\audaspace\debug\"
+ ObjectFile="..\..\..\..\..\build\msvc_9\intern\audaspace\debug\"
+ ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\audaspace\debug\"
+ WarningLevel="2"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1043"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\debug\libaudaspace.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="3DPlugin Release|Win32"
+ OutputDirectory="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll"
+ IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll"
+ 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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="2"
+ AdditionalIncludeDirectories="..\..;..\..\ffmpeg;..\..\FX;..\..\intern;..\..\OpenAL;..\..\SDL;..\..\SRC;..\..\..\..\..\lib\windows\pthreads\include;..\..\..\..\..\lib\windows\samplerate\include;..\..\..\..\..\lib\windows\ffmpeg\include;..\..\..\..\..\lib\windows\sdl\include;..\..\..\..\..\lib\windows\openal\include"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB,WITH_FFMPEG,WITH_SDL,WITH_OPENAL"
+ StringPooling="true"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\audaspace.pch"
+ AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\"
+ ObjectFile="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\"
+ ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\"
+ WarningLevel="2"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1043"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\mtdll\libaudaspace.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="3DPlugin Debug|Win32"
+ OutputDirectory="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\debug"
+ IntermediateDirectory="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\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"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..;..\..\ffmpeg;..\..\FX;..\..\intern;..\..\OpenAL;..\..\SDL;..\..\SRC;..\..\..\..\..\lib\windows\pthreads\include;..\..\..\..\..\lib\windows\samplerate\include;..\..\..\..\..\lib\windows\ffmpeg\include;..\..\..\..\..\lib\windows\sdl\include;..\..\..\..\..\lib\windows\openal\include"
+ PreprocessorDefinitions="WIN32,_DEBUG,_LIB,WITH_FFMPEG,WITH_SDL,WITH_OPENAL"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\debug\audaspace.pch"
+ AssemblerListingLocation="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\debug\"
+ ObjectFile="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\debug\"
+ ProgramDataBaseFileName="..\..\..\..\..\build\msvc_9\intern\audaspace\mtdll\debug\"
+ WarningLevel="2"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1043"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\..\build\msvc_9\libs\intern\mtdll\debug\libaudaspace.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="intern"
+ >
+ <File
+ RelativePath="..\..\intern\AUD_Buffer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_Buffer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_BufferReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_BufferReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_C-API.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ChannelMapperFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ChannelMapperFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ChannelMapperReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ChannelMapperReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ConverterFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ConverterFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ConverterFunctions.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ConverterFunctions.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ConverterReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ConverterReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_FloatMixer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_FloatMixer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_I3DDevice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_IDevice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_IFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_IMixer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_IReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_MixerFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_MixerFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_NULLDevice.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_NULLDevice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ReadDevice.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ReadDevice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_Reference.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_ResampleFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_SinusFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_SinusFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_SinusReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_SinusReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_SoftwareDevice.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_SoftwareDevice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_SourceCaps.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_Space.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_StreamBufferFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\intern\AUD_StreamBufferFactory.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="ffmpeg"
+ >
+ <File
+ RelativePath="..\..\ffmpeg\AUD_FFMPEGFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ffmpeg\AUD_FFMPEGFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ffmpeg\AUD_FFMPEGReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\ffmpeg\AUD_FFMPEGReader.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="FX"
+ >
+ <File
+ RelativePath="..\..\FX\AUD_DelayFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_DelayFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_DelayReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_DelayReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_DoubleReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_DoubleReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_EffectFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_EffectFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_EffectReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_EffectReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_FaderFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_FaderFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_FaderReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_FaderReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_LimiterFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_LimiterFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_LimiterReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_LimiterReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_LoopFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_LoopFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_LoopReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_LoopReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_PingPongFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_PingPongFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_PitchFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_PitchFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_PitchReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_PitchReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_ReverseFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_ReverseFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_ReverseReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_ReverseReader.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_VolumeFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_VolumeFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_VolumeReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\FX\AUD_VolumeReader.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="OpenAL"
+ >
+ <File
+ RelativePath="..\..\OpenAL\AUD_OpenALDevice.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\OpenAL\AUD_OpenALDevice.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="SDL"
+ >
+ <File
+ RelativePath="..\..\SDL\AUD_SDLDevice.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SDL\AUD_SDLDevice.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SDL\AUD_SDLMixer.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SDL\AUD_SDLMixer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SDL\AUD_SDLMixerFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SDL\AUD_SDLMixerFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SDL\AUD_SDLMixerReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SDL\AUD_SDLMixerReader.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="SRC"
+ >
+ <File
+ RelativePath="..\..\SRC\AUD_SRCResampleFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SRC\AUD_SRCResampleFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SRC\AUD_SRCResampleReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\SRC\AUD_SRCResampleReader.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath="..\..\AUD_C-API.h"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>