Major rework of how SIP utilises sockets, using new "socket bundling" subsystem.
[opal/cbnco.git] / samples / simple / simpleDLL_2005.vcproj
blob1ee6219242405ee7abac1ad954b82c720b4acd50
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="Simple OPAL DLL"
6 ProjectGUID="{282B78AF-C514-4077-91EB-7E55E198015E}"
7 RootNamespace="Simple OPAL DLL"
9 <Platforms>
10 <Platform
11 Name="Win32"
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="No Trace|Win32"
19 OutputDirectory=".\NoTrace\DLL"
20 IntermediateDirectory=".\NoTrace\DLL"
21 ConfigurationType="1"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
40 PreprocessorDefinitions="NDEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\NoTrace/simple.tlb"
45 HeaderFileName=""
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="1"
50 InlineFunctionExpansion="2"
51 PreprocessorDefinitions="NDEBUG;PASN_NOPRINTON;PASN_LEANANDMEAN"
52 StringPooling="true"
53 RuntimeLibrary="2"
54 EnableFunctionLevelLinking="true"
55 RuntimeTypeInfo="true"
56 UsePrecompiledHeader="2"
57 PrecompiledHeaderThrough="ptlib.h"
58 ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb"
59 WarningLevel="4"
60 SuppressStartupBanner="true"
62 <Tool
63 Name="VCManagedResourceCompilerTool"
65 <Tool
66 Name="VCResourceCompilerTool"
67 PreprocessorDefinitions="NDEBUG,_AFXDLL"
68 Culture="3081"
70 <Tool
71 Name="VCPreLinkEventTool"
73 <Tool
74 Name="VCLinkerTool"
75 AdditionalDependencies="ptlib.lib"
76 OutputFile="$(OutDir)/simpleOPAL.exe"
77 LinkIncremental="1"
78 SuppressStartupBanner="true"
79 ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb"
80 SubSystem="1"
81 TargetMachine="1"
83 <Tool
84 Name="VCALinkTool"
86 <Tool
87 Name="VCManifestTool"
89 <Tool
90 Name="VCXDCMakeTool"
92 <Tool
93 Name="VCBscMakeTool"
95 <Tool
96 Name="VCFxCopTool"
98 <Tool
99 Name="VCAppVerifierTool"
101 <Tool
102 Name="VCWebDeploymentTool"
104 <Tool
105 Name="VCPostBuildEventTool"
107 </Configuration>
108 <Configuration
109 Name="Release|Win32"
110 OutputDirectory=".\Release\DLL"
111 IntermediateDirectory=".\Release\DLL"
112 ConfigurationType="1"
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
114 UseOfMFC="0"
115 ATLMinimizesCRunTimeLibraryUsage="false"
117 <Tool
118 Name="VCPreBuildEventTool"
120 <Tool
121 Name="VCCustomBuildTool"
123 <Tool
124 Name="VCXMLDataGeneratorTool"
126 <Tool
127 Name="VCWebServiceProxyGeneratorTool"
129 <Tool
130 Name="VCMIDLTool"
131 PreprocessorDefinitions="NDEBUG"
132 MkTypLibCompatible="true"
133 SuppressStartupBanner="true"
134 TargetEnvironment="1"
135 TypeLibraryName=".\Release/simple.tlb"
136 HeaderFileName=""
138 <Tool
139 Name="VCCLCompilerTool"
140 Optimization="2"
141 InlineFunctionExpansion="2"
142 PreprocessorDefinitions="NDEBUG;PTRACING"
143 StringPooling="true"
144 RuntimeLibrary="2"
145 EnableFunctionLevelLinking="true"
146 RuntimeTypeInfo="true"
147 UsePrecompiledHeader="2"
148 PrecompiledHeaderThrough="ptlib.h"
149 ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb"
150 WarningLevel="4"
151 SuppressStartupBanner="true"
153 <Tool
154 Name="VCManagedResourceCompilerTool"
156 <Tool
157 Name="VCResourceCompilerTool"
158 PreprocessorDefinitions="NDEBUG,_AFXDLL"
159 Culture="3081"
161 <Tool
162 Name="VCPreLinkEventTool"
164 <Tool
165 Name="VCLinkerTool"
166 AdditionalDependencies="ptlib.lib"
167 OutputFile="$(OutDir)/simpleOPAL.exe"
168 LinkIncremental="1"
169 SuppressStartupBanner="true"
170 ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb"
171 SubSystem="1"
172 TargetMachine="1"
174 <Tool
175 Name="VCALinkTool"
177 <Tool
178 Name="VCManifestTool"
180 <Tool
181 Name="VCXDCMakeTool"
183 <Tool
184 Name="VCBscMakeTool"
186 <Tool
187 Name="VCFxCopTool"
189 <Tool
190 Name="VCAppVerifierTool"
192 <Tool
193 Name="VCWebDeploymentTool"
195 <Tool
196 Name="VCPostBuildEventTool"
198 </Configuration>
199 <Configuration
200 Name="Debug|Win32"
201 OutputDirectory=".\Debug\DLL"
202 IntermediateDirectory=".\Debug\DLL"
203 ConfigurationType="1"
204 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
205 UseOfMFC="0"
206 ATLMinimizesCRunTimeLibraryUsage="false"
208 <Tool
209 Name="VCPreBuildEventTool"
211 <Tool
212 Name="VCCustomBuildTool"
214 <Tool
215 Name="VCXMLDataGeneratorTool"
217 <Tool
218 Name="VCWebServiceProxyGeneratorTool"
220 <Tool
221 Name="VCMIDLTool"
222 PreprocessorDefinitions="_DEBUG"
223 MkTypLibCompatible="true"
224 SuppressStartupBanner="true"
225 TargetEnvironment="1"
226 TypeLibraryName=".\Debug/simple.tlb"
227 HeaderFileName=""
229 <Tool
230 Name="VCCLCompilerTool"
231 Optimization="0"
232 PreprocessorDefinitions="_DEBUG;PTRACING"
233 BasicRuntimeChecks="0"
234 RuntimeLibrary="3"
235 RuntimeTypeInfo="true"
236 UsePrecompiledHeader="2"
237 PrecompiledHeaderThrough="ptlib.h"
238 ProgramDataBaseFileName="$(TargetDir)\$(TargetName).pdb"
239 WarningLevel="4"
240 SuppressStartupBanner="true"
241 DebugInformationFormat="4"
243 <Tool
244 Name="VCManagedResourceCompilerTool"
246 <Tool
247 Name="VCResourceCompilerTool"
248 PreprocessorDefinitions="_DEBUG,_AFXDLL"
249 Culture="3081"
251 <Tool
252 Name="VCPreLinkEventTool"
254 <Tool
255 Name="VCLinkerTool"
256 AdditionalDependencies="ptlibd.lib"
257 OutputFile="$(OutDir)/simpleOPAL.exe"
258 LinkIncremental="2"
259 SuppressStartupBanner="true"
260 GenerateManifest="true"
261 GenerateDebugInformation="true"
262 ProgramDatabaseFile="$(TargetDir)\$(TargetName).pdb"
263 SubSystem="1"
264 TargetMachine="1"
266 <Tool
267 Name="VCALinkTool"
269 <Tool
270 Name="VCManifestTool"
271 UseFAT32Workaround="true"
273 <Tool
274 Name="VCXDCMakeTool"
276 <Tool
277 Name="VCBscMakeTool"
279 <Tool
280 Name="VCFxCopTool"
282 <Tool
283 Name="VCAppVerifierTool"
285 <Tool
286 Name="VCWebDeploymentTool"
288 <Tool
289 Name="VCPostBuildEventTool"
291 </Configuration>
292 </Configurations>
293 <References>
294 <ProjectReference
295 ReferencedProjectIdentifier="{C7546C76-E010-4105-AEAE-48FCD6C09527}"
296 RelativePathToProject=".\src\win32\opal_dll_2005.vcproj"
298 </References>
299 <Files>
300 <Filter
301 Name="Source Files"
302 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
304 <File
305 RelativePath="main.cxx"
307 <FileConfiguration
308 Name="No Trace|Win32"
310 <Tool
311 Name="VCCLCompilerTool"
312 Optimization="1"
313 PreprocessorDefinitions=""
315 </FileConfiguration>
316 <FileConfiguration
317 Name="Release|Win32"
319 <Tool
320 Name="VCCLCompilerTool"
321 Optimization="2"
322 PreprocessorDefinitions=""
324 </FileConfiguration>
325 <FileConfiguration
326 Name="Debug|Win32"
328 <Tool
329 Name="VCCLCompilerTool"
330 Optimization="0"
331 PreprocessorDefinitions=""
332 BasicRuntimeChecks="3"
334 </FileConfiguration>
335 </File>
336 <File
337 RelativePath="precompile.cxx"
339 <FileConfiguration
340 Name="No Trace|Win32"
342 <Tool
343 Name="VCCLCompilerTool"
344 Optimization="1"
345 PreprocessorDefinitions=""
346 UsePrecompiledHeader="1"
348 </FileConfiguration>
349 <FileConfiguration
350 Name="Release|Win32"
352 <Tool
353 Name="VCCLCompilerTool"
354 Optimization="2"
355 PreprocessorDefinitions=""
356 UsePrecompiledHeader="1"
358 </FileConfiguration>
359 <FileConfiguration
360 Name="Debug|Win32"
362 <Tool
363 Name="VCCLCompilerTool"
364 Optimization="0"
365 PreprocessorDefinitions=""
366 BasicRuntimeChecks="3"
367 UsePrecompiledHeader="1"
369 </FileConfiguration>
370 </File>
371 </Filter>
372 <Filter
373 Name="Header Files"
374 Filter="h;hpp;hxx;hm;inl"
376 <File
377 RelativePath="main.h"
379 </File>
380 <File
381 RelativePath="version.h"
383 </File>
384 </Filter>
385 </Files>
386 <Globals>
387 </Globals>
388 </VisualStudioProject>