Updating osxbuild to work with OS X 10.7+/XCode 4.x.
[sox.git] / msvc10 / LibMad.vcxproj
blob203985d99fe834d91ccbf85a9ca864e90d154536
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{B7A8AD9A-0D07-4453-B2DE-FEABD9546263}</ProjectGuid>
15     <RootNamespace>LibMad</RootNamespace>
16     <Keyword>Win32Proj</Keyword>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20     <ConfigurationType>DynamicLibrary</ConfigurationType>
21     <CharacterSet>Unicode</CharacterSet>
22     <WholeProgramOptimization>true</WholeProgramOptimization>
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25     <ConfigurationType>DynamicLibrary</ConfigurationType>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29   <ImportGroup Label="ExtensionSettings">
30   </ImportGroup>
31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33   </ImportGroup>
34   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36   </ImportGroup>
37   <PropertyGroup Label="UserMacros" />
38   <PropertyGroup>
39     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
40     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
41     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\$(ProjectName)\</IntDir>
44     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
45     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
46     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
47     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
48     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
49     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
50     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
51   </PropertyGroup>
52   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53     <ClCompile>
54       <Optimization>Disabled</Optimization>
55       <AdditionalIncludeDirectories>Mad;../../libmad;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
56       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57       <StringPooling>true</StringPooling>
58       <MinimalRebuild>true</MinimalRebuild>
59       <ExceptionHandling>
60       </ExceptionHandling>
61       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
62       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
63       <FunctionLevelLinking>true</FunctionLevelLinking>
64       <FloatingPointModel>Fast</FloatingPointModel>
65       <RuntimeTypeInfo>false</RuntimeTypeInfo>
66       <PrecompiledHeader>
67       </PrecompiledHeader>
68       <WarningLevel>Level3</WarningLevel>
69       <TreatWarningAsError>true</TreatWarningAsError>
70       <SuppressStartupBanner>true</SuppressStartupBanner>
71       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
72       <CallingConvention>Cdecl</CallingConvention>
73       <DisableSpecificWarnings>4018;4146;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
74     </ClCompile>
75     <Link>
76       <OutputFile>$(SolutionDir)$(Configuration)\$(ProjectName).dll</OutputFile>
77       <ModuleDefinitionFile>Mad/LibMad.def</ModuleDefinitionFile>
78       <GenerateDebugInformation>true</GenerateDebugInformation>
79       <SetChecksum>true</SetChecksum>
80       <ImportLibrary>$(OutDir)lib\$(TargetName).lib</ImportLibrary>
81     </Link>
82   </ItemDefinitionGroup>
83   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
84     <ClCompile>
85       <Optimization>MaxSpeed</Optimization>
86       <IntrinsicFunctions>true</IntrinsicFunctions>
87       <AdditionalIncludeDirectories>Mad;../../libmad;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
88       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89       <StringPooling>true</StringPooling>
90       <ExceptionHandling>
91       </ExceptionHandling>
92       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
93       <FunctionLevelLinking>true</FunctionLevelLinking>
94       <FloatingPointModel>Fast</FloatingPointModel>
95       <RuntimeTypeInfo>false</RuntimeTypeInfo>
96       <PrecompiledHeader>
97       </PrecompiledHeader>
98       <WarningLevel>Level3</WarningLevel>
99       <TreatWarningAsError>true</TreatWarningAsError>
100       <SuppressStartupBanner>true</SuppressStartupBanner>
101       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
102       <CallingConvention>Cdecl</CallingConvention>
103       <DisableSpecificWarnings>4018;4146;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
104     </ClCompile>
105     <Link>
106       <OutputFile>$(SolutionDir)$(Configuration)\$(ProjectName).dll</OutputFile>
107       <ModuleDefinitionFile>Mad/LibMad.def</ModuleDefinitionFile>
108       <GenerateDebugInformation>true</GenerateDebugInformation>
109       <OptimizeReferences>true</OptimizeReferences>
110       <EnableCOMDATFolding>true</EnableCOMDATFolding>
111       <SetChecksum>true</SetChecksum>
112       <ImportLibrary>$(OutDir)lib\$(TargetName).lib</ImportLibrary>
113     </Link>
114   </ItemDefinitionGroup>
115   <ItemGroup>
116     <ClCompile Include="..\..\libmad\bit.c" />
117     <ClCompile Include="..\..\libmad\decoder.c" />
118     <ClCompile Include="..\..\libmad\fixed.c" />
119     <ClCompile Include="..\..\libmad\frame.c" />
120     <ClCompile Include="..\..\libmad\huffman.c" />
121     <ClCompile Include="..\..\libmad\layer12.c" />
122     <ClCompile Include="..\..\libmad\layer3.c" />
123     <ClCompile Include="..\..\libmad\stream.c" />
124     <ClCompile Include="..\..\libmad\synth.c" />
125     <ClCompile Include="..\..\libmad\timer.c" />
126     <ClCompile Include="..\..\libmad\version.c" />
127   </ItemGroup>
128   <ItemGroup>
129     <None Include="Mad\LibMad.def" />
130   </ItemGroup>
131   <ItemGroup>
132     <ClInclude Include="..\..\libmad\bit.h" />
133     <ClInclude Include="..\..\libmad\decoder.h" />
134     <ClInclude Include="..\..\libmad\fixed.h" />
135     <ClInclude Include="..\..\libmad\frame.h" />
136     <ClInclude Include="..\..\libmad\global.h" />
137     <ClInclude Include="..\..\libmad\huffman.h" />
138     <ClInclude Include="..\..\libmad\layer12.h" />
139     <ClInclude Include="..\..\libmad\layer3.h" />
140     <ClInclude Include="..\..\libmad\mad.h" />
141     <ClInclude Include="..\..\libmad\stream.h" />
142     <ClInclude Include="..\..\libmad\synth.h" />
143     <ClInclude Include="..\..\libmad\timer.h" />
144     <ClInclude Include="..\..\libmad\version.h" />
145     <ClInclude Include="Mad\config.h" />
146   </ItemGroup>
147   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
148   <ImportGroup Label="ExtensionTargets">
149   </ImportGroup>
150 </Project>