1 <?xml version=
"1.0" encoding=
"Windows-1252"?>
3 ProjectType=
"Visual C++"
6 RootNamespace=
"ASNParser"
16 OutputDirectory=
".\Debug"
17 IntermediateDirectory=
".\Debug"
20 ATLMinimizesCRunTimeLibraryUsage=
"FALSE">
22 Name=
"VCCLCompilerTool"
24 AdditionalIncludeDirectories=
"..\..\include"
25 PreprocessorDefinitions=
"_DEBUG"
27 DefaultCharIsUnsigned=
"TRUE"
28 UsePrecompiledHeader=
"3"
29 PrecompiledHeaderThrough=
"ptlib.h"
30 PrecompiledHeaderFile=
".\Debug/asnparser.pch"
31 AssemblerListingLocation=
".\Debug/"
33 ProgramDataBaseFileName=
".\Debug/"
35 SuppressStartupBanner=
"TRUE"
36 DebugInformationFormat=
"4"
39 Name=
"VCCustomBuildTool"/>
42 AdditionalOptions=
"/MACHINE:I386"
43 AdditionalDependencies=
"ptlibd.lib odbc32.lib odbccp32.lib"
44 OutputFile=
".\Debug/asnparser.exe"
46 SuppressStartupBanner=
"TRUE"
47 AdditionalLibraryDirectories=
"..\..\lib"
48 GenerateDebugInformation=
"TRUE"
49 ProgramDatabaseFile=
".\Debug/asnparser.pdb"
53 TypeLibraryName=
".\Debug/asnparser.tlb"/>
55 Name=
"VCPostBuildEventTool"/>
57 Name=
"VCPreBuildEventTool"/>
59 Name=
"VCPreLinkEventTool"/>
61 Name=
"VCResourceCompilerTool"
62 PreprocessorDefinitions=
"_DEBUG"
65 Name=
"VCWebServiceProxyGeneratorTool"/>
67 Name=
"VCXMLDataGeneratorTool"/>
69 Name=
"VCWebDeploymentTool"/>
71 Name=
"VCManagedWrapperGeneratorTool"/>
73 Name=
"VCAuxiliaryManagedWrapperGeneratorTool"/>
77 OutputDirectory=
".\Release"
78 IntermediateDirectory=
".\Release"
81 ATLMinimizesCRunTimeLibraryUsage=
"FALSE">
83 Name=
"VCCLCompilerTool"
84 InlineFunctionExpansion=
"1"
85 AdditionalIncludeDirectories=
"..\..\include"
86 PreprocessorDefinitions=
"NDEBUG"
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/"
98 SuppressStartupBanner=
"TRUE"
101 Name=
"VCCustomBuildTool"/>
104 AdditionalOptions=
"/MACHINE:I386"
105 AdditionalDependencies=
"ptlib.lib odbc32.lib odbccp32.lib"
106 OutputFile=
".\Release/asnparser.exe"
108 SuppressStartupBanner=
"TRUE"
109 AdditionalLibraryDirectories=
"..\..\lib"
110 ProgramDatabaseFile=
".\Release/asnparser.pdb"
114 TypeLibraryName=
".\Release/asnparser.tlb"/>
116 Name=
"VCPostBuildEventTool"
117 Description=
"Copying ASN parser to pwlib/lib directory."
118 CommandLine=
"copy Release\asnparser.exe ..\..\lib > nul"/>
120 Name=
"VCPreBuildEventTool"/>
122 Name=
"VCPreLinkEventTool"/>
124 Name=
"VCResourceCompilerTool"
125 PreprocessorDefinitions=
"NDEBUG"
128 Name=
"VCWebServiceProxyGeneratorTool"/>
130 Name=
"VCXMLDataGeneratorTool"/>
132 Name=
"VCWebDeploymentTool"/>
134 Name=
"VCManagedWrapperGeneratorTool"/>
136 Name=
"VCAuxiliaryManagedWrapperGeneratorTool"/>
143 RelativePath=
".\asn_grammar.cxx">
147 Name=
"VCCLCompilerTool"
148 PreprocessorDefinitions=
"_DEBUG,MSDOS;$(NoInherit)"
149 UsePrecompiledHeader=
"0"/>
152 Name=
"Release|Win32">
154 Name=
"VCCLCompilerTool"
155 PreprocessorDefinitions=
"NDEBUG,MSDOS;$(NoInherit)"
156 UsePrecompiledHeader=
"0"/>
160 RelativePath=
".\asn_grammar.h">
163 RelativePath=
".\asn_grammar.y">
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"/>
176 Name=
"Release|Win32">
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"/>
188 RelativePath=
".\asn_lex.cxx">
192 Name=
"VCCLCompilerTool"
193 AdditionalIncludeDirectories=
"..\..\include;..\..\include\ptlib\msos"
194 UsePrecompiledHeader=
"0"
198 Name=
"Release|Win32">
200 Name=
"VCCLCompilerTool"
201 AdditionalIncludeDirectories=
"..\..\include;..\..\include\ptlib\msos"
202 UsePrecompiledHeader=
"0"
207 RelativePath=
".\asn_lex.l">
211 Name=
"VCCustomBuildTool"
212 Description=
"Performing Lex Step"
213 CommandLine=
"flex -t $(InputName).l > $(InputName).cxx
215 AdditionalDependencies=
"asn_grammar.h;asn_grammar.cxx;"
216 Outputs=
"$(InputName).cxx"/>
219 Name=
"Release|Win32">
221 Name=
"VCCustomBuildTool"
222 Description=
"Performing Lex Step"
223 CommandLine=
"flex -t $(InputName).l > $(InputName).cxx
225 AdditionalDependencies=
"asn_grammar.h;asn_grammar.cxx;"
226 Outputs=
"$(InputName).cxx"/>
230 RelativePath=
".\main.cxx">
233 RelativePath=
".\main.h">
236 RelativePath=
".\PreCompile.cpp">
240 Name=
"VCCLCompilerTool"
241 UsePrecompiledHeader=
"1"/>
244 Name=
"Release|Win32">
246 Name=
"VCCLCompilerTool"
247 UsePrecompiledHeader=
"1"/>
253 </VisualStudioProject>