2
0

libpcre.2012.vcxproj 27 KB

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