1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="test_libFLAC" 6 ProjectGUID="{4cefbc8c-c215-11db-8314-0800200c9a66}" 7 RootNamespace="test_libFLAC" 8 Keyword="Win32Proj" 9 > 10 <Platforms> 11 <Platform 12 Name="Win32" 13 /> 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 17 <Configurations> 18 <Configuration 19 Name="Debug|Win32" 20 OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin" 21 IntermediateDirectory="$(ConfigurationName)" 22 ConfigurationType="1" 23 > 24 <Tool 25 Name="VCPreBuildEventTool" 26 /> 27 <Tool 28 Name="VCCustomBuildTool" 29 /> 30 <Tool 31 Name="VCXMLDataGeneratorTool" 32 /> 33 <Tool 34 Name="VCWebServiceProxyGeneratorTool" 35 /> 36 <Tool 37 Name="VCMIDLTool" 38 /> 39 <Tool 40 Name="VCCLCompilerTool" 41 Optimization="0" 42 AdditionalIncludeDirectories=".;..\libFLAC\include;..\..\include" 43 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;FLAC__NO_DLL;DEBUG;CPU_IS_LITTLE_ENDIAN=1" 44 MinimalRebuild="true" 45 BasicRuntimeChecks="3" 46 RuntimeLibrary="1" 47 UsePrecompiledHeader="0" 48 WarningLevel="3" 49 Detect64BitPortabilityProblems="true" 50 DebugInformationFormat="4" 51 CompileAs="0" 52 DisableSpecificWarnings="4267;4996" 53 ForcedIncludeFiles="share/msvc2005_int.h" 54 /> 55 <Tool 56 Name="VCManagedResourceCompilerTool" 57 /> 58 <Tool 59 Name="VCResourceCompilerTool" 60 /> 61 <Tool 62 Name="VCPreLinkEventTool" 63 /> 64 <Tool 65 Name="VCLinkerTool" 66 AdditionalDependencies="$(SolutionDir)objs\$(ConfigurationName)\lib\libogg_static.lib" 67 LinkIncremental="2" 68 IgnoreDefaultLibraryNames="uuid.lib" 69 GenerateDebugInformation="true" 70 SubSystem="1" 71 TargetMachine="1" 72 /> 73 <Tool 74 Name="VCALinkTool" 75 /> 76 <Tool 77 Name="VCManifestTool" 78 /> 79 <Tool 80 Name="VCXDCMakeTool" 81 /> 82 <Tool 83 Name="VCBscMakeTool" 84 /> 85 <Tool 86 Name="VCFxCopTool" 87 /> 88 <Tool 89 Name="VCAppVerifierTool" 90 /> 91 <Tool 92 Name="VCPostBuildEventTool" 93 /> 94 </Configuration> 95 <Configuration 96 Name="Release|Win32" 97 OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\bin" 98 IntermediateDirectory="$(ConfigurationName)" 99 ConfigurationType="1" 100 WholeProgramOptimization="1" 101 > 102 <Tool 103 Name="VCPreBuildEventTool" 104 /> 105 <Tool 106 Name="VCCustomBuildTool" 107 /> 108 <Tool 109 Name="VCXMLDataGeneratorTool" 110 /> 111 <Tool 112 Name="VCWebServiceProxyGeneratorTool" 113 /> 114 <Tool 115 Name="VCMIDLTool" 116 /> 117 <Tool 118 Name="VCCLCompilerTool" 119 EnableIntrinsicFunctions="true" 120 FavorSizeOrSpeed="1" 121 OmitFramePointers="true" 122 WholeProgramOptimization="true" 123 AdditionalIncludeDirectories=".;..\libFLAC\include;..\..\include" 124 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;FLAC__NO_DLL;CPU_IS_LITTLE_ENDIAN=1" 125 RuntimeLibrary="0" 126 BufferSecurityCheck="false" 127 UsePrecompiledHeader="0" 128 WarningLevel="3" 129 Detect64BitPortabilityProblems="true" 130 DebugInformationFormat="3" 131 CompileAs="0" 132 DisableSpecificWarnings="4267;4996" 133 ForcedIncludeFiles="share/msvc2005_int.h" 134 /> 135 <Tool 136 Name="VCManagedResourceCompilerTool" 137 /> 138 <Tool 139 Name="VCResourceCompilerTool" 140 /> 141 <Tool 142 Name="VCPreLinkEventTool" 143 /> 144 <Tool 145 Name="VCLinkerTool" 146 AdditionalDependencies="$(SolutionDir)objs\$(ConfigurationName)\lib\libogg_static.lib" 147 LinkIncremental="1" 148 IgnoreDefaultLibraryNames="uuid.lib" 149 GenerateDebugInformation="true" 150 SubSystem="1" 151 OptimizeReferences="2" 152 EnableCOMDATFolding="2" 153 LinkTimeCodeGeneration="1" 154 TargetMachine="1" 155 /> 156 <Tool 157 Name="VCALinkTool" 158 /> 159 <Tool 160 Name="VCManifestTool" 161 /> 162 <Tool 163 Name="VCXDCMakeTool" 164 /> 165 <Tool 166 Name="VCBscMakeTool" 167 /> 168 <Tool 169 Name="VCFxCopTool" 170 /> 171 <Tool 172 Name="VCAppVerifierTool" 173 /> 174 <Tool 175 Name="VCPostBuildEventTool" 176 /> 177 </Configuration> 178 </Configurations> 179 <References> 180 </References> 181 <Files> 182 <Filter 183 Name="Header Files" 184 Filter="h;hpp;hxx;hm;inl;inc;xsd" 185 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 186 > 187 <File 188 RelativePath=".\bitreader.h" 189 > 190 </File> 191 <File 192 RelativePath=".\bitwriter.h" 193 > 194 </File> 195 <File 196 RelativePath=".\crc.h" 197 > 198 </File> 199 <File 200 RelativePath=".\decoders.h" 201 > 202 </File> 203 <File 204 RelativePath=".\encoders.h" 205 > 206 </File> 207 <File 208 RelativePath=".\endswap.h" 209 > 210 </File> 211 <File 212 RelativePath=".\format.h" 213 > 214 </File> 215 <File 216 RelativePath=".\md5.h" 217 > 218 </File> 219 <File 220 RelativePath=".\metadata.h" 221 > 222 </File> 223 </Filter> 224 <Filter 225 Name="Source Files" 226 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 227 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 228 > 229 <File 230 RelativePath=".\bitreader.c" 231 > 232 </File> 233 <File 234 RelativePath=".\bitwriter.c" 235 > 236 </File> 237 <File 238 RelativePath=".\crc.c" 239 > 240 </File> 241 <File 242 RelativePath=".\decoders.c" 243 > 244 </File> 245 <File 246 RelativePath=".\encoders.c" 247 > 248 </File> 249 <File 250 RelativePath=".\endswap.c" 251 > 252 </File> 253 <File 254 RelativePath=".\format.c" 255 > 256 </File> 257 <File 258 RelativePath=".\main.c" 259 > 260 </File> 261 <File 262 RelativePath=".\md5.c" 263 > 264 </File> 265 <File 266 RelativePath=".\metadata.c" 267 > 268 </File> 269 <File 270 RelativePath=".\metadata_manip.c" 271 > 272 </File> 273 <File 274 RelativePath=".\metadata_object.c" 275 > 276 </File> 277 </Filter> 278 </Files> 279 <Globals> 280 </Globals> 281</VisualStudioProject> 282