Many and various changes to support new Visual C++ 2003
[pwlib.git] / tools / MergeSym / MergeSym.vcproj
blob2c894ab2eeaef5a5723319611d7640430ec6fd86
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 UsePrecompiledHeader="2"
28 PrecompiledHeaderFile=".\Debug/MergeSym.pch"
29 AssemblerListingLocation=".\Debug/"
30 ObjectFile=".\Debug/"
31 ProgramDataBaseFileName=".\Debug/"
32 WarningLevel="4"
33 SuppressStartupBanner="TRUE"
34 DebugInformationFormat="4"
35 CompileAs="0"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 AdditionalOptions="/MACHINE:I386"
41 AdditionalDependencies="ptlibsd.lib mpr.lib odbc32.lib odbccp32.lib"
42 OutputFile=".\Debug/MergeSym.exe"
43 LinkIncremental="2"
44 SuppressStartupBanner="TRUE"
45 AdditionalLibraryDirectories="..\..\lib"
46 GenerateDebugInformation="TRUE"
47 ProgramDatabaseFile=".\Debug/MergeSym.pdb"
48 SubSystem="1"/>
49 <Tool
50 Name="VCMIDLTool"
51 TypeLibraryName=".\Debug/MergeSym.tlb"/>
52 <Tool
53 Name="VCPostBuildEventTool"/>
54 <Tool
55 Name="VCPreBuildEventTool"/>
56 <Tool
57 Name="VCPreLinkEventTool"/>
58 <Tool
59 Name="VCResourceCompilerTool"
60 PreprocessorDefinitions="_DEBUG"
61 Culture="3081"/>
62 <Tool
63 Name="VCWebServiceProxyGeneratorTool"/>
64 <Tool
65 Name="VCXMLDataGeneratorTool"/>
66 <Tool
67 Name="VCWebDeploymentTool"/>
68 <Tool
69 Name="VCManagedWrapperGeneratorTool"/>
70 <Tool
71 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
72 </Configuration>
73 <Configuration
74 Name="Release|Win32"
75 OutputDirectory=".\Release"
76 IntermediateDirectory=".\Release"
77 ConfigurationType="1"
78 UseOfMFC="0"
79 ATLMinimizesCRunTimeLibraryUsage="FALSE">
80 <Tool
81 Name="VCCLCompilerTool"
82 InlineFunctionExpansion="1"
83 AdditionalIncludeDirectories="..\..\include"
84 PreprocessorDefinitions="NDEBUG"
85 StringPooling="TRUE"
86 RuntimeLibrary="2"
87 EnableFunctionLevelLinking="TRUE"
88 DefaultCharIsUnsigned="TRUE"
89 UsePrecompiledHeader="2"
90 PrecompiledHeaderFile=".\Release/MergeSym.pch"
91 AssemblerListingLocation=".\Release/"
92 ObjectFile=".\Release/"
93 ProgramDataBaseFileName=".\Release/"
94 WarningLevel="4"
95 SuppressStartupBanner="TRUE"
96 CompileAs="0"/>
97 <Tool
98 Name="VCCustomBuildTool"/>
99 <Tool
100 Name="VCLinkerTool"
101 AdditionalOptions="/MACHINE:I386"
102 AdditionalDependencies="ptlibs.lib mpr.lib odbc32.lib odbccp32.lib"
103 OutputFile=".\Release/MergeSym.exe"
104 LinkIncremental="1"
105 SuppressStartupBanner="TRUE"
106 AdditionalLibraryDirectories="..\..\lib"
107 ProgramDatabaseFile=".\Release/MergeSym.pdb"
108 SubSystem="1"/>
109 <Tool
110 Name="VCMIDLTool"
111 TypeLibraryName=".\Release/MergeSym.tlb"/>
112 <Tool
113 Name="VCPostBuildEventTool"
114 Description="Copying symbol merge utility to pwlib/lib directory."
115 CommandLine="copy Release\mergesym.exe ..\..\lib &gt; nul"/>
116 <Tool
117 Name="VCPreBuildEventTool"/>
118 <Tool
119 Name="VCPreLinkEventTool"/>
120 <Tool
121 Name="VCResourceCompilerTool"
122 PreprocessorDefinitions="NDEBUG"
123 Culture="3081"/>
124 <Tool
125 Name="VCWebServiceProxyGeneratorTool"/>
126 <Tool
127 Name="VCXMLDataGeneratorTool"/>
128 <Tool
129 Name="VCWebDeploymentTool"/>
130 <Tool
131 Name="VCManagedWrapperGeneratorTool"/>
132 <Tool
133 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
134 </Configuration>
135 </Configurations>
136 <References>
137 </References>
138 <Files>
139 <File
140 RelativePath=".\MergeSym.cxx">
141 </File>
142 </Files>
143 <Globals>
144 </Globals>
145 </VisualStudioProject>