Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / samples / queue / queue.vcproj
blob91148f6680fd8f5fc643288fe1af9ebb8df417da
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="Queue"
6 ProjectGUID="{04AB38FF-0E5D-464B-883A-1C96419E7E9C}"
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="No Trace|Win32"
16 OutputDirectory=".\NoTrace"
17 IntermediateDirectory=".\NoTrace"
18 ConfigurationType="1"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="1"
24 InlineFunctionExpansion="2"
25 PreprocessorDefinitions="NDEBUG;PASN_NOPRINTON;PASN_LEANANDMEAN"
26 StringPooling="TRUE"
27 RuntimeLibrary="2"
28 EnableFunctionLevelLinking="TRUE"
29 RuntimeTypeInfo="TRUE"
30 UsePrecompiledHeader="3"
31 PrecompiledHeaderThrough="ptlib.h"
32 PrecompiledHeaderFile=".\NoTrace/queue.pch"
33 AssemblerListingLocation=".\NoTrace/"
34 ObjectFile=".\NoTrace/"
35 ProgramDataBaseFileName=".\NoTrace/"
36 WarningLevel="4"
37 SuppressStartupBanner="TRUE"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLinkerTool"
42 AdditionalDependencies="ptlib.lib"
43 OutputFile="NoTrace/queue.exe"
44 LinkIncremental="1"
45 SuppressStartupBanner="TRUE"
46 ProgramDatabaseFile=".\NoTrace/queue.pdb"
47 SubSystem="1"
48 TargetMachine="1"/>
49 <Tool
50 Name="VCMIDLTool"
51 PreprocessorDefinitions="NDEBUG"
52 MkTypLibCompatible="TRUE"
53 SuppressStartupBanner="TRUE"
54 TargetEnvironment="1"
55 TypeLibraryName=".\NoTrace/queue.tlb"
56 HeaderFileName=""/>
57 <Tool
58 Name="VCPostBuildEventTool"/>
59 <Tool
60 Name="VCPreBuildEventTool"/>
61 <Tool
62 Name="VCPreLinkEventTool"/>
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="NDEBUG,_AFXDLL"
66 Culture="3081"/>
67 <Tool
68 Name="VCWebServiceProxyGeneratorTool"/>
69 <Tool
70 Name="VCXMLDataGeneratorTool"/>
71 <Tool
72 Name="VCWebDeploymentTool"/>
73 <Tool
74 Name="VCManagedWrapperGeneratorTool"/>
75 <Tool
76 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
77 </Configuration>
78 <Configuration
79 Name="Release|Win32"
80 OutputDirectory=".\Release"
81 IntermediateDirectory=".\Release"
82 ConfigurationType="1"
83 UseOfMFC="0"
84 ATLMinimizesCRunTimeLibraryUsage="FALSE">
85 <Tool
86 Name="VCCLCompilerTool"
87 Optimization="2"
88 InlineFunctionExpansion="2"
89 PreprocessorDefinitions="NDEBUG;PTRACING"
90 StringPooling="TRUE"
91 RuntimeLibrary="2"
92 EnableFunctionLevelLinking="TRUE"
93 RuntimeTypeInfo="TRUE"
94 UsePrecompiledHeader="3"
95 PrecompiledHeaderThrough="ptlib.h"
96 PrecompiledHeaderFile=".\Release/queue.pch"
97 AssemblerListingLocation=".\Release/"
98 ObjectFile=".\Release/"
99 ProgramDataBaseFileName=".\Release/"
100 WarningLevel="4"
101 SuppressStartupBanner="TRUE"/>
102 <Tool
103 Name="VCCustomBuildTool"/>
104 <Tool
105 Name="VCLinkerTool"
106 AdditionalDependencies="ptlib.lib"
107 OutputFile="Release/queue.exe"
108 LinkIncremental="1"
109 SuppressStartupBanner="TRUE"
110 ProgramDatabaseFile=".\Release/queue.pdb"
111 SubSystem="1"
112 TargetMachine="1"/>
113 <Tool
114 Name="VCMIDLTool"
115 PreprocessorDefinitions="NDEBUG"
116 MkTypLibCompatible="TRUE"
117 SuppressStartupBanner="TRUE"
118 TargetEnvironment="1"
119 TypeLibraryName=".\Release/queue.tlb"
120 HeaderFileName=""/>
121 <Tool
122 Name="VCPostBuildEventTool"/>
123 <Tool
124 Name="VCPreBuildEventTool"/>
125 <Tool
126 Name="VCPreLinkEventTool"/>
127 <Tool
128 Name="VCResourceCompilerTool"
129 PreprocessorDefinitions="NDEBUG,_AFXDLL"
130 Culture="3081"/>
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"/>
133 <Tool
134 Name="VCXMLDataGeneratorTool"/>
135 <Tool
136 Name="VCWebDeploymentTool"/>
137 <Tool
138 Name="VCManagedWrapperGeneratorTool"/>
139 <Tool
140 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
141 </Configuration>
142 <Configuration
143 Name="Debug|Win32"
144 OutputDirectory=".\Debug"
145 IntermediateDirectory=".\Debug"
146 ConfigurationType="1"
147 UseOfMFC="0"
148 ATLMinimizesCRunTimeLibraryUsage="FALSE">
149 <Tool
150 Name="VCCLCompilerTool"
151 Optimization="0"
152 PreprocessorDefinitions="_DEBUG;PTRACING"
153 BasicRuntimeChecks="3"
154 RuntimeLibrary="3"
155 RuntimeTypeInfo="TRUE"
156 UsePrecompiledHeader="3"
157 PrecompiledHeaderThrough="ptlib.h"
158 PrecompiledHeaderFile=".\Debug/queue.pch"
159 AssemblerListingLocation=".\Debug/"
160 ObjectFile=".\Debug/"
161 ProgramDataBaseFileName=".\Debug/"
162 WarningLevel="4"
163 SuppressStartupBanner="TRUE"
164 DebugInformationFormat="4"/>
165 <Tool
166 Name="VCCustomBuildTool"/>
167 <Tool
168 Name="VCLinkerTool"
169 AdditionalDependencies="ptlibd.lib"
170 OutputFile="Debug/queue.exe"
171 LinkIncremental="2"
172 SuppressStartupBanner="TRUE"
173 GenerateDebugInformation="TRUE"
174 ProgramDatabaseFile=".\Debug/queue.pdb"
175 SubSystem="1"
176 TargetMachine="1"/>
177 <Tool
178 Name="VCMIDLTool"
179 PreprocessorDefinitions="_DEBUG"
180 MkTypLibCompatible="TRUE"
181 SuppressStartupBanner="TRUE"
182 TargetEnvironment="1"
183 TypeLibraryName=".\Debug/queue.tlb"
184 HeaderFileName=""/>
185 <Tool
186 Name="VCPostBuildEventTool"/>
187 <Tool
188 Name="VCPreBuildEventTool"/>
189 <Tool
190 Name="VCPreLinkEventTool"/>
191 <Tool
192 Name="VCResourceCompilerTool"
193 PreprocessorDefinitions="_DEBUG,_AFXDLL"
194 Culture="3081"/>
195 <Tool
196 Name="VCWebServiceProxyGeneratorTool"/>
197 <Tool
198 Name="VCXMLDataGeneratorTool"/>
199 <Tool
200 Name="VCWebDeploymentTool"/>
201 <Tool
202 Name="VCManagedWrapperGeneratorTool"/>
203 <Tool
204 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
205 </Configuration>
206 </Configurations>
207 <References>
208 <Files>
209 <Filter
210 Name="Source Files"
211 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
212 <File
213 RelativePath="main.cxx">
214 <FileConfiguration
215 Name="No Trace|Win32">
216 <Tool
217 Name="VCCLCompilerTool"
218 Optimization="1"
219 PreprocessorDefinitions=""/>
220 </FileConfiguration>
221 <FileConfiguration
222 Name="Release|Win32">
223 <Tool
224 Name="VCCLCompilerTool"
225 Optimization="2"
226 PreprocessorDefinitions=""/>
227 </FileConfiguration>
228 <FileConfiguration
229 Name="Debug|Win32">
230 <Tool
231 Name="VCCLCompilerTool"
232 Optimization="0"
233 PreprocessorDefinitions=""
234 BasicRuntimeChecks="3"/>
235 </FileConfiguration>
236 </File>
237 <File
238 RelativePath="precompile.cxx">
239 <FileConfiguration
240 Name="No Trace|Win32">
241 <Tool
242 Name="VCCLCompilerTool"
243 Optimization="1"
244 PreprocessorDefinitions=""
245 UsePrecompiledHeader="1"/>
246 </FileConfiguration>
247 <FileConfiguration
248 Name="Release|Win32">
249 <Tool
250 Name="VCCLCompilerTool"
251 Optimization="2"
252 PreprocessorDefinitions=""
253 UsePrecompiledHeader="1"/>
254 </FileConfiguration>
255 <FileConfiguration
256 Name="Debug|Win32">
257 <Tool
258 Name="VCCLCompilerTool"
259 Optimization="0"
260 PreprocessorDefinitions=""
261 BasicRuntimeChecks="3"
262 UsePrecompiledHeader="1"/>
263 </FileConfiguration>
264 </File>
265 </Filter>
266 <Filter
267 Name="Header Files"
268 Filter="h;hpp;hxx;hm;inl">
269 <File
270 RelativePath="main.h">
271 </File>
272 <File
273 RelativePath="version.h">
274 </File>
275 </Filter>
276 <Filter
277 Name="Resource Files"
278 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
279 </Filter>
280 </Files>
281 <Globals>
282 </Globals>
283 </VisualStudioProject>