1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="testecho" 6 ProjectGUID="{961B8359-1393-4EF7-B8E0-67B6FE1C6DAA}" 7 Keyword="Win32Proj" 8 TargetFrameworkVersion="131072" 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="Debug" 21 IntermediateDirectory="Debug" 22 ConfigurationType="1" 23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 24 CharacterSet="2" 25 > 26 <Tool 27 Name="VCPreBuildEventTool" 28 /> 29 <Tool 30 Name="VCCustomBuildTool" 31 /> 32 <Tool 33 Name="VCXMLDataGeneratorTool" 34 /> 35 <Tool 36 Name="VCWebServiceProxyGeneratorTool" 37 /> 38 <Tool 39 Name="VCMIDLTool" 40 /> 41 <Tool 42 Name="VCCLCompilerTool" 43 Optimization="0" 44 AdditionalIncludeDirectories="..\..\..\include;..\.." 45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H" 46 MinimalRebuild="true" 47 BasicRuntimeChecks="3" 48 RuntimeLibrary="3" 49 UsePrecompiledHeader="0" 50 WarningLevel="3" 51 Detect64BitPortabilityProblems="true" 52 DebugInformationFormat="4" 53 CompileAs="1" 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="winmm.lib" 67 OutputFile="../../../bin/testecho.exe" 68 LinkIncremental="2" 69 AdditionalLibraryDirectories="" 70 GenerateDebugInformation="true" 71 ProgramDatabaseFile="$(OutDir)/speexenc.pdb" 72 SubSystem="1" 73 RandomizedBaseAddress="1" 74 DataExecutionPrevention="0" 75 TargetMachine="1" 76 /> 77 <Tool 78 Name="VCALinkTool" 79 /> 80 <Tool 81 Name="VCManifestTool" 82 /> 83 <Tool 84 Name="VCXDCMakeTool" 85 /> 86 <Tool 87 Name="VCBscMakeTool" 88 /> 89 <Tool 90 Name="VCFxCopTool" 91 /> 92 <Tool 93 Name="VCAppVerifierTool" 94 /> 95 <Tool 96 Name="VCPostBuildEventTool" 97 /> 98 </Configuration> 99 <Configuration 100 Name="Release|Win32" 101 OutputDirectory="Release" 102 IntermediateDirectory="Release" 103 ConfigurationType="1" 104 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 105 CharacterSet="2" 106 WholeProgramOptimization="1" 107 > 108 <Tool 109 Name="VCPreBuildEventTool" 110 /> 111 <Tool 112 Name="VCCustomBuildTool" 113 /> 114 <Tool 115 Name="VCXMLDataGeneratorTool" 116 /> 117 <Tool 118 Name="VCWebServiceProxyGeneratorTool" 119 /> 120 <Tool 121 Name="VCMIDLTool" 122 /> 123 <Tool 124 Name="VCCLCompilerTool" 125 Optimization="3" 126 InlineFunctionExpansion="2" 127 EnableIntrinsicFunctions="true" 128 FavorSizeOrSpeed="1" 129 AdditionalIncludeDirectories="..\..\..\include;..\.." 130 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H" 131 StringPooling="true" 132 ExceptionHandling="0" 133 RuntimeLibrary="2" 134 BufferSecurityCheck="false" 135 UsePrecompiledHeader="0" 136 WarningLevel="3" 137 Detect64BitPortabilityProblems="true" 138 DebugInformationFormat="3" 139 CompileAs="1" 140 /> 141 <Tool 142 Name="VCManagedResourceCompilerTool" 143 /> 144 <Tool 145 Name="VCResourceCompilerTool" 146 /> 147 <Tool 148 Name="VCPreLinkEventTool" 149 /> 150 <Tool 151 Name="VCLinkerTool" 152 AdditionalDependencies="winmm.lib" 153 OutputFile="../../../bin/testecho.exe" 154 LinkIncremental="1" 155 AdditionalLibraryDirectories="" 156 GenerateDebugInformation="true" 157 SubSystem="1" 158 OptimizeReferences="2" 159 EnableCOMDATFolding="2" 160 OptimizeForWindows98="1" 161 RandomizedBaseAddress="1" 162 DataExecutionPrevention="0" 163 TargetMachine="1" 164 /> 165 <Tool 166 Name="VCALinkTool" 167 /> 168 <Tool 169 Name="VCManifestTool" 170 /> 171 <Tool 172 Name="VCXDCMakeTool" 173 /> 174 <Tool 175 Name="VCBscMakeTool" 176 /> 177 <Tool 178 Name="VCFxCopTool" 179 /> 180 <Tool 181 Name="VCAppVerifierTool" 182 /> 183 <Tool 184 Name="VCPostBuildEventTool" 185 /> 186 </Configuration> 187 <Configuration 188 Name="Release_SSE|Win32" 189 OutputDirectory="$(ConfigurationName)" 190 IntermediateDirectory="$(ConfigurationName)" 191 ConfigurationType="1" 192 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 193 CharacterSet="2" 194 WholeProgramOptimization="1" 195 > 196 <Tool 197 Name="VCPreBuildEventTool" 198 /> 199 <Tool 200 Name="VCCustomBuildTool" 201 /> 202 <Tool 203 Name="VCXMLDataGeneratorTool" 204 /> 205 <Tool 206 Name="VCWebServiceProxyGeneratorTool" 207 /> 208 <Tool 209 Name="VCMIDLTool" 210 /> 211 <Tool 212 Name="VCCLCompilerTool" 213 Optimization="3" 214 InlineFunctionExpansion="2" 215 EnableIntrinsicFunctions="true" 216 FavorSizeOrSpeed="1" 217 AdditionalIncludeDirectories="..\..\..\include;..\.." 218 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H" 219 StringPooling="true" 220 ExceptionHandling="0" 221 RuntimeLibrary="2" 222 BufferSecurityCheck="false" 223 EnableEnhancedInstructionSet="1" 224 UsePrecompiledHeader="0" 225 WarningLevel="3" 226 Detect64BitPortabilityProblems="true" 227 DebugInformationFormat="3" 228 CompileAs="1" 229 /> 230 <Tool 231 Name="VCManagedResourceCompilerTool" 232 /> 233 <Tool 234 Name="VCResourceCompilerTool" 235 /> 236 <Tool 237 Name="VCPreLinkEventTool" 238 /> 239 <Tool 240 Name="VCLinkerTool" 241 AdditionalDependencies="winmm.lib" 242 OutputFile="../../../bin/testecho.exe" 243 LinkIncremental="1" 244 AdditionalLibraryDirectories="" 245 GenerateDebugInformation="true" 246 SubSystem="1" 247 OptimizeReferences="2" 248 EnableCOMDATFolding="2" 249 OptimizeForWindows98="1" 250 RandomizedBaseAddress="1" 251 DataExecutionPrevention="0" 252 TargetMachine="1" 253 /> 254 <Tool 255 Name="VCALinkTool" 256 /> 257 <Tool 258 Name="VCManifestTool" 259 /> 260 <Tool 261 Name="VCXDCMakeTool" 262 /> 263 <Tool 264 Name="VCBscMakeTool" 265 /> 266 <Tool 267 Name="VCFxCopTool" 268 /> 269 <Tool 270 Name="VCAppVerifierTool" 271 /> 272 <Tool 273 Name="VCPostBuildEventTool" 274 /> 275 </Configuration> 276 </Configurations> 277 <References> 278 </References> 279 <Files> 280 <Filter 281 Name="Source Files" 282 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 283 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 284 > 285 <File 286 RelativePath="..\..\..\libspeex\testecho.c" 287 > 288 </File> 289 </Filter> 290 <Filter 291 Name="Header Files" 292 Filter="h;hpp;hxx;hm;inl;inc;xsd" 293 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 294 > 295 </Filter> 296 <Filter 297 Name="Resource Files" 298 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 299 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 300 > 301 </Filter> 302 </Files> 303 <Globals> 304 </Globals> 305</VisualStudioProject> 306