libhl.vcxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="ReleaseVS2013|Win32">
  9. <Configuration>ReleaseVS2013</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="ReleaseVS2013|x64">
  13. <Configuration>ReleaseVS2013</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{C6213FBF-BC2B-4235-A827-84A60E848C52}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>libhl</RootNamespace>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>false</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="Configuration">
  50. <ConfigurationType>DynamicLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v120</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  57. <ConfigurationType>DynamicLibrary</ConfigurationType>
  58. <UseDebugLibraries>true</UseDebugLibraries>
  59. <PlatformToolset>v142</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>DynamicLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v142</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>Unicode</CharacterSet>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="Configuration">
  70. <ConfigurationType>DynamicLibrary</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <PlatformToolset>v120</PlatformToolset>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>Unicode</CharacterSet>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="Shared">
  80. </ImportGroup>
  81. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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. </ImportGroup>
  87. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="PropertySheets">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. </ImportGroup>
  90. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="PropertySheets">
  97. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  98. </ImportGroup>
  99. <PropertyGroup Label="UserMacros" />
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  101. <LinkIncremental>true</LinkIncremental>
  102. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);include/pcre;src</IncludePath>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  105. <LinkIncremental>true</LinkIncremental>
  106. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);include/pcre;src</IncludePath>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  109. <LinkIncremental>false</LinkIncremental>
  110. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);include/pcre;src</IncludePath>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  113. <LinkIncremental>false</LinkIncremental>
  114. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);include/pcre;src</IncludePath>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  117. <LinkIncremental>false</LinkIncremental>
  118. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);include/pcre;src</IncludePath>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  121. <LinkIncremental>false</LinkIncremental>
  122. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);include/pcre;src</IncludePath>
  123. </PropertyGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  125. <ClCompile>
  126. <PrecompiledHeader>
  127. </PrecompiledHeader>
  128. <WarningLevel>EnableAllWarnings</WarningLevel>
  129. <Optimization>Disabled</Optimization>
  130. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBHL_EXPORTS;HAVE_CONFIG_H;PCRE2_CODE_UNIT_WIDTH=16;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  131. <AdditionalOptions>/wd4054 /wd4456 /wd4702 /wd4100 /wd4457 /wd4820 /wd5045 /wd4242 /wd4244 /wd4389 /wd4701 /wd4706 /wd4711 %(AdditionalOptions)</AdditionalOptions>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Windows</SubSystem>
  135. <GenerateDebugInformation>true</GenerateDebugInformation>
  136. <AdditionalDependencies>ws2_32.lib;user32.lib</AdditionalDependencies>
  137. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  138. <DataExecutionPrevention>false</DataExecutionPrevention>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  142. <ClCompile>
  143. <PrecompiledHeader>
  144. </PrecompiledHeader>
  145. <WarningLevel>EnableAllWarnings</WarningLevel>
  146. <Optimization>Disabled</Optimization>
  147. <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;LIBHL_EXPORTS;HAVE_CONFIG_H;PCRE2_CODE_UNIT_WIDTH=16;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <AdditionalOptions>/wd4054 /wd4456 /wd4702 /wd4100 /wd4457 /wd4820 /wd5045 /wd4242 /wd4244 /wd4389 /wd4701 /wd4706 /wd4711 %(AdditionalOptions)</AdditionalOptions>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <AdditionalDependencies>ws2_32.lib;user32.lib</AdditionalDependencies>
  154. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  155. <DataExecutionPrevention>false</DataExecutionPrevention>
  156. </Link>
  157. </ItemDefinitionGroup>
  158. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  159. <ClCompile>
  160. <WarningLevel>EnableAllWarnings</WarningLevel>
  161. <PrecompiledHeader>
  162. </PrecompiledHeader>
  163. <Optimization>MaxSpeed</Optimization>
  164. <FunctionLevelLinking>true</FunctionLevelLinking>
  165. <IntrinsicFunctions>true</IntrinsicFunctions>
  166. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBHL_EXPORTS;HAVE_CONFIG_H;PCRE2_CODE_UNIT_WIDTH=16;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  167. <AdditionalOptions>/wd4054 /wd4456 /wd4702 /wd4100 /wd4457 /wd4820 /wd5045 /wd4242 /wd4244 /wd4389 /wd4701 /wd4706 /wd4711 %(AdditionalOptions)</AdditionalOptions>
  168. <BufferSecurityCheck>false</BufferSecurityCheck>
  169. </ClCompile>
  170. <Link>
  171. <SubSystem>Windows</SubSystem>
  172. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  173. <OptimizeReferences>true</OptimizeReferences>
  174. <GenerateDebugInformation>true</GenerateDebugInformation>
  175. <AdditionalDependencies>ws2_32.lib;user32.lib</AdditionalDependencies>
  176. </Link>
  177. </ItemDefinitionGroup>
  178. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  179. <ClCompile>
  180. <WarningLevel>EnableAllWarnings</WarningLevel>
  181. <PrecompiledHeader>
  182. </PrecompiledHeader>
  183. <Optimization>MaxSpeed</Optimization>
  184. <FunctionLevelLinking>true</FunctionLevelLinking>
  185. <IntrinsicFunctions>true</IntrinsicFunctions>
  186. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBHL_EXPORTS;HAVE_CONFIG_H;PCRE2_CODE_UNIT_WIDTH=16;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  187. <AdditionalOptions>/wd4054 /wd4456 /wd4702 /wd4100 /wd4457 /wd4820 /wd5045 /wd4242 /wd4244 /wd4389 /wd4701 /wd4706 /wd4711 %(AdditionalOptions)</AdditionalOptions>
  188. <BufferSecurityCheck>false</BufferSecurityCheck>
  189. </ClCompile>
  190. <Link>
  191. <SubSystem>Windows</SubSystem>
  192. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  193. <OptimizeReferences>true</OptimizeReferences>
  194. <GenerateDebugInformation>true</GenerateDebugInformation>
  195. <AdditionalDependencies>ws2_32.lib;user32.lib</AdditionalDependencies>
  196. </Link>
  197. </ItemDefinitionGroup>
  198. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  199. <ClCompile>
  200. <WarningLevel>EnableAllWarnings</WarningLevel>
  201. <PrecompiledHeader>
  202. </PrecompiledHeader>
  203. <Optimization>MaxSpeed</Optimization>
  204. <FunctionLevelLinking>true</FunctionLevelLinking>
  205. <IntrinsicFunctions>true</IntrinsicFunctions>
  206. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;LIBHL_EXPORTS;HAVE_CONFIG_H;PCRE2_CODE_UNIT_WIDTH=16;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  207. <AdditionalOptions>/wd4054 /wd4456 /wd4702 /wd4100 /wd4457 /wd4820 /wd5045 /wd4242 /wd4244 /wd4389 /wd4701 /wd4706 /wd4711 %(AdditionalOptions)</AdditionalOptions>
  208. <BufferSecurityCheck>false</BufferSecurityCheck>
  209. </ClCompile>
  210. <Link>
  211. <SubSystem>Windows</SubSystem>
  212. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  213. <OptimizeReferences>true</OptimizeReferences>
  214. <GenerateDebugInformation>true</GenerateDebugInformation>
  215. <AdditionalDependencies>ws2_32.lib;user32.lib</AdditionalDependencies>
  216. </Link>
  217. </ItemDefinitionGroup>
  218. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  219. <ClCompile>
  220. <WarningLevel>EnableAllWarnings</WarningLevel>
  221. <PrecompiledHeader>
  222. </PrecompiledHeader>
  223. <Optimization>MaxSpeed</Optimization>
  224. <FunctionLevelLinking>true</FunctionLevelLinking>
  225. <IntrinsicFunctions>true</IntrinsicFunctions>
  226. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;LIBHL_EXPORTS;HAVE_CONFIG_H;PCRE2_CODE_UNIT_WIDTH=16;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  227. <AdditionalOptions>/wd4054 /wd4456 /wd4702 /wd4100 /wd4457 /wd4820 /wd5045 /wd4242 /wd4244 /wd4389 /wd4701 /wd4706 /wd4711 %(AdditionalOptions)</AdditionalOptions>
  228. <BufferSecurityCheck>false</BufferSecurityCheck>
  229. </ClCompile>
  230. <Link>
  231. <SubSystem>Windows</SubSystem>
  232. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  233. <OptimizeReferences>true</OptimizeReferences>
  234. <GenerateDebugInformation>true</GenerateDebugInformation>
  235. <AdditionalDependencies>ws2_32.lib;user32.lib</AdditionalDependencies>
  236. </Link>
  237. </ItemDefinitionGroup>
  238. <ItemGroup>
  239. <ClCompile Include="include\pcre\pcre2_auto_possess.c" />
  240. <ClCompile Include="include\pcre\pcre2_chartables.c" />
  241. <ClCompile Include="include\pcre\pcre2_compile.c" />
  242. <ClCompile Include="include\pcre\pcre2_config.c" />
  243. <ClCompile Include="include\pcre\pcre2_context.c" />
  244. <ClCompile Include="include\pcre\pcre2_convert.c" />
  245. <ClCompile Include="include\pcre\pcre2_dfa_match.c" />
  246. <ClCompile Include="include\pcre\pcre2_error.c" />
  247. <ClCompile Include="include\pcre\pcre2_extuni.c" />
  248. <ClCompile Include="include\pcre\pcre2_find_bracket.c" />
  249. <ClCompile Include="include\pcre\pcre2_jit_compile.c" />
  250. <ClCompile Include="include\pcre\pcre2_maketables.c" />
  251. <ClCompile Include="include\pcre\pcre2_match.c" />
  252. <ClCompile Include="include\pcre\pcre2_match_data.c" />
  253. <ClCompile Include="include\pcre\pcre2_newline.c" />
  254. <ClCompile Include="include\pcre\pcre2_ord2utf.c" />
  255. <ClCompile Include="include\pcre\pcre2_pattern_info.c" />
  256. <ClCompile Include="include\pcre\pcre2_script_run.c" />
  257. <ClCompile Include="include\pcre\pcre2_serialize.c" />
  258. <ClCompile Include="include\pcre\pcre2_string_utils.c" />
  259. <ClCompile Include="include\pcre\pcre2_study.c" />
  260. <ClCompile Include="include\pcre\pcre2_substitute.c" />
  261. <ClCompile Include="include\pcre\pcre2_substring.c" />
  262. <ClCompile Include="include\pcre\pcre2_tables.c" />
  263. <ClCompile Include="include\pcre\pcre2_ucd.c" />
  264. <ClCompile Include="include\pcre\pcre2_valid_utf.c" />
  265. <ClCompile Include="include\pcre\pcre2_xclass.c" />
  266. <ClCompile Include="src\gc.c" />
  267. <ClCompile Include="src\std\array.c" />
  268. <ClCompile Include="src\std\buffer.c" />
  269. <ClCompile Include="src\std\bytes.c" />
  270. <ClCompile Include="src\std\cast.c" />
  271. <ClCompile Include="src\std\date.c" />
  272. <ClCompile Include="src\std\debug.c" />
  273. <ClCompile Include="src\std\error.c" />
  274. <ClCompile Include="src\std\file.c" />
  275. <ClCompile Include="src\std\fun.c" />
  276. <ClCompile Include="src\std\maps.c" />
  277. <ClCompile Include="src\std\math.c" />
  278. <ClCompile Include="src\std\obj.c" />
  279. <ClCompile Include="src\std\process.c" />
  280. <ClCompile Include="src\std\random.c" />
  281. <ClCompile Include="src\std\regexp.c" />
  282. <ClCompile Include="src\std\socket.c" />
  283. <ClCompile Include="src\std\string.c" />
  284. <ClCompile Include="src\std\sys.c" />
  285. <ClCompile Include="src\std\thread.c" />
  286. <ClCompile Include="src\std\track.c" />
  287. <ClCompile Include="src\std\types.c" />
  288. <ClCompile Include="src\std\ucs2.c" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <ClInclude Include="include\pcre\config.h" />
  292. <ClInclude Include="include\pcre\pcre2.h" />
  293. <ClInclude Include="include\pcre\pcre2_internal.h" />
  294. <ClInclude Include="include\pcre\pcre2_intmodedep.h" />
  295. <ClInclude Include="include\pcre\pcre2_ucp.h" />
  296. <ClInclude Include="src\hl.h" />
  297. </ItemGroup>
  298. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  299. <ImportGroup Label="ExtensionTargets">
  300. </ImportGroup>
  301. </Project>