2
0

pcre_chartables.c.vcproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="libpcre Generate pcre_chartables.c"
  6. ProjectGUID="{1CED5987-A529-46DC-B30F-870D85FF9C94}"
  7. RootNamespace="Generatepcre_chartablesc"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. CommandLine=""
  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. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="..\..\pcre\"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. Detect64BitPortabilityProblems="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. OutputFile="$(OutDir)\dftables.exe"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. SubSystem="1"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCWebDeploymentTool"
  91. />
  92. <Tool
  93. Name="VCPostBuildEventTool"
  94. CommandLine="&quot;$(TargetPath)&quot; &quot;$(ProjectDir)pcre_chartables.c&quot;"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. CharacterSet="1"
  103. WholeProgramOptimization="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. CommandLine=""
  108. />
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. />
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCWebServiceProxyGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCMIDLTool"
  120. />
  121. <Tool
  122. Name="VCCLCompilerTool"
  123. AdditionalIncludeDirectories="..\..\pcre\"
  124. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H"
  125. RuntimeLibrary="2"
  126. UsePrecompiledHeader="0"
  127. WarningLevel="3"
  128. Detect64BitPortabilityProblems="true"
  129. DebugInformationFormat="3"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. OutputFile="$(OutDir)\dftables.exe"
  143. LinkIncremental="1"
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. TargetMachine="1"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCManifestTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCAppVerifierTool"
  167. />
  168. <Tool
  169. Name="VCWebDeploymentTool"
  170. />
  171. <Tool
  172. Name="VCPostBuildEventTool"
  173. CommandLine="&quot;$(TargetPath)&quot; &quot;$(ProjectDir)pcre_chartables.c&quot;"
  174. />
  175. </Configuration>
  176. </Configurations>
  177. <References>
  178. </References>
  179. <Files>
  180. <Filter
  181. Name="Source Files"
  182. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  183. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  184. >
  185. <File
  186. RelativePath="dftables.c"
  187. >
  188. </File>
  189. </Filter>
  190. <Filter
  191. Name="Header Files"
  192. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  193. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  194. >
  195. </Filter>
  196. <Filter
  197. Name="Resource Files"
  198. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  199. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  200. >
  201. </Filter>
  202. </Files>
  203. <Globals>
  204. </Globals>
  205. </VisualStudioProject>