Added trace log at level 6 for helping find PSafeObject reference/dereference errors.
[pwlib.git] / samples / emailtest / emailtest.vcproj
blob01e90185ae0478e7e9214024dfb5c2372e5d36c6
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="emailtest"
6 ProjectGUID="{92556430-E59D-415A-9AD9-9CB83849D1B9}"
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Release|Win32"
16 OutputDirectory=".\Release"
17 IntermediateDirectory=".\Release"
18 ConfigurationType="1"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE"
21 CharacterSet="2">
22 <Tool
23 Name="VCCLCompilerTool"
24 Optimization="2"
25 InlineFunctionExpansion="1"
26 AdditionalIncludeDirectories=""
27 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
28 StringPooling="TRUE"
29 RuntimeLibrary="2"
30 EnableFunctionLevelLinking="TRUE"
31 UsePrecompiledHeader="3"
32 PrecompiledHeaderThrough="precompile.h"
33 PrecompiledHeaderFile=".\Release/emailtest.pch"
34 AssemblerListingLocation=".\Release/"
35 ObjectFile=".\Release/"
36 ProgramDataBaseFileName=".\Release/"
37 WarningLevel="4"
38 SuppressStartupBanner="TRUE"
39 CompileAs="0"/>
40 <Tool
41 Name="VCCustomBuildTool"/>
42 <Tool
43 Name="VCLinkerTool"
44 AdditionalDependencies="ptclib.lib ptlibs.lib wsock32.lib mpr.lib"
45 OutputFile=".\Release/emailtest.exe"
46 LinkIncremental="1"
47 SuppressStartupBanner="TRUE"
48 AdditionalLibraryDirectories="..\..\lib"
49 ProgramDatabaseFile=".\Release/emailtest.pdb"
50 SubSystem="1"
51 TargetMachine="1"/>
52 <Tool
53 Name="VCMIDLTool"
54 PreprocessorDefinitions="NDEBUG"
55 MkTypLibCompatible="TRUE"
56 SuppressStartupBanner="TRUE"
57 TargetEnvironment="1"
58 TypeLibraryName=".\Release/emailtest.tlb"
59 HeaderFileName=""/>
60 <Tool
61 Name="VCPostBuildEventTool"/>
62 <Tool
63 Name="VCPreBuildEventTool"/>
64 <Tool
65 Name="VCPreLinkEventTool"/>
66 <Tool
67 Name="VCResourceCompilerTool"
68 PreprocessorDefinitions="NDEBUG,_AFXDLL"
69 Culture="3081"/>
70 <Tool
71 Name="VCWebServiceProxyGeneratorTool"/>
72 <Tool
73 Name="VCXMLDataGeneratorTool"/>
74 <Tool
75 Name="VCWebDeploymentTool"/>
76 <Tool
77 Name="VCManagedWrapperGeneratorTool"/>
78 <Tool
79 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
80 </Configuration>
81 <Configuration
82 Name="Debug|Win32"
83 OutputDirectory=".\Debug"
84 IntermediateDirectory=".\Debug"
85 ConfigurationType="1"
86 UseOfMFC="0"
87 ATLMinimizesCRunTimeLibraryUsage="FALSE"
88 CharacterSet="2">
89 <Tool
90 Name="VCCLCompilerTool"
91 Optimization="0"
92 AdditionalIncludeDirectories=""
93 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
94 BasicRuntimeChecks="3"
95 RuntimeLibrary="3"
96 UsePrecompiledHeader="3"
97 PrecompiledHeaderThrough="precompile.h"
98 PrecompiledHeaderFile=".\Debug/emailtest.pch"
99 AssemblerListingLocation=".\Debug/"
100 ObjectFile=".\Debug/"
101 ProgramDataBaseFileName=".\Debug/"
102 WarningLevel="4"
103 SuppressStartupBanner="TRUE"
104 DebugInformationFormat="4"
105 CompileAs="0"/>
106 <Tool
107 Name="VCCustomBuildTool"/>
108 <Tool
109 Name="VCLinkerTool"
110 AdditionalDependencies="ptclibd.lib ptlibsd.lib wsock32.lib mpr.lib"
111 OutputFile=".\Debug/emailtest.exe"
112 LinkIncremental="1"
113 SuppressStartupBanner="TRUE"
114 AdditionalLibraryDirectories="..\..\lib"
115 GenerateDebugInformation="TRUE"
116 ProgramDatabaseFile=".\Debug/emailtest.pdb"
117 SubSystem="1"
118 TargetMachine="1"/>
119 <Tool
120 Name="VCMIDLTool"
121 PreprocessorDefinitions="_DEBUG"
122 MkTypLibCompatible="TRUE"
123 SuppressStartupBanner="TRUE"
124 TargetEnvironment="1"
125 TypeLibraryName=".\Debug/emailtest.tlb"
126 HeaderFileName=""/>
127 <Tool
128 Name="VCPostBuildEventTool"/>
129 <Tool
130 Name="VCPreBuildEventTool"/>
131 <Tool
132 Name="VCPreLinkEventTool"/>
133 <Tool
134 Name="VCResourceCompilerTool"
135 PreprocessorDefinitions="_DEBUG,_AFXDLL"
136 Culture="3081"/>
137 <Tool
138 Name="VCWebServiceProxyGeneratorTool"/>
139 <Tool
140 Name="VCXMLDataGeneratorTool"/>
141 <Tool
142 Name="VCWebDeploymentTool"/>
143 <Tool
144 Name="VCManagedWrapperGeneratorTool"/>
145 <Tool
146 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
147 </Configuration>
148 </Configurations>
149 <References>
150 </References>
151 <Files>
152 <Filter
153 Name="Source Files"
154 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
155 <File
156 RelativePath="main.cxx">
157 <FileConfiguration
158 Name="Release|Win32">
159 <Tool
160 Name="VCCLCompilerTool"
161 Optimization="2"
162 AdditionalIncludeDirectories=""
163 PreprocessorDefinitions=""/>
164 </FileConfiguration>
165 <FileConfiguration
166 Name="Debug|Win32">
167 <Tool
168 Name="VCCLCompilerTool"
169 Optimization="0"
170 AdditionalIncludeDirectories=""
171 PreprocessorDefinitions=""
172 BasicRuntimeChecks="3"/>
173 </FileConfiguration>
174 </File>
175 <File
176 RelativePath="precompile.cxx">
177 <FileConfiguration
178 Name="Release|Win32">
179 <Tool
180 Name="VCCLCompilerTool"
181 Optimization="2"
182 AdditionalIncludeDirectories=""
183 PreprocessorDefinitions=""
184 UsePrecompiledHeader="1"/>
185 </FileConfiguration>
186 <FileConfiguration
187 Name="Debug|Win32">
188 <Tool
189 Name="VCCLCompilerTool"
190 Optimization="0"
191 AdditionalIncludeDirectories=""
192 PreprocessorDefinitions=""
193 BasicRuntimeChecks="3"
194 UsePrecompiledHeader="1"/>
195 </FileConfiguration>
196 </File>
197 </Filter>
198 <Filter
199 Name="Header Files"
200 Filter="h;hpp;hxx;hm;inl">
201 <File
202 RelativePath="main.h">
203 </File>
204 <File
205 RelativePath="precompile.h">
206 </File>
207 <File
208 RelativePath="version.h">
209 </File>
210 </Filter>
211 <Filter
212 Name="Resource Files"
213 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
214 </Filter>
215 </Files>
216 <Globals>
217 </Globals>
218 </VisualStudioProject>