1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="libFLAC++_dynamic" 6 ProjectGUID="{4cefbc85-c215-11db-8314-0800200c9a66}" 7 RootNamespace="libFLAC++_dynamic" 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)\lib" 21 IntermediateDirectory="$(ConfigurationName)_dynamic" 22 ConfigurationType="2" 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=".\include;..\..\include" 43 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLACPP_API_EXPORTS;DEBUG" 44 MinimalRebuild="true" 45 BasicRuntimeChecks="3" 46 RuntimeLibrary="1" 47 UsePrecompiledHeader="0" 48 WarningLevel="3" 49 Detect64BitPortabilityProblems="true" 50 DebugInformationFormat="4" 51 DisableSpecificWarnings="4267;4996" 52 ForcedIncludeFiles="share/msvc2005_int.h" 53 /> 54 <Tool 55 Name="VCManagedResourceCompilerTool" 56 /> 57 <Tool 58 Name="VCResourceCompilerTool" 59 /> 60 <Tool 61 Name="VCPreLinkEventTool" 62 /> 63 <Tool 64 Name="VCLinkerTool" 65 LinkIncremental="2" 66 GenerateDebugInformation="true" 67 SubSystem="2" 68 TargetMachine="1" 69 /> 70 <Tool 71 Name="VCALinkTool" 72 /> 73 <Tool 74 Name="VCManifestTool" 75 /> 76 <Tool 77 Name="VCXDCMakeTool" 78 /> 79 <Tool 80 Name="VCBscMakeTool" 81 /> 82 <Tool 83 Name="VCFxCopTool" 84 /> 85 <Tool 86 Name="VCAppVerifierTool" 87 /> 88 <Tool 89 Name="VCPostBuildEventTool" 90 /> 91 </Configuration> 92 <Configuration 93 Name="Release|Win32" 94 OutputDirectory="$(SolutionDir)objs\$(ConfigurationName)\lib" 95 IntermediateDirectory="$(ConfigurationName)_dynamic" 96 ConfigurationType="2" 97 WholeProgramOptimization="1" 98 > 99 <Tool 100 Name="VCPreBuildEventTool" 101 /> 102 <Tool 103 Name="VCCustomBuildTool" 104 /> 105 <Tool 106 Name="VCXMLDataGeneratorTool" 107 /> 108 <Tool 109 Name="VCWebServiceProxyGeneratorTool" 110 /> 111 <Tool 112 Name="VCMIDLTool" 113 /> 114 <Tool 115 Name="VCCLCompilerTool" 116 EnableIntrinsicFunctions="true" 117 FavorSizeOrSpeed="1" 118 OmitFramePointers="true" 119 WholeProgramOptimization="true" 120 AdditionalIncludeDirectories=".\include;..\..\include" 121 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLACPP_API_EXPORTS" 122 RuntimeLibrary="0" 123 BufferSecurityCheck="false" 124 UsePrecompiledHeader="0" 125 WarningLevel="3" 126 Detect64BitPortabilityProblems="true" 127 DebugInformationFormat="3" 128 DisableSpecificWarnings="4267;4996" 129 ForcedIncludeFiles="share/msvc2005_int.h" 130 /> 131 <Tool 132 Name="VCManagedResourceCompilerTool" 133 /> 134 <Tool 135 Name="VCResourceCompilerTool" 136 /> 137 <Tool 138 Name="VCPreLinkEventTool" 139 /> 140 <Tool 141 Name="VCLinkerTool" 142 LinkIncremental="1" 143 GenerateDebugInformation="true" 144 SubSystem="2" 145 OptimizeReferences="2" 146 EnableCOMDATFolding="2" 147 LinkTimeCodeGeneration="1" 148 TargetMachine="1" 149 /> 150 <Tool 151 Name="VCALinkTool" 152 /> 153 <Tool 154 Name="VCManifestTool" 155 /> 156 <Tool 157 Name="VCXDCMakeTool" 158 /> 159 <Tool 160 Name="VCBscMakeTool" 161 /> 162 <Tool 163 Name="VCFxCopTool" 164 /> 165 <Tool 166 Name="VCAppVerifierTool" 167 /> 168 <Tool 169 Name="VCPostBuildEventTool" 170 /> 171 </Configuration> 172 </Configurations> 173 <References> 174 </References> 175 <Files> 176 <Filter 177 Name="Header Files" 178 Filter="h;hpp;hxx;hm;inl;inc;xsd" 179 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 180 > 181 </Filter> 182 <Filter 183 Name="Source Files" 184 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 185 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 186 > 187 <File 188 RelativePath=".\metadata.cpp" 189 > 190 </File> 191 <File 192 RelativePath=".\stream_decoder.cpp" 193 > 194 </File> 195 <File 196 RelativePath=".\stream_encoder.cpp" 197 > 198 </File> 199 </Filter> 200 <Filter 201 Name="Public Header Files" 202 > 203 <File 204 RelativePath="..\..\include\FLAC++\all.h" 205 > 206 </File> 207 <File 208 RelativePath="..\..\include\FLAC++\decoder.h" 209 > 210 </File> 211 <File 212 RelativePath="..\..\include\FLAC++\encoder.h" 213 > 214 </File> 215 <File 216 RelativePath="..\..\include\FLAC++\export.h" 217 > 218 </File> 219 <File 220 RelativePath="..\..\include\FLAC++\metadata.h" 221 > 222 </File> 223 </Filter> 224 </Files> 225 <Globals> 226 </Globals> 227</VisualStudioProject> 228