comparison spandsp-0.0.6pre17/tests/msvc/t38_terminal_tests.vcproj @ 4:26cd8f1ef0b1

import spandsp-0.0.6pre17
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 15:50:58 +0200
parents
children
comparison
equal deleted inserted replaced
3:c6c5a16ce2f2 4:26cd8f1ef0b1
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="t38-terminal-tests"
6 ProjectGUID="{B5DECF33-1D06-459A-AE70-A06404909919}"
7 RootNamespace="t38terminaltests"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
20 IntermediateDirectory="$(ConfigurationName)"
21 ConfigurationType="1"
22 CharacterSet="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="&quot;..\src&quot;;&quot;..\spandsp-sim&quot;;..\..\libtiff\include;&quot;..\src\msvc&quot;"
43 MinimalRebuild="true"
44 BasicRuntimeChecks="3"
45 RuntimeLibrary="3"
46 WarningLevel="3"
47 Detect64BitPortabilityProblems="true"
48 DebugInformationFormat="4"
49 />
50 <Tool
51 Name="VCManagedResourceCompilerTool"
52 />
53 <Tool
54 Name="VCResourceCompilerTool"
55 />
56 <Tool
57 Name="VCPreLinkEventTool"
58 />
59 <Tool
60 Name="VCLinkerTool"
61 AdditionalDependencies="..\src\Debug\spandsp.lib ..\spandsp-sim\Debug\spandsp.lib"
62 GenerateDebugInformation="true"
63 TargetMachine="1"
64 />
65 <Tool
66 Name="VCALinkTool"
67 />
68 <Tool
69 Name="VCManifestTool"
70 />
71 <Tool
72 Name="VCXDCMakeTool"
73 />
74 <Tool
75 Name="VCBscMakeTool"
76 />
77 <Tool
78 Name="VCFxCopTool"
79 />
80 <Tool
81 Name="VCAppVerifierTool"
82 />
83 <Tool
84 Name="VCWebDeploymentTool"
85 />
86 <Tool
87 Name="VCPostBuildEventTool"
88 />
89 </Configuration>
90 <Configuration
91 Name="Release|Win32"
92 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
93 IntermediateDirectory="$(ConfigurationName)"
94 ConfigurationType="1"
95 CharacterSet="2"
96 WholeProgramOptimization="1"
97 >
98 <Tool
99 Name="VCPreBuildEventTool"
100 />
101 <Tool
102 Name="VCCustomBuildTool"
103 />
104 <Tool
105 Name="VCXMLDataGeneratorTool"
106 />
107 <Tool
108 Name="VCWebServiceProxyGeneratorTool"
109 />
110 <Tool
111 Name="VCMIDLTool"
112 />
113 <Tool
114 Name="VCCLCompilerTool"
115 RuntimeLibrary="2"
116 WarningLevel="3"
117 Detect64BitPortabilityProblems="true"
118 DebugInformationFormat="3"
119 />
120 <Tool
121 Name="VCManagedResourceCompilerTool"
122 />
123 <Tool
124 Name="VCResourceCompilerTool"
125 />
126 <Tool
127 Name="VCPreLinkEventTool"
128 />
129 <Tool
130 Name="VCLinkerTool"
131 GenerateDebugInformation="true"
132 OptimizeReferences="2"
133 EnableCOMDATFolding="2"
134 TargetMachine="1"
135 />
136 <Tool
137 Name="VCALinkTool"
138 />
139 <Tool
140 Name="VCManifestTool"
141 />
142 <Tool
143 Name="VCXDCMakeTool"
144 />
145 <Tool
146 Name="VCBscMakeTool"
147 />
148 <Tool
149 Name="VCFxCopTool"
150 />
151 <Tool
152 Name="VCAppVerifierTool"
153 />
154 <Tool
155 Name="VCWebDeploymentTool"
156 />
157 <Tool
158 Name="VCPostBuildEventTool"
159 />
160 </Configuration>
161 </Configurations>
162 <References>
163 </References>
164 <Files>
165 <Filter
166 Name="Source Files"
167 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
168 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
169 >
170 <File
171 RelativePath="fax_utils.c"
172 >
173 </File>
174 <File
175 RelativePath="..\src\msvc\getopt.c"
176 >
177 </File>
178 <File
179 RelativePath="media_monitor.cpp"
180 >
181 </File>
182 <File
183 RelativePath="t38_terminal_tests.c"
184 >
185 </File>
186 </Filter>
187 <Filter
188 Name="Header Files"
189 Filter="h;hpp;hxx;hm;inl;inc;xsd"
190 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
191 >
192 </Filter>
193 <Filter
194 Name="Resource Files"
195 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
196 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
197 >
198 </Filter>
199 </Files>
200 <Globals>
201 </Globals>
202 </VisualStudioProject>

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.