gennmtab.vcproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="gennmtab"
  6. ProjectGUID="{A6F149DA-CD8D-4E8E-B914-25DFFE6269A7}"
  7. RootNamespace="gennmtab"
  8. >
  9. <Platforms>
  10. <Platform
  11. Name="Win32"
  12. />
  13. </Platforms>
  14. <ToolFiles>
  15. </ToolFiles>
  16. <Configurations>
  17. <Configuration
  18. Name="Debug|Win32"
  19. OutputDirectory=".\Debug\gennmtab"
  20. IntermediateDirectory=".\Debug\gennmtab"
  21. ConfigurationType="1"
  22. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  23. UseOfMFC="0"
  24. ATLMinimizesCRunTimeLibraryUsage="false"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. TypeLibraryName=".\Debug\gennmtab/gennmtab.tlb"
  41. HeaderFileName=""
  42. />
  43. <Tool
  44. Name="VCCLCompilerTool"
  45. Optimization="0"
  46. AdditionalIncludeDirectories=".."
  47. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  48. MinimalRebuild="true"
  49. RuntimeLibrary="1"
  50. PrecompiledHeaderFile=".\Debug\gennmtab/gennmtab.pch"
  51. AssemblerListingLocation=".\Debug\gennmtab/"
  52. ObjectFile=".\Debug\gennmtab/"
  53. ProgramDataBaseFileName=".\Debug\gennmtab/"
  54. WarningLevel="3"
  55. SuppressStartupBanner="true"
  56. DebugInformationFormat="4"
  57. />
  58. <Tool
  59. Name="VCManagedResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCResourceCompilerTool"
  63. PreprocessorDefinitions="_DEBUG"
  64. Culture="2057"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. OutputFile="..\bin\gennmtabD.exe"
  72. LinkIncremental="2"
  73. SuppressStartupBanner="true"
  74. GenerateDebugInformation="true"
  75. ProgramDatabaseFile=".\Debug\gennmtab/gennmtabD.pdb"
  76. SubSystem="1"
  77. TargetMachine="1"
  78. />
  79. <Tool
  80. Name="VCALinkTool"
  81. />
  82. <Tool
  83. Name="VCManifestTool"
  84. />
  85. <Tool
  86. Name="VCXDCMakeTool"
  87. />
  88. <Tool
  89. Name="VCBscMakeTool"
  90. SuppressStartupBanner="true"
  91. OutputFile=".\Debug\gennmtab/gennmtab.bsc"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  98. />
  99. <Tool
  100. Name="VCWebDeploymentTool"
  101. />
  102. <Tool
  103. Name="VCPostBuildEventTool"
  104. Description="(D) Generating nametab.h ..."
  105. CommandLine="..\bin\gennmtabD.exe &gt;..\lib\expat\xmltok\nametab.h"
  106. />
  107. </Configuration>
  108. <Configuration
  109. Name="Release|Win32"
  110. OutputDirectory=".\Release\gennmtab"
  111. IntermediateDirectory=".\Release\gennmtab"
  112. ConfigurationType="1"
  113. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  114. UseOfMFC="0"
  115. ATLMinimizesCRunTimeLibraryUsage="false"
  116. >
  117. <Tool
  118. Name="VCPreBuildEventTool"
  119. />
  120. <Tool
  121. Name="VCCustomBuildTool"
  122. />
  123. <Tool
  124. Name="VCXMLDataGeneratorTool"
  125. />
  126. <Tool
  127. Name="VCWebServiceProxyGeneratorTool"
  128. />
  129. <Tool
  130. Name="VCMIDLTool"
  131. TypeLibraryName=".\Release\gennmtab/gennmtab.tlb"
  132. HeaderFileName=""
  133. />
  134. <Tool
  135. Name="VCCLCompilerTool"
  136. Optimization="2"
  137. InlineFunctionExpansion="1"
  138. AdditionalIncludeDirectories=".."
  139. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  140. StringPooling="true"
  141. RuntimeLibrary="0"
  142. EnableFunctionLevelLinking="true"
  143. PrecompiledHeaderFile=".\Release\gennmtab/gennmtab.pch"
  144. AssemblerListingLocation=".\Release\gennmtab/"
  145. ObjectFile=".\Release\gennmtab/"
  146. ProgramDataBaseFileName=".\Release\gennmtab/"
  147. WarningLevel="3"
  148. SuppressStartupBanner="true"
  149. />
  150. <Tool
  151. Name="VCManagedResourceCompilerTool"
  152. />
  153. <Tool
  154. Name="VCResourceCompilerTool"
  155. PreprocessorDefinitions="NDEBUG"
  156. Culture="2057"
  157. />
  158. <Tool
  159. Name="VCPreLinkEventTool"
  160. />
  161. <Tool
  162. Name="VCLinkerTool"
  163. OutputFile="..\bin\gennmtab.exe"
  164. LinkIncremental="1"
  165. SuppressStartupBanner="true"
  166. ProgramDatabaseFile=".\Release\gennmtab/gennmtab.pdb"
  167. SubSystem="1"
  168. TargetMachine="1"
  169. />
  170. <Tool
  171. Name="VCALinkTool"
  172. />
  173. <Tool
  174. Name="VCManifestTool"
  175. />
  176. <Tool
  177. Name="VCXDCMakeTool"
  178. />
  179. <Tool
  180. Name="VCBscMakeTool"
  181. SuppressStartupBanner="true"
  182. OutputFile=".\Release\gennmtab/gennmtab.bsc"
  183. />
  184. <Tool
  185. Name="VCFxCopTool"
  186. />
  187. <Tool
  188. Name="VCAppVerifierTool"
  189. />
  190. <Tool
  191. Name="VCWebDeploymentTool"
  192. />
  193. <Tool
  194. Name="VCPostBuildEventTool"
  195. Description="(R) Generating nametab.h ..."
  196. CommandLine="..\bin\gennmtab.exe &gt;..\lib\expat\xmltok\nametab.h"
  197. />
  198. </Configuration>
  199. </Configurations>
  200. <References>
  201. </References>
  202. <Files>
  203. <Filter
  204. Name="Source Files"
  205. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
  206. >
  207. <File
  208. RelativePath="..\lib\expat\gennmtab\gennmtab.c"
  209. >
  210. <FileConfiguration
  211. Name="Debug|Win32"
  212. >
  213. <Tool
  214. Name="VCCLCompilerTool"
  215. AdditionalIncludeDirectories=""
  216. PreprocessorDefinitions=""
  217. />
  218. </FileConfiguration>
  219. <FileConfiguration
  220. Name="Release|Win32"
  221. >
  222. <Tool
  223. Name="VCCLCompilerTool"
  224. AdditionalIncludeDirectories=""
  225. PreprocessorDefinitions=""
  226. />
  227. </FileConfiguration>
  228. </File>
  229. </Filter>
  230. <Filter
  231. Name="Header Files"
  232. Filter="h;hpp;hxx;hm;inl;fi;fd"
  233. >
  234. </Filter>
  235. <Filter
  236. Name="Resource Files"
  237. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  238. >
  239. </Filter>
  240. </Files>
  241. <Globals>
  242. </Globals>
  243. </VisualStudioProject>