libpcre.2010.vcxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug DLL|Win32">
  5. <Configuration>Debug DLL</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug DLL|x64">
  9. <Configuration>Debug DLL</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release DLL|Win32">
  21. <Configuration>Release DLL</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release DLL|x64">
  25. <Configuration>Release DLL</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectName>libpcre</ProjectName>
  39. <ProjectGuid>{8D04B550-D240-4A44-8A18-35DA3F7038D9}</ProjectGuid>
  40. <RootNamespace>libpcre</RootNamespace>
  41. </PropertyGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseOfMfc>false</UseOfMfc>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseOfMfc>false</UseOfMfc>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  52. <ConfigurationType>StaticLibrary</ConfigurationType>
  53. <UseOfMfc>false</UseOfMfc>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <UseOfMfc>false</UseOfMfc>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="Configuration">
  60. <ConfigurationType>DynamicLibrary</ConfigurationType>
  61. <UseOfMfc>false</UseOfMfc>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'" Label="Configuration">
  64. <ConfigurationType>DynamicLibrary</ConfigurationType>
  65. <UseOfMfc>false</UseOfMfc>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  68. <ConfigurationType>StaticLibrary</ConfigurationType>
  69. <UseOfMfc>false</UseOfMfc>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  72. <ConfigurationType>StaticLibrary</ConfigurationType>
  73. <UseOfMfc>false</UseOfMfc>
  74. </PropertyGroup>
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  76. <ImportGroup Label="ExtensionSettings">
  77. </ImportGroup>
  78. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'" Label="PropertySheets">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'" Label="PropertySheets">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. </ImportGroup>
  84. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. <Import Project="..\..\..\w32\extlib.props" />
  87. </ImportGroup>
  88. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. <Import Project="..\..\..\w32\extlib.props" />
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  99. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  100. <Import Project="..\..\..\w32\extlib.props" />
  101. </ImportGroup>
  102. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  103. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  104. <Import Project="..\..\..\w32\extlib.props" />
  105. </ImportGroup>
  106. <PropertyGroup Label="UserMacros" />
  107. <PropertyGroup>
  108. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  109. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  110. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">$(Platform)\pcre-8.34\$(Configuration)\</IntDir>
  111. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">false</LinkIncremental>
  112. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  113. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'">$(Platform)\pcre-8.34\$(Configuration)\</IntDir>
  114. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'">false</LinkIncremental>
  115. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  116. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">$(Platform)\pcre-8.34\$(Configuration)\</IntDir>
  117. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">false</LinkIncremental>
  118. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
  119. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'">$(Platform)\pcre-8.34\$(Configuration)\</IntDir>
  120. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'">false</LinkIncremental>
  121. </PropertyGroup>
  122. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  123. <ClCompile>
  124. <Optimization>Disabled</Optimization>
  125. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\pcre-8.34;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  126. <PreprocessorDefinitions>_WIN32;WIN32;_DEBUG;_WINDOWS;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;DEBUG;PCRE_DEFINITION;PCRE_STATIC;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <MinimalRebuild>true</MinimalRebuild>
  128. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  129. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  130. <WarningLevel>Level3</WarningLevel>
  131. <SuppressStartupBanner>true</SuppressStartupBanner>
  132. </ClCompile>
  133. <Bscmake>
  134. <SuppressStartupBanner>true</SuppressStartupBanner>
  135. </Bscmake>
  136. <PreBuildEvent>
  137. <Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
  138. </PreBuildEvent>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  141. <ClCompile>
  142. <Optimization>Disabled</Optimization>
  143. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\pcre-8.34;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  144. <PreprocessorDefinitions>_WIN32;WIN32;_DEBUG;_WINDOWS;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;DEBUG;PCRE_DEFINITION;PCRE_STATIC;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <MinimalRebuild>true</MinimalRebuild>
  146. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  147. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  148. <WarningLevel>Level3</WarningLevel>
  149. <SuppressStartupBanner>true</SuppressStartupBanner>
  150. </ClCompile>
  151. <PreBuildEvent>
  152. <Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
  153. </PreBuildEvent>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  156. <ClCompile>
  157. <Optimization>MaxSpeed</Optimization>
  158. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  159. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\pcre-8.34;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  160. <PreprocessorDefinitions>_WIN32;WIN32;NDEBUG;_WINDOWS;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;PCRE_DEFINITION;PCRE_STATIC;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. <StringPooling>true</StringPooling>
  162. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  163. <FunctionLevelLinking>true</FunctionLevelLinking>
  164. <WarningLevel>Level3</WarningLevel>
  165. <SuppressStartupBanner>true</SuppressStartupBanner>
  166. </ClCompile>
  167. <PreBuildEvent>
  168. <Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
  169. </PreBuildEvent>
  170. <Bscmake>
  171. <SuppressStartupBanner>true</SuppressStartupBanner>
  172. </Bscmake>
  173. </ItemDefinitionGroup>
  174. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  175. <ClCompile>
  176. <Optimization>MaxSpeed</Optimization>
  177. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  178. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\pcre-8.34;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  179. <PreprocessorDefinitions>_WIN32;WIN32;NDEBUG;_WINDOWS;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;PCRE_DEFINITION;PCRE_STATIC;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  180. <StringPooling>true</StringPooling>
  181. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  182. <FunctionLevelLinking>true</FunctionLevelLinking>
  183. <WarningLevel>Level3</WarningLevel>
  184. <SuppressStartupBanner>true</SuppressStartupBanner>
  185. </ClCompile>
  186. <PreBuildEvent>
  187. <Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
  188. </PreBuildEvent>
  189. <Bscmake>
  190. <SuppressStartupBanner>true</SuppressStartupBanner>
  191. </Bscmake>
  192. </ItemDefinitionGroup>
  193. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|Win32'">
  194. <PreBuildEvent>
  195. <Command>
  196. </Command>
  197. </PreBuildEvent>
  198. <CustomBuildStep>
  199. <Message>
  200. </Message>
  201. <Command>
  202. </Command>
  203. <Inputs>%(Inputs)</Inputs>
  204. <Outputs>%(Outputs)</Outputs>
  205. </CustomBuildStep>
  206. <Midl>
  207. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  208. <MkTypLibCompatible>true</MkTypLibCompatible>
  209. <SuppressStartupBanner>true</SuppressStartupBanner>
  210. <TargetEnvironment>Win32</TargetEnvironment>
  211. <TypeLibraryName>$(IntDir)libpcre.tlb</TypeLibraryName>
  212. <HeaderFileName>
  213. </HeaderFileName>
  214. </Midl>
  215. <ClCompile>
  216. <Optimization>Disabled</Optimization>
  217. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\pcre-8.34;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  218. <PreprocessorDefinitions>_WIN32;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;DEBUG;PCRE_DEFINITION;DLL_EXPORT;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  219. <MinimalRebuild>true</MinimalRebuild>
  220. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  221. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  222. <PrecompiledHeaderOutputFile>$(OutDir)libpcre.pch</PrecompiledHeaderOutputFile>
  223. <AssemblerListingLocation>
  224. </AssemblerListingLocation>
  225. <ObjectFileName>$(IntDir)</ObjectFileName>
  226. <WarningLevel>Level3</WarningLevel>
  227. <SuppressStartupBanner>true</SuppressStartupBanner>
  228. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  229. </ClCompile>
  230. <PreBuildEvent>
  231. <Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
  232. </PreBuildEvent>
  233. <ResourceCompile>
  234. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  235. <Culture>0x0409</Culture>
  236. </ResourceCompile>
  237. <Link>
  238. <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  239. <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
  240. <SuppressStartupBanner>true</SuppressStartupBanner>
  241. <ModuleDefinitionFile>$(ProjectDir)..\..\pcre-8.34\pcre.def</ModuleDefinitionFile>
  242. <GenerateDebugInformation>true</GenerateDebugInformation>
  243. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  244. <DataExecutionPrevention>
  245. </DataExecutionPrevention>
  246. <ImportLibrary>$(IntDir)$(ProjectName).lib</ImportLibrary>
  247. <TargetMachine>MachineX86</TargetMachine>
  248. </Link>
  249. <Bscmake>
  250. <SuppressStartupBanner>true</SuppressStartupBanner>
  251. <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
  252. </Bscmake>
  253. <PostBuildEvent>
  254. <Command>
  255. </Command>
  256. </PostBuildEvent>
  257. </ItemDefinitionGroup>
  258. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug DLL|x64'">
  259. <PreBuildEvent>
  260. <Command>
  261. </Command>
  262. </PreBuildEvent>
  263. <CustomBuildStep>
  264. <Message>
  265. </Message>
  266. <Command>
  267. </Command>
  268. <Inputs>%(Inputs)</Inputs>
  269. <Outputs>%(Outputs)</Outputs>
  270. </CustomBuildStep>
  271. <Midl>
  272. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  273. <MkTypLibCompatible>true</MkTypLibCompatible>
  274. <SuppressStartupBanner>true</SuppressStartupBanner>
  275. <TargetEnvironment>X64</TargetEnvironment>
  276. <TypeLibraryName>$(IntDir)libpcre.tlb</TypeLibraryName>
  277. <HeaderFileName>
  278. </HeaderFileName>
  279. </Midl>
  280. <ClCompile>
  281. <Optimization>Disabled</Optimization>
  282. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\pcre-8.34;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  283. <PreprocessorDefinitions>_WIN32;WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;DEBUG;PCRE_DEFINITION;DLL_EXPORT;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  284. <MinimalRebuild>true</MinimalRebuild>
  285. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  286. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  287. <PrecompiledHeaderOutputFile>$(OutDir)libpcre.pch</PrecompiledHeaderOutputFile>
  288. <AssemblerListingLocation>
  289. </AssemblerListingLocation>
  290. <ObjectFileName>$(IntDir)</ObjectFileName>
  291. <WarningLevel>Level3</WarningLevel>
  292. <SuppressStartupBanner>true</SuppressStartupBanner>
  293. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  294. </ClCompile>
  295. <PreBuildEvent>
  296. <Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
  297. </PreBuildEvent>
  298. <ResourceCompile>
  299. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  300. <Culture>0x0409</Culture>
  301. </ResourceCompile>
  302. <Link>
  303. <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  304. <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
  305. <SuppressStartupBanner>true</SuppressStartupBanner>
  306. <ModuleDefinitionFile>$(ProjectDir)..\..\pcre-8.34\pcre.def</ModuleDefinitionFile>
  307. <GenerateDebugInformation>true</GenerateDebugInformation>
  308. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  309. <DataExecutionPrevention>
  310. </DataExecutionPrevention>
  311. <ImportLibrary>$(IntDir)$(ProjectName).lib</ImportLibrary>
  312. <TargetMachine>MachineX64</TargetMachine>
  313. </Link>
  314. <Bscmake>
  315. <SuppressStartupBanner>true</SuppressStartupBanner>
  316. <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
  317. </Bscmake>
  318. <PostBuildEvent>
  319. <Command>
  320. </Command>
  321. </PostBuildEvent>
  322. </ItemDefinitionGroup>
  323. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|Win32'">
  324. <PreBuildEvent>
  325. <Command>
  326. </Command>
  327. </PreBuildEvent>
  328. <CustomBuildStep>
  329. <Message>
  330. </Message>
  331. <Command>
  332. </Command>
  333. <Inputs>%(Inputs)</Inputs>
  334. <Outputs>%(Outputs)</Outputs>
  335. </CustomBuildStep>
  336. <Midl>
  337. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  338. <MkTypLibCompatible>true</MkTypLibCompatible>
  339. <SuppressStartupBanner>true</SuppressStartupBanner>
  340. <TargetEnvironment>Win32</TargetEnvironment>
  341. <TypeLibraryName>$(IntDir)libpcre.tlb</TypeLibraryName>
  342. <HeaderFileName>
  343. </HeaderFileName>
  344. </Midl>
  345. <ClCompile>
  346. <Optimization>MaxSpeed</Optimization>
  347. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  348. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\pcre-8.34;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  349. <PreprocessorDefinitions>_WIN32;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;PCRE_DEFINITION;DLL_EXPORT;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  350. <StringPooling>true</StringPooling>
  351. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  352. <FunctionLevelLinking>true</FunctionLevelLinking>
  353. <PrecompiledHeaderOutputFile>$(OutDir)libpcre.pch</PrecompiledHeaderOutputFile>
  354. <AssemblerListingLocation>
  355. </AssemblerListingLocation>
  356. <ObjectFileName>$(IntDir)</ObjectFileName>
  357. <WarningLevel>Level3</WarningLevel>
  358. <SuppressStartupBanner>true</SuppressStartupBanner>
  359. </ClCompile>
  360. <PreBuildEvent>
  361. <Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
  362. </PreBuildEvent>
  363. <ResourceCompile>
  364. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  365. <Culture>0x0409</Culture>
  366. </ResourceCompile>
  367. <Link>
  368. <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  369. <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
  370. <SuppressStartupBanner>true</SuppressStartupBanner>
  371. <ModuleDefinitionFile>$(ProjectDir)..\..\pcre-8.34\pcre.def</ModuleDefinitionFile>
  372. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  373. <DataExecutionPrevention>
  374. </DataExecutionPrevention>
  375. <ImportLibrary>$(IntDir)$(ProjectName).lib</ImportLibrary>
  376. <TargetMachine>MachineX86</TargetMachine>
  377. </Link>
  378. <Bscmake>
  379. <SuppressStartupBanner>true</SuppressStartupBanner>
  380. <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
  381. </Bscmake>
  382. <PostBuildEvent>
  383. <Command>
  384. </Command>
  385. </PostBuildEvent>
  386. </ItemDefinitionGroup>
  387. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release DLL|x64'">
  388. <PreBuildEvent>
  389. <Command>
  390. </Command>
  391. </PreBuildEvent>
  392. <CustomBuildStep>
  393. <Message>
  394. </Message>
  395. <Command>
  396. </Command>
  397. <Inputs>%(Inputs)</Inputs>
  398. <Outputs>%(Outputs)</Outputs>
  399. </CustomBuildStep>
  400. <Midl>
  401. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  402. <MkTypLibCompatible>true</MkTypLibCompatible>
  403. <SuppressStartupBanner>true</SuppressStartupBanner>
  404. <TargetEnvironment>X64</TargetEnvironment>
  405. <TypeLibraryName>$(IntDir)libpcre.tlb</TypeLibraryName>
  406. <HeaderFileName>
  407. </HeaderFileName>
  408. </Midl>
  409. <ClCompile>
  410. <Optimization>MaxSpeed</Optimization>
  411. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  412. <AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)..\..\pcre-8.34;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  413. <PreprocessorDefinitions>_WIN32;WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPCRE_EXPORTS;SUPPORT_UTF8;SUPPORT_UCP;POSIX_MALLOC_THRESHOLD=10;NO_RECURSE;PCRE_DEFINITION;DLL_EXPORT;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  414. <StringPooling>true</StringPooling>
  415. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  416. <FunctionLevelLinking>true</FunctionLevelLinking>
  417. <PrecompiledHeaderOutputFile>$(OutDir)libpcre.pch</PrecompiledHeaderOutputFile>
  418. <AssemblerListingLocation>
  419. </AssemblerListingLocation>
  420. <ObjectFileName>$(IntDir)</ObjectFileName>
  421. <WarningLevel>Level3</WarningLevel>
  422. <SuppressStartupBanner>true</SuppressStartupBanner>
  423. </ClCompile>
  424. <PreBuildEvent>
  425. <Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
  426. </PreBuildEvent>
  427. <ResourceCompile>
  428. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  429. <Culture>0x0409</Culture>
  430. </ResourceCompile>
  431. <Link>
  432. <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  433. <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
  434. <SuppressStartupBanner>true</SuppressStartupBanner>
  435. <ModuleDefinitionFile>$(ProjectDir)..\..\pcre-8.34\pcre.def</ModuleDefinitionFile>
  436. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  437. <DataExecutionPrevention>
  438. </DataExecutionPrevention>
  439. <ImportLibrary>$(IntDir)$(ProjectName).lib</ImportLibrary>
  440. <TargetMachine>MachineX64</TargetMachine>
  441. </Link>
  442. <Bscmake>
  443. <SuppressStartupBanner>true</SuppressStartupBanner>
  444. <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
  445. </Bscmake>
  446. <PostBuildEvent>
  447. <Command>
  448. </Command>
  449. </PostBuildEvent>
  450. </ItemDefinitionGroup>
  451. <ItemGroup>
  452. <ClCompile Include="pcre_chartables.c" />
  453. <ClCompile Include="..\..\pcre-8.34\pcre_compile.c" />
  454. <ClCompile Include="..\..\pcre-8.34\pcre_config.c" />
  455. <ClCompile Include="..\..\pcre-8.34\pcre_dfa_exec.c" />
  456. <ClCompile Include="..\..\pcre-8.34\pcre_exec.c" />
  457. <ClCompile Include="..\..\pcre-8.34\pcre_fullinfo.c" />
  458. <ClCompile Include="..\..\pcre-8.34\pcre_get.c" />
  459. <ClCompile Include="..\..\pcre-8.34\pcre_globals.c" />
  460. <ClCompile Include="..\..\pcre-8.34\pcre_maketables.c" />
  461. <ClCompile Include="..\..\pcre-8.34\pcre_ord2utf8.c" />
  462. <ClCompile Include="..\..\pcre-8.34\pcre_refcount.c" />
  463. <ClCompile Include="..\..\pcre-8.34\pcre_study.c" />
  464. <ClCompile Include="..\..\pcre-8.34\pcre_tables.c" />
  465. <ClCompile Include="..\..\pcre-8.34\pcre_newline.c" />
  466. <ClCompile Include="..\..\pcre-8.34\pcre_ucd.c" />
  467. <ClCompile Include="..\..\pcre-8.34\pcre_valid_utf8.c" />
  468. <ClCompile Include="..\..\pcre-8.34\pcre_version.c" />
  469. <ClCompile Include="..\..\pcre-8.34\pcre_xclass.c" />
  470. </ItemGroup>
  471. <ItemGroup>
  472. <ClInclude Include="config.h" />
  473. <ClInclude Include="..\..\pcre-8.34\pcre.h" />
  474. <ClInclude Include="..\..\pcre-8.34\pcre_internal.h" />
  475. <ClInclude Include="..\..\pcre-8.34\pcreposix.h" />
  476. </ItemGroup>
  477. <ItemGroup>
  478. <ProjectReference Include="..\Download PCRE.2010.vcxproj">
  479. <Project>{b1e7e876-347f-4dc9-9bea-d1afbd9dff8a}</Project>
  480. </ProjectReference>
  481. <ProjectReference Include="pcre_chartables.c.2010.vcxproj">
  482. <Project>{1ced5987-a529-46dc-b30f-870d85ff9c94}</Project>
  483. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  484. </ProjectReference>
  485. </ItemGroup>
  486. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  487. <ImportGroup Label="ExtensionTargets">
  488. </ImportGroup>
  489. </Project>