summaryrefslogtreecommitdiff
path: root/libmad/libmad.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'libmad/libmad.vcproj')
-rw-r--r--libmad/libmad.vcproj285
1 files changed, 285 insertions, 0 deletions
diff --git a/libmad/libmad.vcproj b/libmad/libmad.vcproj
new file mode 100644
index 0000000..56107d8
--- /dev/null
+++ b/libmad/libmad.vcproj
@@ -0,0 +1,285 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="libmad"
+ ProjectGUID="{7DDFB46B-0754-450D-9A7A-4B982E40367D}"
+ RootNamespace="libmad"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)build\temp\lib\"
+ IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="$(ProjectDir)configured\"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;FPM_INTEL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
+ MinimalRebuild="false"
+ ExceptionHandling="0"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
+ WarningLevel="3"
+ DebugInformationFormat="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\$(ProjectName)-mt-debug.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="xcopy &quot;$(ProjectDir)configured\mad.h&quot; &quot;$(SolutionDir)build\temp\include\&quot; /I /Y /D&#x0D;&#x0A;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)build\temp\lib\"
+ IntermediateDirectory="$(SolutionDir)build\temp\obj\$(ProjectName)\$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="$(ProjectDir)configured\"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;FPM_INTEL;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS"
+ ExceptionHandling="0"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(IntDir)\vc90.pdb"
+ WarningLevel="3"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)\$(ProjectName)-mt.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="xcopy &quot;$(ProjectDir)configured\mad.h&quot; &quot;$(SolutionDir)build\temp\include\&quot; /I /Y /D&#x0D;&#x0A;"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Sources"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\src\bit.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\bit.h"
+ >
+ </File>
+ <File
+ RelativePath=".\configured\config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\D.dat"
+ >
+ </File>
+ <File
+ RelativePath=".\src\decoder.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\decoder.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\fixed.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\fixed.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\frame.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\frame.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\global.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\huffman.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\huffman.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\imdct_s.dat"
+ >
+ </File>
+ <File
+ RelativePath=".\src\layer12.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\layer12.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\layer3.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\layer3.h"
+ >
+ </File>
+ <File
+ RelativePath=".\configured\mad.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\qc_table.dat"
+ >
+ </File>
+ <File
+ RelativePath=".\src\rq_table.dat"
+ >
+ </File>
+ <File
+ RelativePath=".\src\sf_table.dat"
+ >
+ </File>
+ <File
+ RelativePath=".\src\stream.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\stream.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\synth.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\synth.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\timer.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\timer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\version.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\version.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>