1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64"> 9 <Configuration>Debug</Configuration> 10 <Platform>x64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Release|Win32"> 13 <Configuration>Release</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Release|x64"> 17 <Configuration>Release</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{4cefbc8a-c215-11db-8314-0800200c9a66}</ProjectGuid> 23 <RootNamespace>replaygain_synthesis_static</RootNamespace> 24 <Keyword>Win32Proj</Keyword> 25 </PropertyGroup> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 <ConfigurationType>StaticLibrary</ConfigurationType> 29 <WholeProgramOptimization>true</WholeProgramOptimization> 30 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 32 <ConfigurationType>StaticLibrary</ConfigurationType> 33 <WholeProgramOptimization>true</WholeProgramOptimization> 34 </PropertyGroup> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 36 <ConfigurationType>StaticLibrary</ConfigurationType> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 <ConfigurationType>StaticLibrary</ConfigurationType> 40 </PropertyGroup> 41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 42 <ImportGroup Label="ExtensionSettings"> 43 </ImportGroup> 44 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 46 </ImportGroup> 47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 49 </ImportGroup> 50 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 52 </ImportGroup> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 </ImportGroup> 56 <PropertyGroup Label="UserMacros" /> 57 <PropertyGroup> 58 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion> 59 </PropertyGroup> 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 61 <OutDir>$(SolutionDir)objs\$(Configuration)\lib\</OutDir> 62 </PropertyGroup> 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 64 <OutDir>$(SolutionDir)objs\$(Platform)\$(Configuration)\lib\</OutDir> 65 </PropertyGroup> 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 67 <OutDir>$(SolutionDir)objs\$(Configuration)\lib\</OutDir> 68 </PropertyGroup> 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 70 <OutDir>$(SolutionDir)objs\$(Platform)\$(Configuration)\lib\</OutDir> 71 </PropertyGroup> 72 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 73 <ClCompile> 74 <Optimization>Disabled</Optimization> 75 <AdditionalIncludeDirectories>.\include;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 76 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;FLAC__NO_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 77 <MinimalRebuild>true</MinimalRebuild> 78 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 79 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 80 <WarningLevel>Level3</WarningLevel> 81 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 82 <CompileAs>Default</CompileAs> 83 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 84 </ClCompile> 85 </ItemDefinitionGroup> 86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 87 <ClCompile> 88 <Optimization>Disabled</Optimization> 89 <AdditionalIncludeDirectories>.\include;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 90 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;FLAC__NO_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 91 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 92 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 93 <WarningLevel>Level3</WarningLevel> 94 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 95 <CompileAs>Default</CompileAs> 96 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 97 </ClCompile> 98 </ItemDefinitionGroup> 99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 100 <ClCompile> 101 <IntrinsicFunctions>true</IntrinsicFunctions> 102 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 103 <OmitFramePointers>true</OmitFramePointers> 104 <WholeProgramOptimization>true</WholeProgramOptimization> 105 <AdditionalIncludeDirectories>.\include;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 106 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;FLAC__NO_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 107 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 108 <BufferSecurityCheck>false</BufferSecurityCheck> 109 <WarningLevel>Level3</WarningLevel> 110 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 111 <CompileAs>Default</CompileAs> 112 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 113 </ClCompile> 114 </ItemDefinitionGroup> 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 116 <ClCompile> 117 <IntrinsicFunctions>true</IntrinsicFunctions> 118 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 119 <OmitFramePointers>true</OmitFramePointers> 120 <WholeProgramOptimization>true</WholeProgramOptimization> 121 <AdditionalIncludeDirectories>.\include;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 122 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;FLAC__NO_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 123 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 124 <BufferSecurityCheck>false</BufferSecurityCheck> 125 <WarningLevel>Level3</WarningLevel> 126 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 127 <CompileAs>Default</CompileAs> 128 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 129 </ClCompile> 130 </ItemDefinitionGroup> 131 <ItemGroup> 132 <ClInclude Include="..\..\..\include\share\replaygain_synthesis.h" /> 133 </ItemGroup> 134 <ItemGroup> 135 <ClCompile Include="replaygain_synthesis.c" /> 136 </ItemGroup> 137 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 138 <ImportGroup Label="ExtensionTargets"> 139 </ImportGroup> 140</Project>