Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / tools / MergeSym / MergeSym.vcproj
blob39b0459c0065cf2b9ec8804cdf11b2fe253d09be
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="MergeSym"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\Debug"
16 IntermediateDirectory=".\Debug"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\..\include"
24 PreprocessorDefinitions="_DEBUG"
25 RuntimeLibrary="3"
26 DefaultCharIsUnsigned="TRUE"
27 RuntimeTypeInfo="TRUE"
28 UsePrecompiledHeader="2"
29 PrecompiledHeaderFile=".\Debug/MergeSym.pch"
30 AssemblerListingLocation=".\Debug/"
31 ObjectFile=".\Debug/"
32 ProgramDataBaseFileName=".\Debug/"
33 WarningLevel="4"
34 SuppressStartupBanner="TRUE"
35 DebugInformationFormat="4"
36 CompileAs="0"/>
37 <Tool
38 Name="VCCustomBuildTool"/>
39 <Tool
40 Name="VCLinkerTool"
41 AdditionalOptions="/MACHINE:I386"
42 AdditionalDependencies="ptlibsd.lib mpr.lib odbc32.lib odbccp32.lib"
43 OutputFile=".\Debug/MergeSym.exe"
44 LinkIncremental="2"
45 SuppressStartupBanner="TRUE"
46 AdditionalLibraryDirectories="..\..\lib"
47 GenerateDebugInformation="TRUE"
48 ProgramDatabaseFile=".\Debug/MergeSym.pdb"
49 SubSystem="1"/>
50 <Tool
51 Name="VCMIDLTool"
52 TypeLibraryName=".\Debug/MergeSym.tlb"/>
53 <Tool
54 Name="VCPostBuildEventTool"/>
55 <Tool
56 Name="VCPreBuildEventTool"/>
57 <Tool
58 Name="VCPreLinkEventTool"/>
59 <Tool
60 Name="VCResourceCompilerTool"
61 PreprocessorDefinitions="_DEBUG"
62 Culture="3081"/>
63 <Tool
64 Name="VCWebServiceProxyGeneratorTool"/>
65 <Tool
66 Name="VCXMLDataGeneratorTool"/>
67 <Tool
68 Name="VCWebDeploymentTool"/>
69 <Tool
70 Name="VCManagedWrapperGeneratorTool"/>
71 <Tool
72 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
73 </Configuration>
74 <Configuration
75 Name="Release|Win32"
76 OutputDirectory=".\Release"
77 IntermediateDirectory=".\Release"
78 ConfigurationType="1"
79 UseOfMFC="0"
80 ATLMinimizesCRunTimeLibraryUsage="FALSE">
81 <Tool
82 Name="VCCLCompilerTool"
83 InlineFunctionExpansion="1"
84 AdditionalIncludeDirectories="..\..\include"
85 PreprocessorDefinitions="NDEBUG"
86 StringPooling="TRUE"
87 RuntimeLibrary="2"
88 EnableFunctionLevelLinking="TRUE"
89 DefaultCharIsUnsigned="TRUE"
90 RuntimeTypeInfo="TRUE"
91 UsePrecompiledHeader="2"
92 PrecompiledHeaderFile=".\Release/MergeSym.pch"
93 AssemblerListingLocation=".\Release/"
94 ObjectFile=".\Release/"
95 ProgramDataBaseFileName=".\Release/"
96 WarningLevel="4"
97 SuppressStartupBanner="TRUE"
98 CompileAs="0"/>
99 <Tool
100 Name="VCCustomBuildTool"/>
101 <Tool
102 Name="VCLinkerTool"
103 AdditionalOptions="/MACHINE:I386"
104 AdditionalDependencies="ptlibs.lib mpr.lib odbc32.lib odbccp32.lib"
105 OutputFile=".\Release/MergeSym.exe"
106 LinkIncremental="1"
107 SuppressStartupBanner="TRUE"
108 AdditionalLibraryDirectories="..\..\lib"
109 ProgramDatabaseFile=".\Release/MergeSym.pdb"
110 SubSystem="1"/>
111 <Tool
112 Name="VCMIDLTool"
113 TypeLibraryName=".\Release/MergeSym.tlb"/>
114 <Tool
115 Name="VCPostBuildEventTool"
116 Description="Copying symbol merge utility to pwlib/lib directory."
117 CommandLine="copy Release\mergesym.exe ..\..\lib &gt; nul"/>
118 <Tool
119 Name="VCPreBuildEventTool"/>
120 <Tool
121 Name="VCPreLinkEventTool"/>
122 <Tool
123 Name="VCResourceCompilerTool"
124 PreprocessorDefinitions="NDEBUG"
125 Culture="3081"/>
126 <Tool
127 Name="VCWebServiceProxyGeneratorTool"/>
128 <Tool
129 Name="VCXMLDataGeneratorTool"/>
130 <Tool
131 Name="VCWebDeploymentTool"/>
132 <Tool
133 Name="VCManagedWrapperGeneratorTool"/>
134 <Tool
135 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
136 </Configuration>
137 </Configurations>
138 <References>
139 <ProjectReference
140 ReferencedProjectIdentifier="{E61B4DFB-0CAB-46DD-BB02-1AFFD61DB7F5}"
141 Name="Console"/>
142 </References>
143 <Files>
144 <File
145 RelativePath=".\MergeSym.cxx">
146 </File>
147 </Files>
148 <Globals>
149 </Globals>
150 </VisualStudioProject>