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>{4cefbc87-c215-11db-8314-0800200c9a66}</ProjectGuid> 23 <RootNamespace>metaflac</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>Application</ConfigurationType> 29 <WholeProgramOptimization>true</WholeProgramOptimization> 30 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 32 <ConfigurationType>Application</ConfigurationType> 33 <WholeProgramOptimization>true</WholeProgramOptimization> 34 </PropertyGroup> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 36 <ConfigurationType>Application</ConfigurationType> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 <ConfigurationType>Application</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)\bin\</OutDir> 62 <LinkIncremental>true</LinkIncremental> 63 </PropertyGroup> 64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 65 <LinkIncremental>true</LinkIncremental> 66 <OutDir>$(SolutionDir)objs\$(Platform)\$(Configuration)\bin\</OutDir> 67 </PropertyGroup> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 69 <OutDir>$(SolutionDir)objs\$(Configuration)\bin\</OutDir> 70 <LinkIncremental>false</LinkIncremental> 71 </PropertyGroup> 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 73 <LinkIncremental>false</LinkIncremental> 74 <OutDir>$(SolutionDir)objs\$(Platform)\$(Configuration)\bin\</OutDir> 75 </PropertyGroup> 76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 77 <ClCompile> 78 <Optimization>Disabled</Optimization> 79 <AdditionalIncludeDirectories>.;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 80 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;FLAC__HAS_OGG;FLAC__NO_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 81 <MinimalRebuild>true</MinimalRebuild> 82 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 83 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 84 <WarningLevel>Level3</WarningLevel> 85 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 86 <CompileAs>Default</CompileAs> 87 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 88 </ClCompile> 89 <Link> 90 <AdditionalDependencies>$(SolutionDir)objs\$(Configuration)\lib\libogg_static.lib;%(AdditionalDependencies)</AdditionalDependencies> 91 <IgnoreSpecificDefaultLibraries>uuid.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 92 <GenerateDebugInformation>true</GenerateDebugInformation> 93 <SubSystem>Console</SubSystem> 94 <TargetMachine>MachineX86</TargetMachine> 95 </Link> 96 </ItemDefinitionGroup> 97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 98 <ClCompile> 99 <Optimization>Disabled</Optimization> 100 <AdditionalIncludeDirectories>.;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 101 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;FLAC__HAS_OGG;FLAC__NO_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 102 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 103 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 104 <WarningLevel>Level3</WarningLevel> 105 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 106 <CompileAs>Default</CompileAs> 107 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 108 </ClCompile> 109 <Link> 110 <AdditionalDependencies>$(SolutionDir)objs\$(Platform)\$(Configuration)\lib\libogg_static.lib;%(AdditionalDependencies)</AdditionalDependencies> 111 <IgnoreSpecificDefaultLibraries>uuid.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 112 <GenerateDebugInformation>true</GenerateDebugInformation> 113 <SubSystem>Console</SubSystem> 114 </Link> 115 </ItemDefinitionGroup> 116 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 117 <ClCompile> 118 <IntrinsicFunctions>true</IntrinsicFunctions> 119 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 120 <OmitFramePointers>true</OmitFramePointers> 121 <WholeProgramOptimization>true</WholeProgramOptimization> 122 <AdditionalIncludeDirectories>.;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 123 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;FLAC__HAS_OGG;FLAC__NO_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 124 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 125 <BufferSecurityCheck>false</BufferSecurityCheck> 126 <WarningLevel>Level3</WarningLevel> 127 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 128 <CompileAs>Default</CompileAs> 129 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 130 </ClCompile> 131 <Link> 132 <AdditionalDependencies>$(SolutionDir)objs\$(Configuration)\lib\libogg_static.lib;%(AdditionalDependencies)</AdditionalDependencies> 133 <IgnoreSpecificDefaultLibraries>uuid.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 134 <GenerateDebugInformation>true</GenerateDebugInformation> 135 <SubSystem>Console</SubSystem> 136 <OptimizeReferences>true</OptimizeReferences> 137 <EnableCOMDATFolding>true</EnableCOMDATFolding> 138 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 139 <TargetMachine>MachineX86</TargetMachine> 140 </Link> 141 </ItemDefinitionGroup> 142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 143 <ClCompile> 144 <IntrinsicFunctions>true</IntrinsicFunctions> 145 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 146 <OmitFramePointers>true</OmitFramePointers> 147 <WholeProgramOptimization>true</WholeProgramOptimization> 148 <AdditionalIncludeDirectories>.;..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 149 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;FLAC__HAS_OGG;FLAC__NO_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 150 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 151 <BufferSecurityCheck>false</BufferSecurityCheck> 152 <WarningLevel>Level3</WarningLevel> 153 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 154 <CompileAs>Default</CompileAs> 155 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 156 </ClCompile> 157 <Link> 158 <AdditionalDependencies>$(SolutionDir)objs\$(Platform)\$(Configuration)\lib\libogg_static.lib;%(AdditionalDependencies)</AdditionalDependencies> 159 <IgnoreSpecificDefaultLibraries>uuid.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 160 <GenerateDebugInformation>true</GenerateDebugInformation> 161 <SubSystem>Console</SubSystem> 162 <OptimizeReferences>true</OptimizeReferences> 163 <EnableCOMDATFolding>true</EnableCOMDATFolding> 164 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 165 </Link> 166 </ItemDefinitionGroup> 167 <ItemGroup> 168 <ClInclude Include="operations.h" /> 169 <ClInclude Include="options.h" /> 170 <ClInclude Include="usage.h" /> 171 <ClInclude Include="utils.h" /> 172 </ItemGroup> 173 <ItemGroup> 174 <ClCompile Include="main.c" /> 175 <ClCompile Include="operations.c" /> 176 <ClCompile Include="operations_shorthand_cuesheet.c" /> 177 <ClCompile Include="operations_shorthand_picture.c" /> 178 <ClCompile Include="operations_shorthand_seektable.c" /> 179 <ClCompile Include="operations_shorthand_streaminfo.c" /> 180 <ClCompile Include="operations_shorthand_vorbiscomment.c" /> 181 <ClCompile Include="options.c" /> 182 <ClCompile Include="usage.c" /> 183 <ClCompile Include="utils.c" /> 184 </ItemGroup> 185 <ItemGroup> 186 <ProjectReference Include="..\libFLAC\libFLAC_static.vcxproj"> 187 <Project>{4cefbc84-c215-11db-8314-0800200c9a66}</Project> 188 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 189 </ProjectReference> 190 <ProjectReference Include="..\share\getopt\getopt_static.vcxproj"> 191 <Project>{4cefbc80-c215-11db-8314-0800200c9a66}</Project> 192 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 193 </ProjectReference> 194 <ProjectReference Include="..\share\grabbag\grabbag_static.vcxproj"> 195 <Project>{4cefbc81-c215-11db-8314-0800200c9a66}</Project> 196 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 197 </ProjectReference> 198 <ProjectReference Include="..\share\replaygain_analysis\replaygain_analysis_static.vcxproj"> 199 <Project>{4cefbc89-c215-11db-8314-0800200c9a66}</Project> 200 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 201 </ProjectReference> 202 <ProjectReference Include="..\share\utf8\utf8_static.vcxproj"> 203 <Project>{4cefbc92-c215-11db-8314-0800200c9a66}</Project> 204 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 205 </ProjectReference> 206 <ProjectReference Include="..\share\win_utf8_io\win_utf8_io_static.vcxproj"> 207 <Project>{4cefbe02-c215-11db-8314-0800200c9a66}</Project> 208 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 209 </ProjectReference> 210 </ItemGroup> 211 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 212 <ImportGroup Label="ExtensionTargets"> 213 </ImportGroup> 214</Project>