pcre_chartables.c.2008.vcproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="libpcre Generate pcre_chartables.c"
  6. ProjectGUID="{1CED5987-A529-46DC-B30F-870D85FF9C94}"
  7. RootNamespace="Generatepcre_chartablesc"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(ConfigurationName)"
  25. IntermediateDirectory="$(ConfigurationName)"
  26. ConfigurationType="1"
  27. CharacterSet="1"
  28. >
  29. <Tool
  30. Name="VCPreBuildEventTool"
  31. CommandLine=""
  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. />
  45. <Tool
  46. Name="VCCLCompilerTool"
  47. Optimization="0"
  48. AdditionalIncludeDirectories="..\..\pcre\"
  49. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H"
  50. MinimalRebuild="true"
  51. BasicRuntimeChecks="3"
  52. RuntimeLibrary="2"
  53. UsePrecompiledHeader="0"
  54. WarningLevel="3"
  55. DebugInformationFormat="4"
  56. />
  57. <Tool
  58. Name="VCManagedResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCPreLinkEventTool"
  65. />
  66. <Tool
  67. Name="VCLinkerTool"
  68. OutputFile="$(OutDir)\dftables.exe"
  69. LinkIncremental="2"
  70. GenerateDebugInformation="true"
  71. SubSystem="1"
  72. RandomizedBaseAddress="1"
  73. DataExecutionPrevention="0"
  74. TargetMachine="1"
  75. />
  76. <Tool
  77. Name="VCALinkTool"
  78. />
  79. <Tool
  80. Name="VCManifestTool"
  81. />
  82. <Tool
  83. Name="VCXDCMakeTool"
  84. />
  85. <Tool
  86. Name="VCBscMakeTool"
  87. />
  88. <Tool
  89. Name="VCFxCopTool"
  90. />
  91. <Tool
  92. Name="VCAppVerifierTool"
  93. />
  94. <Tool
  95. Name="VCPostBuildEventTool"
  96. CommandLine="&quot;$(TargetPath)&quot; &quot;$(ProjectDir)pcre_chartables.c&quot;"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Debug|x64"
  101. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  102. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  103. ConfigurationType="1"
  104. CharacterSet="1"
  105. >
  106. <Tool
  107. Name="VCPreBuildEventTool"
  108. CommandLine=""
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. TargetEnvironment="3"
  122. />
  123. <Tool
  124. Name="VCCLCompilerTool"
  125. Optimization="0"
  126. AdditionalIncludeDirectories="..\..\pcre\"
  127. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H"
  128. MinimalRebuild="true"
  129. BasicRuntimeChecks="3"
  130. RuntimeLibrary="2"
  131. UsePrecompiledHeader="0"
  132. WarningLevel="3"
  133. DebugInformationFormat="3"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. OutputFile="$(OutDir)\dftables.exe"
  147. LinkIncremental="2"
  148. GenerateDebugInformation="true"
  149. SubSystem="1"
  150. RandomizedBaseAddress="1"
  151. DataExecutionPrevention="0"
  152. TargetMachine="17"
  153. />
  154. <Tool
  155. Name="VCALinkTool"
  156. />
  157. <Tool
  158. Name="VCManifestTool"
  159. />
  160. <Tool
  161. Name="VCXDCMakeTool"
  162. />
  163. <Tool
  164. Name="VCBscMakeTool"
  165. />
  166. <Tool
  167. Name="VCFxCopTool"
  168. />
  169. <Tool
  170. Name="VCAppVerifierTool"
  171. />
  172. <Tool
  173. Name="VCPostBuildEventTool"
  174. CommandLine="&quot;$(TargetPath)&quot; &quot;$(ProjectDir)pcre_chartables.c&quot;"
  175. />
  176. </Configuration>
  177. <Configuration
  178. Name="Release|Win32"
  179. OutputDirectory="$(ConfigurationName)"
  180. IntermediateDirectory="$(ConfigurationName)"
  181. ConfigurationType="1"
  182. CharacterSet="1"
  183. WholeProgramOptimization="1"
  184. >
  185. <Tool
  186. Name="VCPreBuildEventTool"
  187. CommandLine=""
  188. />
  189. <Tool
  190. Name="VCCustomBuildTool"
  191. />
  192. <Tool
  193. Name="VCXMLDataGeneratorTool"
  194. />
  195. <Tool
  196. Name="VCWebServiceProxyGeneratorTool"
  197. />
  198. <Tool
  199. Name="VCMIDLTool"
  200. />
  201. <Tool
  202. Name="VCCLCompilerTool"
  203. AdditionalIncludeDirectories="..\..\pcre\"
  204. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H"
  205. RuntimeLibrary="2"
  206. UsePrecompiledHeader="0"
  207. WarningLevel="3"
  208. DebugInformationFormat="3"
  209. />
  210. <Tool
  211. Name="VCManagedResourceCompilerTool"
  212. />
  213. <Tool
  214. Name="VCResourceCompilerTool"
  215. />
  216. <Tool
  217. Name="VCPreLinkEventTool"
  218. />
  219. <Tool
  220. Name="VCLinkerTool"
  221. OutputFile="$(OutDir)\dftables.exe"
  222. LinkIncremental="1"
  223. GenerateDebugInformation="true"
  224. SubSystem="1"
  225. OptimizeReferences="2"
  226. EnableCOMDATFolding="2"
  227. RandomizedBaseAddress="2"
  228. DataExecutionPrevention="0"
  229. TargetMachine="1"
  230. />
  231. <Tool
  232. Name="VCALinkTool"
  233. />
  234. <Tool
  235. Name="VCManifestTool"
  236. />
  237. <Tool
  238. Name="VCXDCMakeTool"
  239. />
  240. <Tool
  241. Name="VCBscMakeTool"
  242. />
  243. <Tool
  244. Name="VCFxCopTool"
  245. />
  246. <Tool
  247. Name="VCAppVerifierTool"
  248. />
  249. <Tool
  250. Name="VCPostBuildEventTool"
  251. CommandLine="&quot;$(TargetPath)&quot; &quot;$(ProjectDir)pcre_chartables.c&quot;"
  252. />
  253. </Configuration>
  254. <Configuration
  255. Name="Release|x64"
  256. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  257. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  258. ConfigurationType="1"
  259. CharacterSet="1"
  260. WholeProgramOptimization="1"
  261. >
  262. <Tool
  263. Name="VCPreBuildEventTool"
  264. CommandLine=""
  265. />
  266. <Tool
  267. Name="VCCustomBuildTool"
  268. />
  269. <Tool
  270. Name="VCXMLDataGeneratorTool"
  271. />
  272. <Tool
  273. Name="VCWebServiceProxyGeneratorTool"
  274. />
  275. <Tool
  276. Name="VCMIDLTool"
  277. TargetEnvironment="3"
  278. />
  279. <Tool
  280. Name="VCCLCompilerTool"
  281. AdditionalIncludeDirectories="..\..\pcre\"
  282. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H"
  283. RuntimeLibrary="2"
  284. UsePrecompiledHeader="0"
  285. WarningLevel="3"
  286. DebugInformationFormat="3"
  287. />
  288. <Tool
  289. Name="VCManagedResourceCompilerTool"
  290. />
  291. <Tool
  292. Name="VCResourceCompilerTool"
  293. />
  294. <Tool
  295. Name="VCPreLinkEventTool"
  296. />
  297. <Tool
  298. Name="VCLinkerTool"
  299. OutputFile="$(OutDir)\dftables.exe"
  300. LinkIncremental="1"
  301. GenerateDebugInformation="true"
  302. SubSystem="1"
  303. OptimizeReferences="2"
  304. EnableCOMDATFolding="2"
  305. RandomizedBaseAddress="2"
  306. DataExecutionPrevention="0"
  307. TargetMachine="17"
  308. />
  309. <Tool
  310. Name="VCALinkTool"
  311. />
  312. <Tool
  313. Name="VCManifestTool"
  314. />
  315. <Tool
  316. Name="VCXDCMakeTool"
  317. />
  318. <Tool
  319. Name="VCBscMakeTool"
  320. />
  321. <Tool
  322. Name="VCFxCopTool"
  323. />
  324. <Tool
  325. Name="VCAppVerifierTool"
  326. />
  327. <Tool
  328. Name="VCPostBuildEventTool"
  329. CommandLine="&quot;$(TargetPath)&quot; &quot;$(ProjectDir)pcre_chartables.c&quot;"
  330. />
  331. </Configuration>
  332. </Configurations>
  333. <References>
  334. </References>
  335. <Files>
  336. <Filter
  337. Name="Source Files"
  338. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  339. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  340. >
  341. <File
  342. RelativePath="dftables.c"
  343. >
  344. </File>
  345. </Filter>
  346. <Filter
  347. Name="Header Files"
  348. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  349. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  350. >
  351. </Filter>
  352. <Filter
  353. Name="Resource Files"
  354. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  355. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  356. >
  357. </Filter>
  358. </Files>
  359. <Globals>
  360. </Globals>
  361. </VisualStudioProject>