• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="7.10"
5	Name="testresample"
6	ProjectGUID="{961B8359-1393-4EF7-B8E0-67B6FE1C6DAB}"
7	Keyword="Win32Proj">
8	<Platforms>
9		<Platform
10			Name="Win32"/>
11	</Platforms>
12	<Configurations>
13		<Configuration
14			Name="Debug|Win32"
15			OutputDirectory="Debug"
16			IntermediateDirectory="Debug"
17			ConfigurationType="1"
18			CharacterSet="2">
19			<Tool
20				Name="VCCLCompilerTool"
21				Optimization="0"
22				AdditionalIncludeDirectories="..\..\..\include;..\.."
23				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
24				MinimalRebuild="TRUE"
25				BasicRuntimeChecks="3"
26				RuntimeLibrary="3"
27				UsePrecompiledHeader="0"
28				WarningLevel="3"
29				Detect64BitPortabilityProblems="TRUE"
30				DebugInformationFormat="4"
31				CompileAs="1"/>
32			<Tool
33				Name="VCCustomBuildTool"/>
34			<Tool
35				Name="VCLinkerTool"
36				AdditionalDependencies="winmm.lib"
37				OutputFile="../../../bin/testresample.exe"
38				LinkIncremental="2"
39				AdditionalLibraryDirectories=""
40				GenerateDebugInformation="TRUE"
41				ProgramDatabaseFile="$(OutDir)/speexenc.pdb"
42				SubSystem="1"
43				TargetMachine="1"/>
44			<Tool
45				Name="VCMIDLTool"/>
46			<Tool
47				Name="VCPostBuildEventTool"/>
48			<Tool
49				Name="VCPreBuildEventTool"/>
50			<Tool
51				Name="VCPreLinkEventTool"/>
52			<Tool
53				Name="VCResourceCompilerTool"/>
54			<Tool
55				Name="VCWebServiceProxyGeneratorTool"/>
56			<Tool
57				Name="VCXMLDataGeneratorTool"/>
58			<Tool
59				Name="VCWebDeploymentTool"/>
60			<Tool
61				Name="VCManagedWrapperGeneratorTool"/>
62			<Tool
63				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64		</Configuration>
65		<Configuration
66			Name="Release|Win32"
67			OutputDirectory="Release"
68			IntermediateDirectory="Release"
69			ConfigurationType="1"
70			CharacterSet="2"
71			WholeProgramOptimization="TRUE">
72			<Tool
73				Name="VCCLCompilerTool"
74				Optimization="3"
75				GlobalOptimizations="TRUE"
76				InlineFunctionExpansion="2"
77				EnableIntrinsicFunctions="TRUE"
78				FavorSizeOrSpeed="1"
79				OptimizeForProcessor="2"
80				AdditionalIncludeDirectories="..\..\..\include;..\.."
81				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
82				StringPooling="TRUE"
83				ExceptionHandling="FALSE"
84				RuntimeLibrary="2"
85				BufferSecurityCheck="FALSE"
86				UsePrecompiledHeader="0"
87				WarningLevel="3"
88				Detect64BitPortabilityProblems="TRUE"
89				DebugInformationFormat="3"
90				CompileAs="1"/>
91			<Tool
92				Name="VCCustomBuildTool"/>
93			<Tool
94				Name="VCLinkerTool"
95				AdditionalDependencies="winmm.lib"
96				OutputFile="../../../bin/testresample.exe"
97				LinkIncremental="1"
98				AdditionalLibraryDirectories=""
99				GenerateDebugInformation="TRUE"
100				SubSystem="1"
101				OptimizeReferences="2"
102				EnableCOMDATFolding="2"
103				OptimizeForWindows98="1"
104				TargetMachine="1"/>
105			<Tool
106				Name="VCMIDLTool"/>
107			<Tool
108				Name="VCPostBuildEventTool"/>
109			<Tool
110				Name="VCPreBuildEventTool"/>
111			<Tool
112				Name="VCPreLinkEventTool"/>
113			<Tool
114				Name="VCResourceCompilerTool"/>
115			<Tool
116				Name="VCWebServiceProxyGeneratorTool"/>
117			<Tool
118				Name="VCXMLDataGeneratorTool"/>
119			<Tool
120				Name="VCWebDeploymentTool"/>
121			<Tool
122				Name="VCManagedWrapperGeneratorTool"/>
123			<Tool
124				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
125		</Configuration>
126		<Configuration
127			Name="Release_SSE|Win32"
128			OutputDirectory="$(ConfigurationName)"
129			IntermediateDirectory="$(ConfigurationName)"
130			ConfigurationType="1"
131			CharacterSet="2"
132			WholeProgramOptimization="TRUE">
133			<Tool
134				Name="VCCLCompilerTool"
135				Optimization="3"
136				GlobalOptimizations="TRUE"
137				InlineFunctionExpansion="2"
138				EnableIntrinsicFunctions="TRUE"
139				FavorSizeOrSpeed="1"
140				OptimizeForProcessor="2"
141				AdditionalIncludeDirectories="..\..\..\include;..\.."
142				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
143				StringPooling="TRUE"
144				ExceptionHandling="FALSE"
145				RuntimeLibrary="2"
146				BufferSecurityCheck="FALSE"
147				EnableEnhancedInstructionSet="1"
148				UsePrecompiledHeader="0"
149				WarningLevel="3"
150				Detect64BitPortabilityProblems="TRUE"
151				DebugInformationFormat="3"
152				CompileAs="1"/>
153			<Tool
154				Name="VCCustomBuildTool"/>
155			<Tool
156				Name="VCLinkerTool"
157				AdditionalDependencies="winmm.lib"
158				OutputFile="../../../bin/testresample.exe"
159				LinkIncremental="1"
160				AdditionalLibraryDirectories=""
161				GenerateDebugInformation="TRUE"
162				SubSystem="1"
163				OptimizeReferences="2"
164				EnableCOMDATFolding="2"
165				OptimizeForWindows98="1"
166				TargetMachine="1"/>
167			<Tool
168				Name="VCMIDLTool"/>
169			<Tool
170				Name="VCPostBuildEventTool"/>
171			<Tool
172				Name="VCPreBuildEventTool"/>
173			<Tool
174				Name="VCPreLinkEventTool"/>
175			<Tool
176				Name="VCResourceCompilerTool"/>
177			<Tool
178				Name="VCWebServiceProxyGeneratorTool"/>
179			<Tool
180				Name="VCXMLDataGeneratorTool"/>
181			<Tool
182				Name="VCWebDeploymentTool"/>
183			<Tool
184				Name="VCManagedWrapperGeneratorTool"/>
185			<Tool
186				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
187		</Configuration>
188	</Configurations>
189	<References>
190	</References>
191	<Files>
192		<Filter
193			Name="Source Files"
194			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
195			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
196			<File
197				RelativePath="..\..\..\libspeex\testresample.c">
198			</File>
199		</Filter>
200		<Filter
201			Name="Header Files"
202			Filter="h;hpp;hxx;hm;inl;inc;xsd"
203			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
204		</Filter>
205		<Filter
206			Name="Resource Files"
207			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
208			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
209		</Filter>
210	</Files>
211	<Globals>
212	</Globals>
213</VisualStudioProject>
214