Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / samples / hello_world / helloDLL_2005.vcproj
blobbd3999548a07c0f598d58c5f6b3d268cc051616c
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="Hello World DLL"
6 ProjectGUID="{86680AA2-ACF3-4247-AF25-8E3D80855868}"
8 <Platforms>
9 <Platform
10 Name="Win32"
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Release|Win32"
18 OutputDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
19 IntermediateDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
39 PreprocessorDefinitions="NDEBUG"
40 MkTypLibCompatible="true"
41 SuppressStartupBanner="true"
42 TargetEnvironment="1"
43 TypeLibraryName=".\Release/dnstest.tlb"
44 HeaderFileName=""
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="2"
49 InlineFunctionExpansion="1"
50 PreprocessorDefinitions="NDEBUG;PTRACING"
51 StringPooling="true"
52 RuntimeLibrary="2"
53 EnableFunctionLevelLinking="true"
54 RuntimeTypeInfo="true"
55 UsePrecompiledHeader="0"
56 PrecompiledHeaderThrough="ptlib.h"
57 PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
58 ProgramDataBaseFileName="$(OutDir)/$(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 OutputFile="$(OutDir)\$(ProjectName).exe"
76 LinkIncremental="1"
77 SuppressStartupBanner="true"
78 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
79 SubSystem="1"
80 TargetMachine="1"
82 <Tool
83 Name="VCALinkTool"
85 <Tool
86 Name="VCManifestTool"
88 <Tool
89 Name="VCXDCMakeTool"
91 <Tool
92 Name="VCBscMakeTool"
94 <Tool
95 Name="VCFxCopTool"
97 <Tool
98 Name="VCAppVerifierTool"
100 <Tool
101 Name="VCWebDeploymentTool"
103 <Tool
104 Name="VCPostBuildEventTool"
106 </Configuration>
107 <Configuration
108 Name="Debug|Win32"
109 OutputDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
110 IntermediateDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
111 ConfigurationType="1"
112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
113 UseOfMFC="0"
114 ATLMinimizesCRunTimeLibraryUsage="false"
116 <Tool
117 Name="VCPreBuildEventTool"
119 <Tool
120 Name="VCCustomBuildTool"
122 <Tool
123 Name="VCXMLDataGeneratorTool"
125 <Tool
126 Name="VCWebServiceProxyGeneratorTool"
128 <Tool
129 Name="VCMIDLTool"
130 PreprocessorDefinitions="_DEBUG"
131 MkTypLibCompatible="true"
132 SuppressStartupBanner="true"
133 TargetEnvironment="1"
134 TypeLibraryName=".\Debug/dnstest.tlb"
135 HeaderFileName=""
137 <Tool
138 Name="VCCLCompilerTool"
139 Optimization="0"
140 PreprocessorDefinitions="_DEBUG;PTRACING"
141 BasicRuntimeChecks="3"
142 RuntimeLibrary="3"
143 RuntimeTypeInfo="true"
144 UsePrecompiledHeader="0"
145 PrecompiledHeaderThrough="ptlib.h"
146 PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
147 ProgramDataBaseFileName="$(OutDir)/$(TargetName).pdb"
148 WarningLevel="4"
149 SuppressStartupBanner="true"
150 DebugInformationFormat="4"
152 <Tool
153 Name="VCManagedResourceCompilerTool"
155 <Tool
156 Name="VCResourceCompilerTool"
157 PreprocessorDefinitions="_DEBUG,_AFXDLL"
158 Culture="3081"
160 <Tool
161 Name="VCPreLinkEventTool"
163 <Tool
164 Name="VCLinkerTool"
165 OutputFile="$(OutDir)\$(ProjectName).exe"
166 LinkIncremental="2"
167 SuppressStartupBanner="true"
168 GenerateDebugInformation="true"
169 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
170 SubSystem="1"
171 TargetMachine="1"
173 <Tool
174 Name="VCALinkTool"
176 <Tool
177 Name="VCManifestTool"
179 <Tool
180 Name="VCXDCMakeTool"
182 <Tool
183 Name="VCBscMakeTool"
185 <Tool
186 Name="VCFxCopTool"
188 <Tool
189 Name="VCAppVerifierTool"
191 <Tool
192 Name="VCWebDeploymentTool"
194 <Tool
195 Name="VCPostBuildEventTool"
197 </Configuration>
198 </Configurations>
199 <References>
200 <ProjectReference
201 ReferencedProjectIdentifier="{85F4F26A-1A5D-4685-A48A-448102C5C5BC}"
202 RelativePathToProject=".\src\ptlib\msos\PTLib_2005.vcproj"
204 </References>
205 <Files>
206 <File
207 RelativePath="hello.cxx"
209 <FileConfiguration
210 Name="Release|Win32"
212 <Tool
213 Name="VCCLCompilerTool"
214 Optimization="2"
215 PreprocessorDefinitions=""
217 </FileConfiguration>
218 <FileConfiguration
219 Name="Debug|Win32"
221 <Tool
222 Name="VCCLCompilerTool"
223 Optimization="0"
224 PreprocessorDefinitions=""
225 BasicRuntimeChecks="3"
227 </FileConfiguration>
228 </File>
229 </Files>
230 <Globals>
231 </Globals>
232 </VisualStudioProject>