zlib.vcxproj 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|ARM">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ARM</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|x64">
  21. <Configuration>Release</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|ARM">
  25. <Configuration>Release</Configuration>
  26. <Platform>ARM</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="DebugShared|Win32">
  29. <Configuration>DebugShared</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="DebugShared|x64">
  33. <Configuration>DebugShared</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="DebugShared|ARM">
  37. <Configuration>DebugShared</Configuration>
  38. <Platform>ARM</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="ReleaseShared|Win32">
  41. <Configuration>ReleaseShared</Configuration>
  42. <Platform>Win32</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="ReleaseShared|x64">
  45. <Configuration>ReleaseShared</Configuration>
  46. <Platform>x64</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="ReleaseShared|ARM">
  49. <Configuration>ReleaseShared</Configuration>
  50. <Platform>ARM</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{1654FB18-FDE6-406F-9D84-BA12BFBD67B2}</ProjectGuid>
  55. <RootNamespace>zlib</RootNamespace>
  56. <WindowsTargetPlatformVersion>10.0.10240.0</WindowsTargetPlatformVersion>
  57. <WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
  58. <DefaultLanguage>en-US</DefaultLanguage>
  59. <AppContainerApplication>true</AppContainerApplication>
  60. <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
  61. <ApplicationType>Windows Store</ApplicationType>
  62. <ApplicationTypeRevision>8.2</ApplicationTypeRevision>
  63. </PropertyGroup>
  64. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  66. <ConfigurationType>StaticLibrary</ConfigurationType>
  67. <UseDebugLibraries>true</UseDebugLibraries>
  68. <PlatformToolset>v141</PlatformToolset>
  69. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  70. <CharacterSet>Unicode</CharacterSet>
  71. <DebugSymbols>true</DebugSymbols>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  74. <ConfigurationType>StaticLibrary</ConfigurationType>
  75. <UseDebugLibraries>true</UseDebugLibraries>
  76. <PlatformToolset>v141</PlatformToolset>
  77. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  78. <CharacterSet>Unicode</CharacterSet>
  79. <DebugSymbols>true</DebugSymbols>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  82. <ConfigurationType>StaticLibrary</ConfigurationType>
  83. <UseDebugLibraries>true</UseDebugLibraries>
  84. <PlatformToolset>v141</PlatformToolset>
  85. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  86. <CharacterSet>Unicode</CharacterSet>
  87. <DebugSymbols>true</DebugSymbols>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  90. <ConfigurationType>StaticLibrary</ConfigurationType>
  91. <UseDebugLibraries>false</UseDebugLibraries>
  92. <PlatformToolset>v141</PlatformToolset>
  93. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  94. <CharacterSet>Unicode</CharacterSet>
  95. <DebugSymbols>true</DebugSymbols>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  98. <ConfigurationType>StaticLibrary</ConfigurationType>
  99. <UseDebugLibraries>false</UseDebugLibraries>
  100. <PlatformToolset>v141</PlatformToolset>
  101. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  102. <CharacterSet>Unicode</CharacterSet>
  103. <DebugSymbols>true</DebugSymbols>
  104. </PropertyGroup>
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  106. <ConfigurationType>StaticLibrary</ConfigurationType>
  107. <UseDebugLibraries>false</UseDebugLibraries>
  108. <PlatformToolset>v141</PlatformToolset>
  109. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  110. <CharacterSet>Unicode</CharacterSet>
  111. <DebugSymbols>true</DebugSymbols>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  114. <ConfigurationType>DynamicLibrary</ConfigurationType>
  115. <UseDebugLibraries>true</UseDebugLibraries>
  116. <PlatformToolset>v141</PlatformToolset>
  117. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  118. <CharacterSet>Unicode</CharacterSet>
  119. <DebugSymbols>true</DebugSymbols>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  122. <ConfigurationType>DynamicLibrary</ConfigurationType>
  123. <UseDebugLibraries>true</UseDebugLibraries>
  124. <PlatformToolset>v141</PlatformToolset>
  125. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  126. <CharacterSet>Unicode</CharacterSet>
  127. <DebugSymbols>true</DebugSymbols>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Configuration">
  130. <ConfigurationType>DynamicLibrary</ConfigurationType>
  131. <UseDebugLibraries>true</UseDebugLibraries>
  132. <PlatformToolset>v141</PlatformToolset>
  133. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  134. <CharacterSet>Unicode</CharacterSet>
  135. <DebugSymbols>true</DebugSymbols>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  138. <ConfigurationType>DynamicLibrary</ConfigurationType>
  139. <UseDebugLibraries>false</UseDebugLibraries>
  140. <PlatformToolset>v141</PlatformToolset>
  141. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  142. <CharacterSet>Unicode</CharacterSet>
  143. <DebugSymbols>true</DebugSymbols>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  146. <ConfigurationType>DynamicLibrary</ConfigurationType>
  147. <UseDebugLibraries>false</UseDebugLibraries>
  148. <PlatformToolset>v141</PlatformToolset>
  149. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  150. <CharacterSet>Unicode</CharacterSet>
  151. <DebugSymbols>true</DebugSymbols>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Configuration">
  154. <ConfigurationType>DynamicLibrary</ConfigurationType>
  155. <UseDebugLibraries>false</UseDebugLibraries>
  156. <PlatformToolset>v141</PlatformToolset>
  157. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  158. <CharacterSet>Unicode</CharacterSet>
  159. <DebugSymbols>true</DebugSymbols>
  160. </PropertyGroup>
  161. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  162. <ImportGroup Label="ExtensionSettings">
  163. </ImportGroup>
  164. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  165. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  166. </ImportGroup>
  167. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  168. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  169. </ImportGroup>
  170. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  171. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  172. </ImportGroup>
  173. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  174. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  175. </ImportGroup>
  176. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  177. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  178. </ImportGroup>
  179. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  180. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  181. </ImportGroup>
  182. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="PropertySheets">
  183. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  184. </ImportGroup>
  185. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="PropertySheets">
  186. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  187. </ImportGroup>
  188. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="PropertySheets">
  189. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  190. </ImportGroup>
  191. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="PropertySheets">
  192. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  193. </ImportGroup>
  194. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="PropertySheets">
  195. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  196. </ImportGroup>
  197. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="PropertySheets">
  198. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  199. </ImportGroup>
  200. <PropertyGroup Label="UserMacros" />
  201. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  202. <OutDir>..\..\..\bin\debug\vs2017-uwp-static\x86\</OutDir>
  203. <IntDir>..\..\obj\vs2017uwp\zlib\x32\Debug\</IntDir>
  204. <TargetName>openmpt-zlib</TargetName>
  205. <TargetExt>.lib</TargetExt>
  206. </PropertyGroup>
  207. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  208. <OutDir>..\..\..\bin\debug\vs2017-uwp-static\amd64\</OutDir>
  209. <IntDir>..\..\obj\vs2017uwp\zlib\x64\Debug\</IntDir>
  210. <TargetName>openmpt-zlib</TargetName>
  211. <TargetExt>.lib</TargetExt>
  212. </PropertyGroup>
  213. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  214. <OutDir>..\..\..\bin\debug\vs2017-uwp-static\arm\</OutDir>
  215. <IntDir>..\..\obj\vs2017uwp\zlib\ARM\Debug\</IntDir>
  216. <TargetName>openmpt-zlib</TargetName>
  217. <TargetExt>.lib</TargetExt>
  218. </PropertyGroup>
  219. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  220. <OutDir>..\..\..\bin\release\vs2017-uwp-static\x86\</OutDir>
  221. <IntDir>..\..\obj\vs2017uwp\zlib\x32\Release\</IntDir>
  222. <TargetName>openmpt-zlib</TargetName>
  223. <TargetExt>.lib</TargetExt>
  224. </PropertyGroup>
  225. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  226. <OutDir>..\..\..\bin\release\vs2017-uwp-static\amd64\</OutDir>
  227. <IntDir>..\..\obj\vs2017uwp\zlib\x64\Release\</IntDir>
  228. <TargetName>openmpt-zlib</TargetName>
  229. <TargetExt>.lib</TargetExt>
  230. </PropertyGroup>
  231. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  232. <OutDir>..\..\..\bin\release\vs2017-uwp-static\arm\</OutDir>
  233. <IntDir>..\..\obj\vs2017uwp\zlib\ARM\Release\</IntDir>
  234. <TargetName>openmpt-zlib</TargetName>
  235. <TargetExt>.lib</TargetExt>
  236. </PropertyGroup>
  237. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  238. <OutDir>..\..\..\bin\debug\vs2017-uwp-shared\x86\</OutDir>
  239. <IntDir>..\..\obj\vs2017uwp\zlib\x32\DebugShared\</IntDir>
  240. <TargetName>openmpt-zlib</TargetName>
  241. <TargetExt>.dll</TargetExt>
  242. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  243. <LinkIncremental>true</LinkIncremental>
  244. </PropertyGroup>
  245. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  246. <OutDir>..\..\..\bin\debug\vs2017-uwp-shared\amd64\</OutDir>
  247. <IntDir>..\..\obj\vs2017uwp\zlib\x64\DebugShared\</IntDir>
  248. <TargetName>openmpt-zlib</TargetName>
  249. <TargetExt>.dll</TargetExt>
  250. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  251. <LinkIncremental>true</LinkIncremental>
  252. </PropertyGroup>
  253. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  254. <OutDir>..\..\..\bin\debug\vs2017-uwp-shared\arm\</OutDir>
  255. <IntDir>..\..\obj\vs2017uwp\zlib\ARM\DebugShared\</IntDir>
  256. <TargetName>openmpt-zlib</TargetName>
  257. <TargetExt>.dll</TargetExt>
  258. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  259. <LinkIncremental>true</LinkIncremental>
  260. </PropertyGroup>
  261. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  262. <OutDir>..\..\..\bin\release\vs2017-uwp-shared\x86\</OutDir>
  263. <IntDir>..\..\obj\vs2017uwp\zlib\x32\ReleaseShared\</IntDir>
  264. <TargetName>openmpt-zlib</TargetName>
  265. <TargetExt>.dll</TargetExt>
  266. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  267. <LinkIncremental>false</LinkIncremental>
  268. </PropertyGroup>
  269. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  270. <OutDir>..\..\..\bin\release\vs2017-uwp-shared\amd64\</OutDir>
  271. <IntDir>..\..\obj\vs2017uwp\zlib\x64\ReleaseShared\</IntDir>
  272. <TargetName>openmpt-zlib</TargetName>
  273. <TargetExt>.dll</TargetExt>
  274. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  275. <LinkIncremental>false</LinkIncremental>
  276. </PropertyGroup>
  277. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  278. <OutDir>..\..\..\bin\release\vs2017-uwp-shared\arm\</OutDir>
  279. <IntDir>..\..\obj\vs2017uwp\zlib\ARM\ReleaseShared\</IntDir>
  280. <TargetName>openmpt-zlib</TargetName>
  281. <TargetExt>.dll</TargetExt>
  282. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  283. <LinkIncremental>false</LinkIncremental>
  284. </PropertyGroup>
  285. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  286. <ClCompile>
  287. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  288. <Optimization>Disabled</Optimization>
  289. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  290. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  291. <MinimalRebuild>false</MinimalRebuild>
  292. <FunctionLevelLinking>true</FunctionLevelLinking>
  293. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  294. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  295. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  296. <PrecompiledHeader></PrecompiledHeader>
  297. <WarningLevel>Level3</WarningLevel>
  298. <LanguageStandard>stdcpp17</LanguageStandard>
  299. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  300. <ProgramDataBaseFileName>$(OutDir)openmpt-zlib.pdb</ProgramDataBaseFileName>
  301. <CompileAs>CompileAsC</CompileAs>
  302. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  303. </ClCompile>
  304. <ResourceCompile>
  305. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  306. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  307. </ResourceCompile>
  308. <Lib>
  309. <OutputFile>$(OutDir)openmpt-zlib.lib</OutputFile>
  310. <TargetMachine>MachineX86</TargetMachine>
  311. </Lib>
  312. <Link>
  313. <SubSystem>Windows</SubSystem>
  314. <GenerateDebugInformation>true</GenerateDebugInformation>
  315. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  316. </Link>
  317. </ItemDefinitionGroup>
  318. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  319. <ClCompile>
  320. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  321. <Optimization>Disabled</Optimization>
  322. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  323. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  324. <MinimalRebuild>false</MinimalRebuild>
  325. <FunctionLevelLinking>true</FunctionLevelLinking>
  326. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  327. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  328. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  329. <PrecompiledHeader></PrecompiledHeader>
  330. <WarningLevel>Level3</WarningLevel>
  331. <LanguageStandard>stdcpp17</LanguageStandard>
  332. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  333. <ProgramDataBaseFileName>$(OutDir)openmpt-zlib.pdb</ProgramDataBaseFileName>
  334. <CompileAs>CompileAsC</CompileAs>
  335. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  336. </ClCompile>
  337. <ResourceCompile>
  338. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  339. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  340. </ResourceCompile>
  341. <Lib>
  342. <OutputFile>$(OutDir)openmpt-zlib.lib</OutputFile>
  343. <TargetMachine>MachineX64</TargetMachine>
  344. </Lib>
  345. <Link>
  346. <SubSystem>Windows</SubSystem>
  347. <GenerateDebugInformation>true</GenerateDebugInformation>
  348. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  349. </Link>
  350. </ItemDefinitionGroup>
  351. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  352. <ClCompile>
  353. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  354. <Optimization>Disabled</Optimization>
  355. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  356. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  357. <MinimalRebuild>false</MinimalRebuild>
  358. <FunctionLevelLinking>true</FunctionLevelLinking>
  359. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  360. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  361. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  362. <PrecompiledHeader></PrecompiledHeader>
  363. <WarningLevel>Level3</WarningLevel>
  364. <LanguageStandard>stdcpp17</LanguageStandard>
  365. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  366. <ProgramDataBaseFileName>$(OutDir)openmpt-zlib.pdb</ProgramDataBaseFileName>
  367. <CompileAs>CompileAsC</CompileAs>
  368. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  369. </ClCompile>
  370. <ResourceCompile>
  371. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  372. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  373. </ResourceCompile>
  374. <Lib>
  375. <OutputFile>$(OutDir)openmpt-zlib.lib</OutputFile>
  376. </Lib>
  377. <Link>
  378. <SubSystem>Windows</SubSystem>
  379. <GenerateDebugInformation>true</GenerateDebugInformation>
  380. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  381. </Link>
  382. </ItemDefinitionGroup>
  383. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  384. <ClCompile>
  385. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  386. <Optimization>MaxSpeed</Optimization>
  387. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  388. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  389. <MinimalRebuild>false</MinimalRebuild>
  390. <StringPooling>true</StringPooling>
  391. <FunctionLevelLinking>true</FunctionLevelLinking>
  392. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  393. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  394. <PrecompiledHeader></PrecompiledHeader>
  395. <WarningLevel>Level3</WarningLevel>
  396. <LanguageStandard>stdcpp17</LanguageStandard>
  397. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  398. <ProgramDataBaseFileName>$(OutDir)openmpt-zlib.pdb</ProgramDataBaseFileName>
  399. <CompileAs>CompileAsC</CompileAs>
  400. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  401. </ClCompile>
  402. <ResourceCompile>
  403. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  404. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  405. </ResourceCompile>
  406. <Lib>
  407. <OutputFile>$(OutDir)openmpt-zlib.lib</OutputFile>
  408. <TargetMachine>MachineX86</TargetMachine>
  409. </Lib>
  410. <Link>
  411. <SubSystem>Windows</SubSystem>
  412. <GenerateDebugInformation>true</GenerateDebugInformation>
  413. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  414. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  415. <OptimizeReferences>true</OptimizeReferences>
  416. </Link>
  417. </ItemDefinitionGroup>
  418. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  419. <ClCompile>
  420. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  421. <Optimization>MaxSpeed</Optimization>
  422. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  423. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  424. <MinimalRebuild>false</MinimalRebuild>
  425. <StringPooling>true</StringPooling>
  426. <FunctionLevelLinking>true</FunctionLevelLinking>
  427. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  428. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  429. <PrecompiledHeader></PrecompiledHeader>
  430. <WarningLevel>Level3</WarningLevel>
  431. <LanguageStandard>stdcpp17</LanguageStandard>
  432. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  433. <ProgramDataBaseFileName>$(OutDir)openmpt-zlib.pdb</ProgramDataBaseFileName>
  434. <CompileAs>CompileAsC</CompileAs>
  435. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  436. </ClCompile>
  437. <ResourceCompile>
  438. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  439. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  440. </ResourceCompile>
  441. <Lib>
  442. <OutputFile>$(OutDir)openmpt-zlib.lib</OutputFile>
  443. <TargetMachine>MachineX64</TargetMachine>
  444. </Lib>
  445. <Link>
  446. <SubSystem>Windows</SubSystem>
  447. <GenerateDebugInformation>true</GenerateDebugInformation>
  448. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  449. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  450. <OptimizeReferences>true</OptimizeReferences>
  451. </Link>
  452. </ItemDefinitionGroup>
  453. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  454. <ClCompile>
  455. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  456. <Optimization>MaxSpeed</Optimization>
  457. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  458. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  459. <MinimalRebuild>false</MinimalRebuild>
  460. <StringPooling>true</StringPooling>
  461. <FunctionLevelLinking>true</FunctionLevelLinking>
  462. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  463. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  464. <PrecompiledHeader></PrecompiledHeader>
  465. <WarningLevel>Level3</WarningLevel>
  466. <LanguageStandard>stdcpp17</LanguageStandard>
  467. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  468. <ProgramDataBaseFileName>$(OutDir)openmpt-zlib.pdb</ProgramDataBaseFileName>
  469. <CompileAs>CompileAsC</CompileAs>
  470. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  471. </ClCompile>
  472. <ResourceCompile>
  473. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  474. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  475. </ResourceCompile>
  476. <Lib>
  477. <OutputFile>$(OutDir)openmpt-zlib.lib</OutputFile>
  478. </Lib>
  479. <Link>
  480. <SubSystem>Windows</SubSystem>
  481. <GenerateDebugInformation>true</GenerateDebugInformation>
  482. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  483. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  484. <OptimizeReferences>true</OptimizeReferences>
  485. </Link>
  486. </ItemDefinitionGroup>
  487. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  488. <ClCompile>
  489. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  490. <Optimization>Disabled</Optimization>
  491. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  492. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  493. <MinimalRebuild>false</MinimalRebuild>
  494. <FunctionLevelLinking>true</FunctionLevelLinking>
  495. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  496. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  497. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  498. <PrecompiledHeader></PrecompiledHeader>
  499. <WarningLevel>Level3</WarningLevel>
  500. <LanguageStandard>stdcpp17</LanguageStandard>
  501. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  502. <ProgramDataBaseFileName>$(IntDir)openmpt-zlib.compile.pdb</ProgramDataBaseFileName>
  503. <CompileAs>CompileAsC</CompileAs>
  504. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  505. </ClCompile>
  506. <ResourceCompile>
  507. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  508. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  509. </ResourceCompile>
  510. <Link>
  511. <SubSystem>Windows</SubSystem>
  512. <GenerateDebugInformation>true</GenerateDebugInformation>
  513. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  514. <AdditionalLibraryDirectories>;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  515. <OutputFile>$(OutDir)openmpt-zlib.dll</OutputFile>
  516. <ImportLibrary>..\..\..\bin\debug\vs2017-uwp-shared\x86\openmpt-zlib.lib</ImportLibrary>
  517. <TargetMachine>MachineX86</TargetMachine>
  518. </Link>
  519. </ItemDefinitionGroup>
  520. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  521. <ClCompile>
  522. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  523. <Optimization>Disabled</Optimization>
  524. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  525. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  526. <MinimalRebuild>false</MinimalRebuild>
  527. <FunctionLevelLinking>true</FunctionLevelLinking>
  528. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  529. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  530. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  531. <PrecompiledHeader></PrecompiledHeader>
  532. <WarningLevel>Level3</WarningLevel>
  533. <LanguageStandard>stdcpp17</LanguageStandard>
  534. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  535. <ProgramDataBaseFileName>$(IntDir)openmpt-zlib.compile.pdb</ProgramDataBaseFileName>
  536. <CompileAs>CompileAsC</CompileAs>
  537. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  538. </ClCompile>
  539. <ResourceCompile>
  540. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  541. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  542. </ResourceCompile>
  543. <Link>
  544. <SubSystem>Windows</SubSystem>
  545. <GenerateDebugInformation>true</GenerateDebugInformation>
  546. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  547. <AdditionalLibraryDirectories>;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  548. <OutputFile>$(OutDir)openmpt-zlib.dll</OutputFile>
  549. <ImportLibrary>..\..\..\bin\debug\vs2017-uwp-shared\amd64\openmpt-zlib.lib</ImportLibrary>
  550. <TargetMachine>MachineX64</TargetMachine>
  551. </Link>
  552. </ItemDefinitionGroup>
  553. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  554. <ClCompile>
  555. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  556. <Optimization>Disabled</Optimization>
  557. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  558. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  559. <MinimalRebuild>false</MinimalRebuild>
  560. <FunctionLevelLinking>true</FunctionLevelLinking>
  561. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  562. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  563. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  564. <PrecompiledHeader></PrecompiledHeader>
  565. <WarningLevel>Level3</WarningLevel>
  566. <LanguageStandard>stdcpp17</LanguageStandard>
  567. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  568. <ProgramDataBaseFileName>$(IntDir)openmpt-zlib.compile.pdb</ProgramDataBaseFileName>
  569. <CompileAs>CompileAsC</CompileAs>
  570. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  571. </ClCompile>
  572. <ResourceCompile>
  573. <PreprocessorDefinitions>DEBUG;MPT_BUILD_DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  574. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  575. </ResourceCompile>
  576. <Link>
  577. <SubSystem>Windows</SubSystem>
  578. <GenerateDebugInformation>true</GenerateDebugInformation>
  579. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  580. <AdditionalLibraryDirectories>;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  581. <OutputFile>$(OutDir)openmpt-zlib.dll</OutputFile>
  582. <ImportLibrary>..\..\..\bin\debug\vs2017-uwp-shared\arm\openmpt-zlib.lib</ImportLibrary>
  583. </Link>
  584. </ItemDefinitionGroup>
  585. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  586. <ClCompile>
  587. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  588. <Optimization>MaxSpeed</Optimization>
  589. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  590. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  591. <MinimalRebuild>false</MinimalRebuild>
  592. <StringPooling>true</StringPooling>
  593. <FunctionLevelLinking>true</FunctionLevelLinking>
  594. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  595. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  596. <PrecompiledHeader></PrecompiledHeader>
  597. <WarningLevel>Level3</WarningLevel>
  598. <LanguageStandard>stdcpp17</LanguageStandard>
  599. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  600. <ProgramDataBaseFileName>$(IntDir)openmpt-zlib.compile.pdb</ProgramDataBaseFileName>
  601. <CompileAs>CompileAsC</CompileAs>
  602. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  603. </ClCompile>
  604. <ResourceCompile>
  605. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  606. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  607. </ResourceCompile>
  608. <Link>
  609. <SubSystem>Windows</SubSystem>
  610. <GenerateDebugInformation>true</GenerateDebugInformation>
  611. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  612. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  613. <OptimizeReferences>true</OptimizeReferences>
  614. <AdditionalLibraryDirectories>;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  615. <OutputFile>$(OutDir)openmpt-zlib.dll</OutputFile>
  616. <ImportLibrary>..\..\..\bin\release\vs2017-uwp-shared\x86\openmpt-zlib.lib</ImportLibrary>
  617. <TargetMachine>MachineX86</TargetMachine>
  618. </Link>
  619. </ItemDefinitionGroup>
  620. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  621. <ClCompile>
  622. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  623. <Optimization>MaxSpeed</Optimization>
  624. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  625. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  626. <MinimalRebuild>false</MinimalRebuild>
  627. <StringPooling>true</StringPooling>
  628. <FunctionLevelLinking>true</FunctionLevelLinking>
  629. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  630. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  631. <PrecompiledHeader></PrecompiledHeader>
  632. <WarningLevel>Level3</WarningLevel>
  633. <LanguageStandard>stdcpp17</LanguageStandard>
  634. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  635. <ProgramDataBaseFileName>$(IntDir)openmpt-zlib.compile.pdb</ProgramDataBaseFileName>
  636. <CompileAs>CompileAsC</CompileAs>
  637. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  638. </ClCompile>
  639. <ResourceCompile>
  640. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  641. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  642. </ResourceCompile>
  643. <Link>
  644. <SubSystem>Windows</SubSystem>
  645. <GenerateDebugInformation>true</GenerateDebugInformation>
  646. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  647. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  648. <OptimizeReferences>true</OptimizeReferences>
  649. <AdditionalLibraryDirectories>;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  650. <OutputFile>$(OutDir)openmpt-zlib.dll</OutputFile>
  651. <ImportLibrary>..\..\..\bin\release\vs2017-uwp-shared\amd64\openmpt-zlib.lib</ImportLibrary>
  652. <TargetMachine>MachineX64</TargetMachine>
  653. </Link>
  654. </ItemDefinitionGroup>
  655. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  656. <ClCompile>
  657. <AdditionalOptions>/wd4267 /wd6297 /wd6385 %(AdditionalOptions)</AdditionalOptions>
  658. <Optimization>MaxSpeed</Optimization>
  659. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  660. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  661. <MinimalRebuild>false</MinimalRebuild>
  662. <StringPooling>true</StringPooling>
  663. <FunctionLevelLinking>true</FunctionLevelLinking>
  664. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  665. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  666. <PrecompiledHeader></PrecompiledHeader>
  667. <WarningLevel>Level3</WarningLevel>
  668. <LanguageStandard>stdcpp17</LanguageStandard>
  669. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  670. <ProgramDataBaseFileName>$(IntDir)openmpt-zlib.compile.pdb</ProgramDataBaseFileName>
  671. <CompileAs>CompileAsC</CompileAs>
  672. <DiagnosticsFormat>Caret</DiagnosticsFormat>
  673. </ClCompile>
  674. <ResourceCompile>
  675. <PreprocessorDefinitions>NDEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_MSVC;WIN32;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1;_WIN32_WINNT=0x0603;ZLIB_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  676. <AdditionalIncludeDirectories>..\..\..\include\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  677. </ResourceCompile>
  678. <Link>
  679. <SubSystem>Windows</SubSystem>
  680. <GenerateDebugInformation>true</GenerateDebugInformation>
  681. <ProgramDatabaseFile>$(OutDir)openmpt-zlib.pdb</ProgramDatabaseFile>
  682. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  683. <OptimizeReferences>true</OptimizeReferences>
  684. <AdditionalLibraryDirectories>;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  685. <OutputFile>$(OutDir)openmpt-zlib.dll</OutputFile>
  686. <ImportLibrary>..\..\..\bin\release\vs2017-uwp-shared\arm\openmpt-zlib.lib</ImportLibrary>
  687. </Link>
  688. </ItemDefinitionGroup>
  689. <ItemGroup>
  690. <ClInclude Include="..\..\..\include\zlib\crc32.h" />
  691. <ClInclude Include="..\..\..\include\zlib\deflate.h" />
  692. <ClInclude Include="..\..\..\include\zlib\gzguts.h" />
  693. <ClInclude Include="..\..\..\include\zlib\inffast.h" />
  694. <ClInclude Include="..\..\..\include\zlib\inffixed.h" />
  695. <ClInclude Include="..\..\..\include\zlib\inflate.h" />
  696. <ClInclude Include="..\..\..\include\zlib\inftrees.h" />
  697. <ClInclude Include="..\..\..\include\zlib\trees.h" />
  698. <ClInclude Include="..\..\..\include\zlib\zconf.h" />
  699. <ClInclude Include="..\..\..\include\zlib\zlib.h" />
  700. <ClInclude Include="..\..\..\include\zlib\zutil.h" />
  701. </ItemGroup>
  702. <ItemGroup>
  703. <ClCompile Include="..\..\..\include\zlib\adler32.c">
  704. <CompileAsWinRT>FALSE</CompileAsWinRT>
  705. </ClCompile>
  706. <ClCompile Include="..\..\..\include\zlib\compress.c">
  707. <CompileAsWinRT>FALSE</CompileAsWinRT>
  708. </ClCompile>
  709. <ClCompile Include="..\..\..\include\zlib\crc32.c">
  710. <CompileAsWinRT>FALSE</CompileAsWinRT>
  711. </ClCompile>
  712. <ClCompile Include="..\..\..\include\zlib\deflate.c">
  713. <CompileAsWinRT>FALSE</CompileAsWinRT>
  714. </ClCompile>
  715. <ClCompile Include="..\..\..\include\zlib\gzclose.c">
  716. <CompileAsWinRT>FALSE</CompileAsWinRT>
  717. </ClCompile>
  718. <ClCompile Include="..\..\..\include\zlib\gzlib.c">
  719. <CompileAsWinRT>FALSE</CompileAsWinRT>
  720. </ClCompile>
  721. <ClCompile Include="..\..\..\include\zlib\gzread.c">
  722. <CompileAsWinRT>FALSE</CompileAsWinRT>
  723. </ClCompile>
  724. <ClCompile Include="..\..\..\include\zlib\gzwrite.c">
  725. <CompileAsWinRT>FALSE</CompileAsWinRT>
  726. </ClCompile>
  727. <ClCompile Include="..\..\..\include\zlib\infback.c">
  728. <CompileAsWinRT>FALSE</CompileAsWinRT>
  729. </ClCompile>
  730. <ClCompile Include="..\..\..\include\zlib\inffast.c">
  731. <CompileAsWinRT>FALSE</CompileAsWinRT>
  732. </ClCompile>
  733. <ClCompile Include="..\..\..\include\zlib\inflate.c">
  734. <CompileAsWinRT>FALSE</CompileAsWinRT>
  735. </ClCompile>
  736. <ClCompile Include="..\..\..\include\zlib\inftrees.c">
  737. <CompileAsWinRT>FALSE</CompileAsWinRT>
  738. </ClCompile>
  739. <ClCompile Include="..\..\..\include\zlib\trees.c">
  740. <CompileAsWinRT>FALSE</CompileAsWinRT>
  741. </ClCompile>
  742. <ClCompile Include="..\..\..\include\zlib\uncompr.c">
  743. <CompileAsWinRT>FALSE</CompileAsWinRT>
  744. </ClCompile>
  745. <ClCompile Include="..\..\..\include\zlib\zutil.c">
  746. <CompileAsWinRT>FALSE</CompileAsWinRT>
  747. </ClCompile>
  748. </ItemGroup>
  749. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  750. <ImportGroup Label="ExtensionTargets">
  751. </ImportGroup>
  752. </Project>