Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / tools / asnparser / asnparser.vcproj
bloba985692f985344ccc084ca01fc5ff52ad3055291
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="ASNParser"
6 ProjectGUID="{7D4C9E74-F196-4A30-859F-62748657B86B}"
7 RootNamespace="ASNParser"
8 SccProjectName=""
9 SccLocalPath="">
10 <Platforms>
11 <Platform
12 Name="Win32"/>
13 </Platforms>
14 <Configurations>
15 <Configuration
16 Name="Debug|Win32"
17 OutputDirectory=".\Debug"
18 IntermediateDirectory=".\Debug"
19 ConfigurationType="1"
20 UseOfMFC="0"
21 ATLMinimizesCRunTimeLibraryUsage="FALSE">
22 <Tool
23 Name="VCCLCompilerTool"
24 Optimization="0"
25 AdditionalIncludeDirectories="..\..\include"
26 PreprocessorDefinitions="_DEBUG"
27 RuntimeLibrary="3"
28 DefaultCharIsUnsigned="TRUE"
29 RuntimeTypeInfo="TRUE"
30 UsePrecompiledHeader="3"
31 PrecompiledHeaderThrough="ptlib.h"
32 PrecompiledHeaderFile=".\Debug/asnparser.pch"
33 AssemblerListingLocation=".\Debug/"
34 ObjectFile=".\Debug/"
35 ProgramDataBaseFileName=".\Debug/"
36 WarningLevel="4"
37 SuppressStartupBanner="TRUE"
38 DebugInformationFormat="4"
39 CompileAs="0"/>
40 <Tool
41 Name="VCCustomBuildTool"/>
42 <Tool
43 Name="VCLinkerTool"
44 AdditionalOptions="/MACHINE:I386"
45 AdditionalDependencies="ptlibd.lib odbc32.lib odbccp32.lib"
46 OutputFile=".\Debug/asnparser.exe"
47 LinkIncremental="2"
48 SuppressStartupBanner="TRUE"
49 AdditionalLibraryDirectories="..\..\lib"
50 GenerateDebugInformation="TRUE"
51 ProgramDatabaseFile=".\Debug/asnparser.pdb"
52 SubSystem="1"/>
53 <Tool
54 Name="VCMIDLTool"
55 TypeLibraryName=".\Debug/asnparser.tlb"/>
56 <Tool
57 Name="VCPostBuildEventTool"/>
58 <Tool
59 Name="VCPreBuildEventTool"/>
60 <Tool
61 Name="VCPreLinkEventTool"/>
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="_DEBUG"
65 Culture="3081"/>
66 <Tool
67 Name="VCWebServiceProxyGeneratorTool"/>
68 <Tool
69 Name="VCXMLDataGeneratorTool"/>
70 <Tool
71 Name="VCWebDeploymentTool"/>
72 <Tool
73 Name="VCManagedWrapperGeneratorTool"/>
74 <Tool
75 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
76 </Configuration>
77 <Configuration
78 Name="Release|Win32"
79 OutputDirectory=".\Release"
80 IntermediateDirectory=".\Release"
81 ConfigurationType="1"
82 UseOfMFC="0"
83 ATLMinimizesCRunTimeLibraryUsage="FALSE">
84 <Tool
85 Name="VCCLCompilerTool"
86 InlineFunctionExpansion="1"
87 AdditionalIncludeDirectories="..\..\include"
88 PreprocessorDefinitions="NDEBUG"
89 StringPooling="TRUE"
90 RuntimeLibrary="2"
91 EnableFunctionLevelLinking="TRUE"
92 DefaultCharIsUnsigned="TRUE"
93 RuntimeTypeInfo="TRUE"
94 UsePrecompiledHeader="3"
95 PrecompiledHeaderThrough="ptlib.h"
96 PrecompiledHeaderFile=".\Release/asnparser.pch"
97 AssemblerListingLocation=".\Release/"
98 ObjectFile=".\Release/"
99 ProgramDataBaseFileName=".\Release/"
100 WarningLevel="4"
101 SuppressStartupBanner="TRUE"
102 CompileAs="0"/>
103 <Tool
104 Name="VCCustomBuildTool"/>
105 <Tool
106 Name="VCLinkerTool"
107 AdditionalOptions="/MACHINE:I386"
108 AdditionalDependencies="ptlib.lib odbc32.lib odbccp32.lib"
109 OutputFile=".\Release/asnparser.exe"
110 LinkIncremental="1"
111 SuppressStartupBanner="TRUE"
112 AdditionalLibraryDirectories="..\..\lib"
113 ProgramDatabaseFile=".\Release/asnparser.pdb"
114 SubSystem="1"/>
115 <Tool
116 Name="VCMIDLTool"
117 TypeLibraryName=".\Release/asnparser.tlb"/>
118 <Tool
119 Name="VCPostBuildEventTool"
120 Description="Copying ASN parser to pwlib/lib directory."
121 CommandLine="copy Release\asnparser.exe ..\..\lib &gt; nul"/>
122 <Tool
123 Name="VCPreBuildEventTool"/>
124 <Tool
125 Name="VCPreLinkEventTool"/>
126 <Tool
127 Name="VCResourceCompilerTool"
128 PreprocessorDefinitions="NDEBUG"
129 Culture="3081"/>
130 <Tool
131 Name="VCWebServiceProxyGeneratorTool"/>
132 <Tool
133 Name="VCXMLDataGeneratorTool"/>
134 <Tool
135 Name="VCWebDeploymentTool"/>
136 <Tool
137 Name="VCManagedWrapperGeneratorTool"/>
138 <Tool
139 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
140 </Configuration>
141 </Configurations>
142 <References>
143 </References>
144 <Files>
145 <File
146 RelativePath=".\asn_grammar.cxx">
147 <FileConfiguration
148 Name="Debug|Win32">
149 <Tool
150 Name="VCCLCompilerTool"
151 PreprocessorDefinitions="_DEBUG,MSDOS;$(NoInherit)"
152 UsePrecompiledHeader="0"/>
153 </FileConfiguration>
154 <FileConfiguration
155 Name="Release|Win32">
156 <Tool
157 Name="VCCLCompilerTool"
158 PreprocessorDefinitions="NDEBUG,MSDOS;$(NoInherit)"
159 UsePrecompiledHeader="0"/>
160 </FileConfiguration>
161 </File>
162 <File
163 RelativePath=".\asn_grammar.h">
164 </File>
165 <File
166 RelativePath=".\asn_grammar.y">
167 <FileConfiguration
168 Name="Debug|Win32">
169 <Tool
170 Name="VCCustomBuildTool"
171 Description="Performing Bison Step"
172 CommandLine="bison -t -v -d $(InputName).y
173 copy $(InputName)_tab.c $(InputName).cxx
174 copy $(InputName)_tab.h $(InputName).h
176 Outputs="$(InputName).cxx;$(InputName).h"/>
177 </FileConfiguration>
178 <FileConfiguration
179 Name="Release|Win32">
180 <Tool
181 Name="VCCustomBuildTool"
182 Description="Performing Bison Step"
183 CommandLine="bison -t -v -d $(InputName).y
184 copy $(InputName)_tab.c $(InputName).cxx
185 copy $(InputName)_tab.h $(InputName).h
187 Outputs="$(InputName).cxx;$(InputName).h"/>
188 </FileConfiguration>
189 </File>
190 <File
191 RelativePath=".\asn_lex.cxx">
192 <FileConfiguration
193 Name="Debug|Win32">
194 <Tool
195 Name="VCCLCompilerTool"
196 AdditionalIncludeDirectories="..\..\include;..\..\include\ptlib\msos"
197 UsePrecompiledHeader="0"
198 WarningLevel="2"/>
199 </FileConfiguration>
200 <FileConfiguration
201 Name="Release|Win32">
202 <Tool
203 Name="VCCLCompilerTool"
204 AdditionalIncludeDirectories="..\..\include;..\..\include\ptlib\msos"
205 UsePrecompiledHeader="0"
206 WarningLevel="2"/>
207 </FileConfiguration>
208 </File>
209 <File
210 RelativePath=".\asn_lex.l">
211 <FileConfiguration
212 Name="Debug|Win32">
213 <Tool
214 Name="VCCustomBuildTool"
215 Description="Performing Lex Step"
216 CommandLine="flex -t $(InputName).l &gt; $(InputName).cxx
218 AdditionalDependencies="asn_grammar.h;asn_grammar.cxx;"
219 Outputs="$(InputName).cxx"/>
220 </FileConfiguration>
221 <FileConfiguration
222 Name="Release|Win32">
223 <Tool
224 Name="VCCustomBuildTool"
225 Description="Performing Lex Step"
226 CommandLine="flex -t $(InputName).l &gt; $(InputName).cxx
228 AdditionalDependencies="asn_grammar.h;asn_grammar.cxx;"
229 Outputs="$(InputName).cxx"/>
230 </FileConfiguration>
231 </File>
232 <File
233 RelativePath=".\main.cxx">
234 </File>
235 <File
236 RelativePath=".\main.h">
237 </File>
238 <File
239 RelativePath=".\PreCompile.cpp">
240 <FileConfiguration
241 Name="Debug|Win32">
242 <Tool
243 Name="VCCLCompilerTool"
244 UsePrecompiledHeader="1"/>
245 </FileConfiguration>
246 <FileConfiguration
247 Name="Release|Win32">
248 <Tool
249 Name="VCCLCompilerTool"
250 UsePrecompiledHeader="1"/>
251 </FileConfiguration>
252 </File>
253 </Files>
254 <Globals>
255 </Globals>
256 </VisualStudioProject>