gennmtab.vcproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. <?xml version="1.0" encoding="windows-1251"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9,00"
  5. Name="gennmtab"
  6. ProjectGUID="{99BD200E-A4D5-4ED4-9D00-A6A19EFE1412}"
  7. RootNamespace="gennmtab"
  8. TargetFrameworkVersion="0"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. <Platform
  15. Name="x64"
  16. />
  17. </Platforms>
  18. <ToolFiles>
  19. </ToolFiles>
  20. <Configurations>
  21. <Configuration
  22. Name="Debug|Win32"
  23. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  24. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  25. ConfigurationType="1"
  26. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  27. UseOfMFC="0"
  28. ATLMinimizesCRunTimeLibraryUsage="false"
  29. >
  30. <Tool
  31. Name="VCPreBuildEventTool"
  32. />
  33. <Tool
  34. Name="VCCustomBuildTool"
  35. />
  36. <Tool
  37. Name="VCXMLDataGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCWebServiceProxyGeneratorTool"
  41. />
  42. <Tool
  43. Name="VCMIDLTool"
  44. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
  45. HeaderFileName=""
  46. />
  47. <Tool
  48. Name="VCCLCompilerTool"
  49. Optimization="0"
  50. AdditionalIncludeDirectories="../.."
  51. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  52. MinimalRebuild="true"
  53. RuntimeLibrary="0"
  54. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  55. AssemblerListingLocation="$(IntDir)\"
  56. ObjectFile="$(IntDir)\"
  57. ProgramDataBaseFileName="$(IntDir)\"
  58. WarningLevel="3"
  59. SuppressStartupBanner="true"
  60. DebugInformationFormat="4"
  61. />
  62. <Tool
  63. Name="VCManagedResourceCompilerTool"
  64. />
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="_DEBUG"
  68. Culture="2057"
  69. />
  70. <Tool
  71. Name="VCPreLinkEventTool"
  72. />
  73. <Tool
  74. Name="VCLinkerTool"
  75. OutputFile="$(OutDir)\$(ProjectName).exe"
  76. LinkIncremental="2"
  77. SuppressStartupBanner="true"
  78. GenerateDebugInformation="true"
  79. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  80. SubSystem="1"
  81. RandomizedBaseAddress="1"
  82. DataExecutionPrevention="0"
  83. TargetMachine="1"
  84. />
  85. <Tool
  86. Name="VCALinkTool"
  87. />
  88. <Tool
  89. Name="VCManifestTool"
  90. />
  91. <Tool
  92. Name="VCXDCMakeTool"
  93. />
  94. <Tool
  95. Name="VCBscMakeTool"
  96. SuppressStartupBanner="true"
  97. OutputFile="$(IntDir)\$(ProjectName).bsc"
  98. />
  99. <Tool
  100. Name="VCFxCopTool"
  101. />
  102. <Tool
  103. Name="VCAppVerifierTool"
  104. />
  105. <Tool
  106. Name="VCPostBuildEventTool"
  107. Description="(D) Generating nametab.h ..."
  108. CommandLine="$(OutDir)\$(ProjectName).exe &gt;..\..\lib\expat\xmltok\nametab.h"
  109. ExcludedFromBuild="false"
  110. />
  111. </Configuration>
  112. <Configuration
  113. Name="Release|Win32"
  114. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  115. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  116. ConfigurationType="1"
  117. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  118. UseOfMFC="0"
  119. ATLMinimizesCRunTimeLibraryUsage="false"
  120. >
  121. <Tool
  122. Name="VCPreBuildEventTool"
  123. />
  124. <Tool
  125. Name="VCCustomBuildTool"
  126. />
  127. <Tool
  128. Name="VCXMLDataGeneratorTool"
  129. />
  130. <Tool
  131. Name="VCWebServiceProxyGeneratorTool"
  132. />
  133. <Tool
  134. Name="VCMIDLTool"
  135. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
  136. HeaderFileName=""
  137. />
  138. <Tool
  139. Name="VCCLCompilerTool"
  140. Optimization="2"
  141. InlineFunctionExpansion="1"
  142. AdditionalIncludeDirectories="../.."
  143. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  144. StringPooling="true"
  145. RuntimeLibrary="0"
  146. EnableFunctionLevelLinking="true"
  147. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  148. AssemblerListingLocation="$(IntDir)\"
  149. ObjectFile="$(IntDir)\"
  150. ProgramDataBaseFileName="$(IntDir)\"
  151. WarningLevel="3"
  152. SuppressStartupBanner="true"
  153. />
  154. <Tool
  155. Name="VCManagedResourceCompilerTool"
  156. />
  157. <Tool
  158. Name="VCResourceCompilerTool"
  159. PreprocessorDefinitions="NDEBUG"
  160. Culture="2057"
  161. />
  162. <Tool
  163. Name="VCPreLinkEventTool"
  164. />
  165. <Tool
  166. Name="VCLinkerTool"
  167. OutputFile="$(OutDir)\$(ProjectName).exe"
  168. LinkIncremental="1"
  169. SuppressStartupBanner="true"
  170. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  171. SubSystem="1"
  172. RandomizedBaseAddress="1"
  173. DataExecutionPrevention="0"
  174. TargetMachine="1"
  175. />
  176. <Tool
  177. Name="VCALinkTool"
  178. />
  179. <Tool
  180. Name="VCManifestTool"
  181. />
  182. <Tool
  183. Name="VCXDCMakeTool"
  184. />
  185. <Tool
  186. Name="VCBscMakeTool"
  187. SuppressStartupBanner="true"
  188. OutputFile="$(IntDir)\$(ProjectName).bsc"
  189. />
  190. <Tool
  191. Name="VCFxCopTool"
  192. />
  193. <Tool
  194. Name="VCAppVerifierTool"
  195. />
  196. <Tool
  197. Name="VCPostBuildEventTool"
  198. Description="(R) Generating nametab.h ..."
  199. CommandLine="$(OutDir)\$(ProjectName).exe &gt;..\..\lib\expat\xmltok\nametab.h"
  200. ExcludedFromBuild="false"
  201. />
  202. </Configuration>
  203. <Configuration
  204. Name="Debug|x64"
  205. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  206. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  207. ConfigurationType="1"
  208. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  209. UseOfMFC="0"
  210. ATLMinimizesCRunTimeLibraryUsage="false"
  211. >
  212. <Tool
  213. Name="VCPreBuildEventTool"
  214. />
  215. <Tool
  216. Name="VCCustomBuildTool"
  217. />
  218. <Tool
  219. Name="VCXMLDataGeneratorTool"
  220. />
  221. <Tool
  222. Name="VCWebServiceProxyGeneratorTool"
  223. />
  224. <Tool
  225. Name="VCMIDLTool"
  226. TargetEnvironment="3"
  227. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
  228. HeaderFileName=""
  229. />
  230. <Tool
  231. Name="VCCLCompilerTool"
  232. Optimization="0"
  233. AdditionalIncludeDirectories="../.."
  234. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  235. MinimalRebuild="true"
  236. RuntimeLibrary="0"
  237. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  238. AssemblerListingLocation="$(IntDir)\"
  239. ObjectFile="$(IntDir)\"
  240. ProgramDataBaseFileName="$(IntDir)\"
  241. WarningLevel="3"
  242. SuppressStartupBanner="true"
  243. DebugInformationFormat="3"
  244. />
  245. <Tool
  246. Name="VCManagedResourceCompilerTool"
  247. />
  248. <Tool
  249. Name="VCResourceCompilerTool"
  250. PreprocessorDefinitions="_DEBUG"
  251. Culture="2057"
  252. />
  253. <Tool
  254. Name="VCPreLinkEventTool"
  255. />
  256. <Tool
  257. Name="VCLinkerTool"
  258. OutputFile="$(OutDir)\$(ProjectName).exe"
  259. LinkIncremental="2"
  260. SuppressStartupBanner="true"
  261. GenerateDebugInformation="true"
  262. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  263. SubSystem="1"
  264. RandomizedBaseAddress="1"
  265. DataExecutionPrevention="0"
  266. TargetMachine="17"
  267. />
  268. <Tool
  269. Name="VCALinkTool"
  270. />
  271. <Tool
  272. Name="VCManifestTool"
  273. />
  274. <Tool
  275. Name="VCXDCMakeTool"
  276. />
  277. <Tool
  278. Name="VCBscMakeTool"
  279. SuppressStartupBanner="true"
  280. OutputFile="$(IntDir)\$(ProjectName).bsc"
  281. />
  282. <Tool
  283. Name="VCFxCopTool"
  284. />
  285. <Tool
  286. Name="VCAppVerifierTool"
  287. />
  288. <Tool
  289. Name="VCPostBuildEventTool"
  290. Description="(D) Generating nametab.h ..."
  291. CommandLine="$(OutDir)\$(ProjectName).exe &gt;..\..\lib\expat\xmltok\nametab.h"
  292. ExcludedFromBuild="false"
  293. />
  294. </Configuration>
  295. <Configuration
  296. Name="Release|x64"
  297. OutputDirectory="..\..\bin\$(ConfigurationName)-$(PlatformName)\"
  298. IntermediateDirectory="..\..\temp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)\"
  299. ConfigurationType="1"
  300. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
  301. UseOfMFC="0"
  302. ATLMinimizesCRunTimeLibraryUsage="false"
  303. >
  304. <Tool
  305. Name="VCPreBuildEventTool"
  306. />
  307. <Tool
  308. Name="VCCustomBuildTool"
  309. />
  310. <Tool
  311. Name="VCXMLDataGeneratorTool"
  312. />
  313. <Tool
  314. Name="VCWebServiceProxyGeneratorTool"
  315. />
  316. <Tool
  317. Name="VCMIDLTool"
  318. TargetEnvironment="3"
  319. TypeLibraryName="$(OutDir)\$(ProjectName).tlb"
  320. HeaderFileName=""
  321. />
  322. <Tool
  323. Name="VCCLCompilerTool"
  324. Optimization="2"
  325. InlineFunctionExpansion="1"
  326. AdditionalIncludeDirectories="../.."
  327. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  328. StringPooling="true"
  329. RuntimeLibrary="0"
  330. EnableFunctionLevelLinking="true"
  331. PrecompiledHeaderFile="$(IntDir)\$(ProjectName).pch"
  332. AssemblerListingLocation="$(IntDir)\"
  333. ObjectFile="$(IntDir)\"
  334. ProgramDataBaseFileName="$(IntDir)\"
  335. WarningLevel="3"
  336. SuppressStartupBanner="true"
  337. />
  338. <Tool
  339. Name="VCManagedResourceCompilerTool"
  340. />
  341. <Tool
  342. Name="VCResourceCompilerTool"
  343. PreprocessorDefinitions="NDEBUG"
  344. Culture="2057"
  345. />
  346. <Tool
  347. Name="VCPreLinkEventTool"
  348. />
  349. <Tool
  350. Name="VCLinkerTool"
  351. OutputFile="$(OutDir)\$(ProjectName).exe"
  352. LinkIncremental="1"
  353. SuppressStartupBanner="true"
  354. ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
  355. SubSystem="1"
  356. RandomizedBaseAddress="1"
  357. DataExecutionPrevention="0"
  358. TargetMachine="17"
  359. />
  360. <Tool
  361. Name="VCALinkTool"
  362. />
  363. <Tool
  364. Name="VCManifestTool"
  365. />
  366. <Tool
  367. Name="VCXDCMakeTool"
  368. />
  369. <Tool
  370. Name="VCBscMakeTool"
  371. SuppressStartupBanner="true"
  372. OutputFile="$(IntDir)\$(ProjectName).bsc"
  373. />
  374. <Tool
  375. Name="VCFxCopTool"
  376. />
  377. <Tool
  378. Name="VCAppVerifierTool"
  379. />
  380. <Tool
  381. Name="VCPostBuildEventTool"
  382. Description="(R) Generating nametab.h ..."
  383. CommandLine="$(OutDir)\$(ProjectName).exe &gt;..\..\lib\expat\xmltok\nametab.h"
  384. ExcludedFromBuild="false"
  385. />
  386. </Configuration>
  387. </Configurations>
  388. <References>
  389. </References>
  390. <Files>
  391. <Filter
  392. Name="Source Files"
  393. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
  394. >
  395. <File
  396. RelativePath="..\..\lib\expat\gennmtab\gennmtab.c"
  397. >
  398. <FileConfiguration
  399. Name="Debug|Win32"
  400. >
  401. <Tool
  402. Name="VCCLCompilerTool"
  403. AdditionalIncludeDirectories=""
  404. PreprocessorDefinitions=""
  405. />
  406. </FileConfiguration>
  407. <FileConfiguration
  408. Name="Release|Win32"
  409. >
  410. <Tool
  411. Name="VCCLCompilerTool"
  412. AdditionalIncludeDirectories=""
  413. PreprocessorDefinitions=""
  414. />
  415. </FileConfiguration>
  416. <FileConfiguration
  417. Name="Debug|x64"
  418. >
  419. <Tool
  420. Name="VCCLCompilerTool"
  421. AdditionalIncludeDirectories=""
  422. PreprocessorDefinitions=""
  423. />
  424. </FileConfiguration>
  425. <FileConfiguration
  426. Name="Release|x64"
  427. >
  428. <Tool
  429. Name="VCCLCompilerTool"
  430. AdditionalIncludeDirectories=""
  431. PreprocessorDefinitions=""
  432. />
  433. </FileConfiguration>
  434. </File>
  435. </Filter>
  436. <Filter
  437. Name="Header Files"
  438. Filter="h;hpp;hxx;hm;inl;fi;fd"
  439. >
  440. </Filter>
  441. <Filter
  442. Name="Resource Files"
  443. Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  444. >
  445. </Filter>
  446. </Files>
  447. <Globals>
  448. </Globals>
  449. </VisualStudioProject>