Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / samples / hello_world / helloDLL_2003.vcproj
blobdc71d575471d782348dbda147118227de4a280c6
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="Hello World DLL"
6 ProjectGUID="{3B071642-5CE4-4B49-AFE8-8D475DF14F49}"
7 SccProjectName=""
8 SccLocalPath="">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Release|Win32"
16 OutputDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
17 IntermediateDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
18 ConfigurationType="1"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="2"
24 InlineFunctionExpansion="1"
25 PreprocessorDefinitions="NDEBUG;PTRACING"
26 StringPooling="TRUE"
27 RuntimeLibrary="2"
28 EnableFunctionLevelLinking="TRUE"
29 RuntimeTypeInfo="TRUE"
30 UsePrecompiledHeader="0"
31 PrecompiledHeaderThrough="ptlib.h"
32 PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
33 ProgramDataBaseFileName="$(OutDir)/$(TargetName).pdb"
34 WarningLevel="4"
35 SuppressStartupBanner="TRUE"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 OutputFile="$(OutDir)\$(ProjectName).exe"
41 LinkIncremental="1"
42 SuppressStartupBanner="TRUE"
43 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
44 SubSystem="1"
45 TargetMachine="1"/>
46 <Tool
47 Name="VCMIDLTool"
48 PreprocessorDefinitions="NDEBUG"
49 MkTypLibCompatible="TRUE"
50 SuppressStartupBanner="TRUE"
51 TargetEnvironment="1"
52 TypeLibraryName=".\Release/dnstest.tlb"
53 HeaderFileName=""/>
54 <Tool
55 Name="VCPostBuildEventTool"/>
56 <Tool
57 Name="VCPreBuildEventTool"/>
58 <Tool
59 Name="VCPreLinkEventTool"/>
60 <Tool
61 Name="VCResourceCompilerTool"
62 PreprocessorDefinitions="NDEBUG,_AFXDLL"
63 Culture="3081"/>
64 <Tool
65 Name="VCWebServiceProxyGeneratorTool"/>
66 <Tool
67 Name="VCXMLDataGeneratorTool"/>
68 <Tool
69 Name="VCWebDeploymentTool"/>
70 <Tool
71 Name="VCManagedWrapperGeneratorTool"/>
72 <Tool
73 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
74 </Configuration>
75 <Configuration
76 Name="Debug|Win32"
77 OutputDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
78 IntermediateDirectory="../bin/$(ProjectName)/$(ConfigurationName)"
79 ConfigurationType="1"
80 UseOfMFC="0"
81 ATLMinimizesCRunTimeLibraryUsage="FALSE">
82 <Tool
83 Name="VCCLCompilerTool"
84 Optimization="0"
85 PreprocessorDefinitions="_DEBUG;PTRACING"
86 BasicRuntimeChecks="3"
87 RuntimeLibrary="3"
88 RuntimeTypeInfo="TRUE"
89 UsePrecompiledHeader="0"
90 PrecompiledHeaderThrough="ptlib.h"
91 PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
92 ProgramDataBaseFileName="$(OutDir)/$(TargetName).pdb"
93 WarningLevel="4"
94 SuppressStartupBanner="TRUE"
95 DebugInformationFormat="4"/>
96 <Tool
97 Name="VCCustomBuildTool"/>
98 <Tool
99 Name="VCLinkerTool"
100 OutputFile="$(OutDir)\$(ProjectName).exe"
101 LinkIncremental="2"
102 SuppressStartupBanner="TRUE"
103 GenerateDebugInformation="TRUE"
104 ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
105 SubSystem="1"
106 TargetMachine="1"/>
107 <Tool
108 Name="VCMIDLTool"
109 PreprocessorDefinitions="_DEBUG"
110 MkTypLibCompatible="TRUE"
111 SuppressStartupBanner="TRUE"
112 TargetEnvironment="1"
113 TypeLibraryName=".\Debug/dnstest.tlb"
114 HeaderFileName=""/>
115 <Tool
116 Name="VCPostBuildEventTool"/>
117 <Tool
118 Name="VCPreBuildEventTool"/>
119 <Tool
120 Name="VCPreLinkEventTool"/>
121 <Tool
122 Name="VCResourceCompilerTool"
123 PreprocessorDefinitions="_DEBUG,_AFXDLL"
124 Culture="3081"/>
125 <Tool
126 Name="VCWebServiceProxyGeneratorTool"/>
127 <Tool
128 Name="VCXMLDataGeneratorTool"/>
129 <Tool
130 Name="VCWebDeploymentTool"/>
131 <Tool
132 Name="VCManagedWrapperGeneratorTool"/>
133 <Tool
134 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
135 </Configuration>
136 </Configurations>
137 <References>
138 <ProjectReference
139 ReferencedProjectIdentifier="{85F4F26A-1A5D-4685-A48A-448102C5C5BC}"
140 Name="PTLib"/>
141 </References>
142 <Files>
143 <File
144 RelativePath="hello.cxx">
145 <FileConfiguration
146 Name="Release|Win32">
147 <Tool
148 Name="VCCLCompilerTool"
149 Optimization="2"
150 PreprocessorDefinitions=""/>
151 </FileConfiguration>
152 <FileConfiguration
153 Name="Debug|Win32">
154 <Tool
155 Name="VCCLCompilerTool"
156 Optimization="0"
157 PreprocessorDefinitions=""
158 BasicRuntimeChecks="3"/>
159 </FileConfiguration>
160 </File>
161 </Files>
162 <Globals>
163 </Globals>
164 </VisualStudioProject>