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>{4cefbc8b-c215-11db-8314-0800200c9a66}</ProjectGuid> 23 <RootNamespace>test_cuesheet</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__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 <IgnoreSpecificDefaultLibraries>uuid.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 91 <GenerateDebugInformation>true</GenerateDebugInformation> 92 <SubSystem>Console</SubSystem> 93 <TargetMachine>MachineX86</TargetMachine> 94 </Link> 95 </ItemDefinitionGroup> 96 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 97 <ClCompile> 98 <Optimization>Disabled</Optimization> 99 <AdditionalIncludeDirectories>.;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 100 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;FLAC__NO_DLL;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 101 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 102 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 103 <WarningLevel>Level3</WarningLevel> 104 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 105 <CompileAs>Default</CompileAs> 106 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 107 </ClCompile> 108 <Link> 109 <IgnoreSpecificDefaultLibraries>uuid.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 110 <GenerateDebugInformation>true</GenerateDebugInformation> 111 <SubSystem>Console</SubSystem> 112 </Link> 113 </ItemDefinitionGroup> 114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 115 <ClCompile> 116 <IntrinsicFunctions>true</IntrinsicFunctions> 117 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 118 <OmitFramePointers>true</OmitFramePointers> 119 <WholeProgramOptimization>true</WholeProgramOptimization> 120 <AdditionalIncludeDirectories>.;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 121 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 122 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 123 <BufferSecurityCheck>false</BufferSecurityCheck> 124 <WarningLevel>Level3</WarningLevel> 125 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 126 <CompileAs>Default</CompileAs> 127 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 128 </ClCompile> 129 <Link> 130 <IgnoreSpecificDefaultLibraries>uuid.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 131 <GenerateDebugInformation>true</GenerateDebugInformation> 132 <SubSystem>Console</SubSystem> 133 <OptimizeReferences>true</OptimizeReferences> 134 <EnableCOMDATFolding>true</EnableCOMDATFolding> 135 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 136 <TargetMachine>MachineX86</TargetMachine> 137 </Link> 138 </ItemDefinitionGroup> 139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 140 <ClCompile> 141 <IntrinsicFunctions>true</IntrinsicFunctions> 142 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> 143 <OmitFramePointers>true</OmitFramePointers> 144 <WholeProgramOptimization>true</WholeProgramOptimization> 145 <AdditionalIncludeDirectories>.;..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 146 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> 147 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 148 <BufferSecurityCheck>false</BufferSecurityCheck> 149 <WarningLevel>Level3</WarningLevel> 150 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 151 <CompileAs>Default</CompileAs> 152 <DisableSpecificWarnings>4267;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings> 153 </ClCompile> 154 <Link> 155 <IgnoreSpecificDefaultLibraries>uuid.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> 156 <GenerateDebugInformation>true</GenerateDebugInformation> 157 <SubSystem>Console</SubSystem> 158 <OptimizeReferences>true</OptimizeReferences> 159 <EnableCOMDATFolding>true</EnableCOMDATFolding> 160 <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> 161 </Link> 162 </ItemDefinitionGroup> 163 <ItemGroup> 164 <ClCompile Include="main.c" /> 165 </ItemGroup> 166 <ItemGroup> 167 <ProjectReference Include="..\..\libFLAC\libFLAC_static.vcxproj"> 168 <Project>{4cefbc84-c215-11db-8314-0800200c9a66}</Project> 169 </ProjectReference> 170 <ProjectReference Include="..\..\share\grabbag\grabbag_static.vcxproj"> 171 <Project>{4cefbc81-c215-11db-8314-0800200c9a66}</Project> 172 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 173 </ProjectReference> 174 </ItemGroup> 175 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 176 <ImportGroup Label="ExtensionTargets"> 177 </ImportGroup> 178</Project>