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