lhasa.vcxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  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="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Checked|Win32">
  21. <Configuration>Checked</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Checked|x64">
  25. <Configuration>Checked</Configuration>
  26. <Platform>x64</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="ReleaseShared|Win32">
  37. <Configuration>ReleaseShared</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="ReleaseShared|x64">
  41. <Configuration>ReleaseShared</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="CheckedShared|Win32">
  45. <Configuration>CheckedShared</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="CheckedShared|x64">
  49. <Configuration>CheckedShared</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. </ItemGroup>
  53. <PropertyGroup Label="Globals">
  54. <ProjectGuid>{6B11F6A8-B131-4D2B-80EF-5731A9016436}</ProjectGuid>
  55. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  56. <Keyword>Win32Proj</Keyword>
  57. <RootNamespace>lhasa</RootNamespace>
  58. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  59. <LatestTargetPlatformVersion>$([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</LatestTargetPlatformVersion>
  60. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  61. </PropertyGroup>
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <UseDebugLibraries>true</UseDebugLibraries>
  66. <CharacterSet>Unicode</CharacterSet>
  67. <PlatformToolset>v141</PlatformToolset>
  68. <SpectreMitigation>Spectre</SpectreMitigation>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  71. <ConfigurationType>StaticLibrary</ConfigurationType>
  72. <UseDebugLibraries>true</UseDebugLibraries>
  73. <CharacterSet>Unicode</CharacterSet>
  74. <PlatformToolset>v141</PlatformToolset>
  75. <SpectreMitigation>Spectre</SpectreMitigation>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  78. <ConfigurationType>StaticLibrary</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <CharacterSet>Unicode</CharacterSet>
  81. <PlatformToolset>v141</PlatformToolset>
  82. <WholeProgramOptimization>true</WholeProgramOptimization>
  83. <SpectreMitigation>Spectre</SpectreMitigation>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  86. <ConfigurationType>StaticLibrary</ConfigurationType>
  87. <UseDebugLibraries>false</UseDebugLibraries>
  88. <CharacterSet>Unicode</CharacterSet>
  89. <PlatformToolset>v141</PlatformToolset>
  90. <WholeProgramOptimization>true</WholeProgramOptimization>
  91. <SpectreMitigation>Spectre</SpectreMitigation>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  94. <ConfigurationType>StaticLibrary</ConfigurationType>
  95. <UseDebugLibraries>false</UseDebugLibraries>
  96. <CharacterSet>Unicode</CharacterSet>
  97. <PlatformToolset>v141</PlatformToolset>
  98. <SpectreMitigation>Spectre</SpectreMitigation>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  101. <ConfigurationType>StaticLibrary</ConfigurationType>
  102. <UseDebugLibraries>false</UseDebugLibraries>
  103. <CharacterSet>Unicode</CharacterSet>
  104. <PlatformToolset>v141</PlatformToolset>
  105. <SpectreMitigation>Spectre</SpectreMitigation>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  108. <ConfigurationType>DynamicLibrary</ConfigurationType>
  109. <UseDebugLibraries>true</UseDebugLibraries>
  110. <CharacterSet>Unicode</CharacterSet>
  111. <PlatformToolset>v141</PlatformToolset>
  112. <SpectreMitigation>Spectre</SpectreMitigation>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  115. <ConfigurationType>DynamicLibrary</ConfigurationType>
  116. <UseDebugLibraries>true</UseDebugLibraries>
  117. <CharacterSet>Unicode</CharacterSet>
  118. <PlatformToolset>v141</PlatformToolset>
  119. <SpectreMitigation>Spectre</SpectreMitigation>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  122. <ConfigurationType>DynamicLibrary</ConfigurationType>
  123. <UseDebugLibraries>false</UseDebugLibraries>
  124. <CharacterSet>Unicode</CharacterSet>
  125. <PlatformToolset>v141</PlatformToolset>
  126. <WholeProgramOptimization>true</WholeProgramOptimization>
  127. <SpectreMitigation>Spectre</SpectreMitigation>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  130. <ConfigurationType>DynamicLibrary</ConfigurationType>
  131. <UseDebugLibraries>false</UseDebugLibraries>
  132. <CharacterSet>Unicode</CharacterSet>
  133. <PlatformToolset>v141</PlatformToolset>
  134. <WholeProgramOptimization>true</WholeProgramOptimization>
  135. <SpectreMitigation>Spectre</SpectreMitigation>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  138. <ConfigurationType>DynamicLibrary</ConfigurationType>
  139. <UseDebugLibraries>false</UseDebugLibraries>
  140. <CharacterSet>Unicode</CharacterSet>
  141. <PlatformToolset>v141</PlatformToolset>
  142. <SpectreMitigation>Spectre</SpectreMitigation>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  145. <ConfigurationType>DynamicLibrary</ConfigurationType>
  146. <UseDebugLibraries>false</UseDebugLibraries>
  147. <CharacterSet>Unicode</CharacterSet>
  148. <PlatformToolset>v141</PlatformToolset>
  149. <SpectreMitigation>Spectre</SpectreMitigation>
  150. </PropertyGroup>
  151. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  152. <ImportGroup Label="ExtensionSettings">
  153. </ImportGroup>
  154. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  155. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  156. </ImportGroup>
  157. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  158. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  159. </ImportGroup>
  160. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  161. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  162. </ImportGroup>
  163. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  164. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  165. </ImportGroup>
  166. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  167. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  168. </ImportGroup>
  169. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  170. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  171. </ImportGroup>
  172. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  173. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  174. </ImportGroup>
  175. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  176. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  177. </ImportGroup>
  178. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  179. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  180. </ImportGroup>
  181. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  182. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  183. </ImportGroup>
  184. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  185. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  186. </ImportGroup>
  187. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  188. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  189. </ImportGroup>
  190. <PropertyGroup Label="UserMacros" />
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  192. <OutDir>..\..\lib\vs2017win7\x86\Debug\</OutDir>
  193. <IntDir>..\..\obj\vs2017win7\lhasa\x86\Debug\</IntDir>
  194. <TargetName>openmpt-lhasa</TargetName>
  195. <TargetExt>.lib</TargetExt>
  196. </PropertyGroup>
  197. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  198. <OutDir>..\..\lib\vs2017win7\x86_64\Debug\</OutDir>
  199. <IntDir>..\..\obj\vs2017win7\lhasa\x86_64\Debug\</IntDir>
  200. <TargetName>openmpt-lhasa</TargetName>
  201. <TargetExt>.lib</TargetExt>
  202. </PropertyGroup>
  203. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  204. <OutDir>..\..\lib\vs2017win7\x86\Release\</OutDir>
  205. <IntDir>..\..\obj\vs2017win7\lhasa\x86\Release\</IntDir>
  206. <TargetName>openmpt-lhasa</TargetName>
  207. <TargetExt>.lib</TargetExt>
  208. </PropertyGroup>
  209. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  210. <OutDir>..\..\lib\vs2017win7\x86_64\Release\</OutDir>
  211. <IntDir>..\..\obj\vs2017win7\lhasa\x86_64\Release\</IntDir>
  212. <TargetName>openmpt-lhasa</TargetName>
  213. <TargetExt>.lib</TargetExt>
  214. </PropertyGroup>
  215. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  216. <OutDir>..\..\lib\vs2017win7\x86\Checked\</OutDir>
  217. <IntDir>..\..\obj\vs2017win7\lhasa\x86\Checked\</IntDir>
  218. <TargetName>openmpt-lhasa</TargetName>
  219. <TargetExt>.lib</TargetExt>
  220. </PropertyGroup>
  221. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  222. <OutDir>..\..\lib\vs2017win7\x86_64\Checked\</OutDir>
  223. <IntDir>..\..\obj\vs2017win7\lhasa\x86_64\Checked\</IntDir>
  224. <TargetName>openmpt-lhasa</TargetName>
  225. <TargetExt>.lib</TargetExt>
  226. </PropertyGroup>
  227. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  228. <LinkIncremental>true</LinkIncremental>
  229. <OutDir>..\..\..\bin\debug\vs2017-win7-shared\x86\</OutDir>
  230. <IntDir>..\..\obj\vs2017win7\lhasa\x86\DebugShared\</IntDir>
  231. <TargetName>openmpt-lhasa</TargetName>
  232. <TargetExt>.dll</TargetExt>
  233. </PropertyGroup>
  234. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  235. <LinkIncremental>true</LinkIncremental>
  236. <OutDir>..\..\..\bin\debug\vs2017-win7-shared\amd64\</OutDir>
  237. <IntDir>..\..\obj\vs2017win7\lhasa\x86_64\DebugShared\</IntDir>
  238. <TargetName>openmpt-lhasa</TargetName>
  239. <TargetExt>.dll</TargetExt>
  240. </PropertyGroup>
  241. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  242. <LinkIncremental>false</LinkIncremental>
  243. <OutDir>..\..\..\bin\release\vs2017-win7-shared\x86\</OutDir>
  244. <IntDir>..\..\obj\vs2017win7\lhasa\x86\ReleaseShared\</IntDir>
  245. <TargetName>openmpt-lhasa</TargetName>
  246. <TargetExt>.dll</TargetExt>
  247. </PropertyGroup>
  248. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  249. <LinkIncremental>false</LinkIncremental>
  250. <OutDir>..\..\..\bin\release\vs2017-win7-shared\amd64\</OutDir>
  251. <IntDir>..\..\obj\vs2017win7\lhasa\x86_64\ReleaseShared\</IntDir>
  252. <TargetName>openmpt-lhasa</TargetName>
  253. <TargetExt>.dll</TargetExt>
  254. </PropertyGroup>
  255. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  256. <LinkIncremental>false</LinkIncremental>
  257. <OutDir>..\..\..\bin\checked\vs2017-win7-shared\x86\</OutDir>
  258. <IntDir>..\..\obj\vs2017win7\lhasa\x86\CheckedShared\</IntDir>
  259. <TargetName>openmpt-lhasa</TargetName>
  260. <TargetExt>.dll</TargetExt>
  261. </PropertyGroup>
  262. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  263. <LinkIncremental>false</LinkIncremental>
  264. <OutDir>..\..\..\bin\checked\vs2017-win7-shared\amd64\</OutDir>
  265. <IntDir>..\..\obj\vs2017win7\lhasa\x86_64\CheckedShared\</IntDir>
  266. <TargetName>openmpt-lhasa</TargetName>
  267. <TargetExt>.dll</TargetExt>
  268. </PropertyGroup>
  269. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  270. <ClCompile>
  271. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  272. <WarningLevel>Level3</WarningLevel>
  273. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  274. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  275. <Optimization>Disabled</Optimization>
  276. <MinimalRebuild>false</MinimalRebuild>
  277. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  278. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  279. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  280. </ClCompile>
  281. <Link>
  282. <SubSystem>Windows</SubSystem>
  283. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  284. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  285. </Link>
  286. </ItemDefinitionGroup>
  287. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  288. <ClCompile>
  289. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  290. <WarningLevel>Level3</WarningLevel>
  291. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  292. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  293. <Optimization>Disabled</Optimization>
  294. <MinimalRebuild>false</MinimalRebuild>
  295. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  296. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  297. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  298. </ClCompile>
  299. <Link>
  300. <SubSystem>Windows</SubSystem>
  301. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  302. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  303. </Link>
  304. </ItemDefinitionGroup>
  305. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  306. <ClCompile>
  307. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  308. <WarningLevel>Level3</WarningLevel>
  309. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  310. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  311. <Optimization>MaxSpeed</Optimization>
  312. <FunctionLevelLinking>true</FunctionLevelLinking>
  313. <IntrinsicFunctions>true</IntrinsicFunctions>
  314. <MinimalRebuild>false</MinimalRebuild>
  315. <StringPooling>true</StringPooling>
  316. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  317. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  318. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  319. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  320. </ClCompile>
  321. <Link>
  322. <SubSystem>Windows</SubSystem>
  323. <GenerateDebugInformation>true</GenerateDebugInformation>
  324. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  325. <OptimizeReferences>true</OptimizeReferences>
  326. </Link>
  327. </ItemDefinitionGroup>
  328. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  329. <ClCompile>
  330. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  331. <WarningLevel>Level3</WarningLevel>
  332. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  333. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  334. <Optimization>MaxSpeed</Optimization>
  335. <FunctionLevelLinking>true</FunctionLevelLinking>
  336. <IntrinsicFunctions>true</IntrinsicFunctions>
  337. <MinimalRebuild>false</MinimalRebuild>
  338. <StringPooling>true</StringPooling>
  339. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  340. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  341. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  342. </ClCompile>
  343. <Link>
  344. <SubSystem>Windows</SubSystem>
  345. <GenerateDebugInformation>true</GenerateDebugInformation>
  346. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  347. <OptimizeReferences>true</OptimizeReferences>
  348. </Link>
  349. </ItemDefinitionGroup>
  350. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  351. <ClCompile>
  352. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  353. <WarningLevel>Level3</WarningLevel>
  354. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  355. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  356. <Optimization>Full</Optimization>
  357. <FunctionLevelLinking>true</FunctionLevelLinking>
  358. <IntrinsicFunctions>true</IntrinsicFunctions>
  359. <MinimalRebuild>false</MinimalRebuild>
  360. <OmitFramePointers>false</OmitFramePointers>
  361. <StringPooling>true</StringPooling>
  362. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  363. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  364. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  365. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  366. </ClCompile>
  367. <Link>
  368. <SubSystem>Windows</SubSystem>
  369. <GenerateDebugInformation>true</GenerateDebugInformation>
  370. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  371. <OptimizeReferences>true</OptimizeReferences>
  372. </Link>
  373. </ItemDefinitionGroup>
  374. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  375. <ClCompile>
  376. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  377. <WarningLevel>Level3</WarningLevel>
  378. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_STATIC;MPT_BUILD_CHECKED;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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  379. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  380. <Optimization>Full</Optimization>
  381. <FunctionLevelLinking>true</FunctionLevelLinking>
  382. <IntrinsicFunctions>true</IntrinsicFunctions>
  383. <MinimalRebuild>false</MinimalRebuild>
  384. <OmitFramePointers>false</OmitFramePointers>
  385. <StringPooling>true</StringPooling>
  386. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  387. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  388. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  389. </ClCompile>
  390. <Link>
  391. <SubSystem>Windows</SubSystem>
  392. <GenerateDebugInformation>true</GenerateDebugInformation>
  393. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  394. <OptimizeReferences>true</OptimizeReferences>
  395. </Link>
  396. </ItemDefinitionGroup>
  397. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  398. <ClCompile>
  399. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  400. <WarningLevel>Level3</WarningLevel>
  401. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  402. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  403. <Optimization>Disabled</Optimization>
  404. <MinimalRebuild>false</MinimalRebuild>
  405. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  406. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  407. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  408. </ClCompile>
  409. <Link>
  410. <SubSystem>Windows</SubSystem>
  411. <GenerateDebugInformation>true</GenerateDebugInformation>
  412. <ImportLibrary>..\..\..\bin\debug\vs2017-win7-shared\x86\openmpt-lhasa.lib</ImportLibrary>
  413. <ModuleDefinitionFile>../../premake/def/ext-lhasa.def</ModuleDefinitionFile>
  414. </Link>
  415. </ItemDefinitionGroup>
  416. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  417. <ClCompile>
  418. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  419. <WarningLevel>Level3</WarningLevel>
  420. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  421. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  422. <Optimization>Disabled</Optimization>
  423. <MinimalRebuild>false</MinimalRebuild>
  424. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  425. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  426. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  427. </ClCompile>
  428. <Link>
  429. <SubSystem>Windows</SubSystem>
  430. <GenerateDebugInformation>true</GenerateDebugInformation>
  431. <ImportLibrary>..\..\..\bin\debug\vs2017-win7-shared\amd64\openmpt-lhasa.lib</ImportLibrary>
  432. <ModuleDefinitionFile>../../premake/def/ext-lhasa.def</ModuleDefinitionFile>
  433. </Link>
  434. </ItemDefinitionGroup>
  435. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  436. <ClCompile>
  437. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  438. <WarningLevel>Level3</WarningLevel>
  439. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  440. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  441. <Optimization>MaxSpeed</Optimization>
  442. <FunctionLevelLinking>true</FunctionLevelLinking>
  443. <IntrinsicFunctions>true</IntrinsicFunctions>
  444. <MinimalRebuild>false</MinimalRebuild>
  445. <StringPooling>true</StringPooling>
  446. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  447. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  448. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  449. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  450. </ClCompile>
  451. <Link>
  452. <SubSystem>Windows</SubSystem>
  453. <GenerateDebugInformation>true</GenerateDebugInformation>
  454. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  455. <OptimizeReferences>true</OptimizeReferences>
  456. <ImportLibrary>..\..\..\bin\release\vs2017-win7-shared\x86\openmpt-lhasa.lib</ImportLibrary>
  457. <ModuleDefinitionFile>../../premake/def/ext-lhasa.def</ModuleDefinitionFile>
  458. </Link>
  459. </ItemDefinitionGroup>
  460. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  461. <ClCompile>
  462. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  463. <WarningLevel>Level3</WarningLevel>
  464. <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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  465. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  466. <Optimization>MaxSpeed</Optimization>
  467. <FunctionLevelLinking>true</FunctionLevelLinking>
  468. <IntrinsicFunctions>true</IntrinsicFunctions>
  469. <MinimalRebuild>false</MinimalRebuild>
  470. <StringPooling>true</StringPooling>
  471. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  472. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  473. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  474. </ClCompile>
  475. <Link>
  476. <SubSystem>Windows</SubSystem>
  477. <GenerateDebugInformation>true</GenerateDebugInformation>
  478. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  479. <OptimizeReferences>true</OptimizeReferences>
  480. <ImportLibrary>..\..\..\bin\release\vs2017-win7-shared\amd64\openmpt-lhasa.lib</ImportLibrary>
  481. <ModuleDefinitionFile>../../premake/def/ext-lhasa.def</ModuleDefinitionFile>
  482. </Link>
  483. </ItemDefinitionGroup>
  484. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  485. <ClCompile>
  486. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  487. <WarningLevel>Level3</WarningLevel>
  488. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  489. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  490. <Optimization>Full</Optimization>
  491. <FunctionLevelLinking>true</FunctionLevelLinking>
  492. <IntrinsicFunctions>true</IntrinsicFunctions>
  493. <MinimalRebuild>false</MinimalRebuild>
  494. <OmitFramePointers>false</OmitFramePointers>
  495. <StringPooling>true</StringPooling>
  496. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  497. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  498. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  499. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  500. </ClCompile>
  501. <Link>
  502. <SubSystem>Windows</SubSystem>
  503. <GenerateDebugInformation>true</GenerateDebugInformation>
  504. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  505. <OptimizeReferences>true</OptimizeReferences>
  506. <ImportLibrary>..\..\..\bin\checked\vs2017-win7-shared\x86\openmpt-lhasa.lib</ImportLibrary>
  507. <ModuleDefinitionFile>../../premake/def/ext-lhasa.def</ModuleDefinitionFile>
  508. </Link>
  509. </ItemDefinitionGroup>
  510. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  511. <ClCompile>
  512. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  513. <WarningLevel>Level3</WarningLevel>
  514. <PreprocessorDefinitions>DEBUG;MPT_BUILD_MSVC_SHARED;MPT_BUILD_CHECKED;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=0x0601;NTDDI_VERSION=0x06010000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  515. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  516. <Optimization>Full</Optimization>
  517. <FunctionLevelLinking>true</FunctionLevelLinking>
  518. <IntrinsicFunctions>true</IntrinsicFunctions>
  519. <MinimalRebuild>false</MinimalRebuild>
  520. <OmitFramePointers>false</OmitFramePointers>
  521. <StringPooling>true</StringPooling>
  522. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  523. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  524. <AdditionalOptions>/wd4244 /wd4267 %(AdditionalOptions)</AdditionalOptions>
  525. </ClCompile>
  526. <Link>
  527. <SubSystem>Windows</SubSystem>
  528. <GenerateDebugInformation>true</GenerateDebugInformation>
  529. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  530. <OptimizeReferences>true</OptimizeReferences>
  531. <ImportLibrary>..\..\..\bin\checked\vs2017-win7-shared\amd64\openmpt-lhasa.lib</ImportLibrary>
  532. <ModuleDefinitionFile>../../premake/def/ext-lhasa.def</ModuleDefinitionFile>
  533. </Link>
  534. </ItemDefinitionGroup>
  535. <ItemGroup>
  536. <ClInclude Include="..\..\..\include\lhasa\lib\crc16.h" />
  537. <ClInclude Include="..\..\..\include\lhasa\lib\ext_header.h" />
  538. <ClInclude Include="..\..\..\include\lhasa\lib\lha_arch.h" />
  539. <ClInclude Include="..\..\..\include\lhasa\lib\lha_basic_reader.h" />
  540. <ClInclude Include="..\..\..\include\lhasa\lib\lha_decoder.h" />
  541. <ClInclude Include="..\..\..\include\lhasa\lib\lha_endian.h" />
  542. <ClInclude Include="..\..\..\include\lhasa\lib\lha_file_header.h" />
  543. <ClInclude Include="..\..\..\include\lhasa\lib\lha_input_stream.h" />
  544. <ClInclude Include="..\..\..\include\lhasa\lib\macbinary.h" />
  545. <ClInclude Include="..\..\..\include\lhasa\lib\public\lha_decoder.h" />
  546. <ClInclude Include="..\..\..\include\lhasa\lib\public\lha_file_header.h" />
  547. <ClInclude Include="..\..\..\include\lhasa\lib\public\lha_input_stream.h" />
  548. <ClInclude Include="..\..\..\include\lhasa\lib\public\lha_reader.h" />
  549. <ClInclude Include="..\..\..\include\lhasa\lib\public\lhasa.h" />
  550. </ItemGroup>
  551. <ItemGroup>
  552. <ClCompile Include="..\..\..\include\lhasa\lib\crc16.c" />
  553. <ClCompile Include="..\..\..\include\lhasa\lib\ext_header.c" />
  554. <ClCompile Include="..\..\..\include\lhasa\lib\lh1_decoder.c" />
  555. <ClCompile Include="..\..\..\include\lhasa\lib\lh5_decoder.c" />
  556. <ClCompile Include="..\..\..\include\lhasa\lib\lh6_decoder.c" />
  557. <ClCompile Include="..\..\..\include\lhasa\lib\lh7_decoder.c" />
  558. <ClCompile Include="..\..\..\include\lhasa\lib\lha_arch_unix.c" />
  559. <ClCompile Include="..\..\..\include\lhasa\lib\lha_arch_win32.c" />
  560. <ClCompile Include="..\..\..\include\lhasa\lib\lha_basic_reader.c" />
  561. <ClCompile Include="..\..\..\include\lhasa\lib\lha_decoder.c" />
  562. <ClCompile Include="..\..\..\include\lhasa\lib\lha_endian.c" />
  563. <ClCompile Include="..\..\..\include\lhasa\lib\lha_file_header.c" />
  564. <ClCompile Include="..\..\..\include\lhasa\lib\lha_input_stream.c" />
  565. <ClCompile Include="..\..\..\include\lhasa\lib\lha_reader.c" />
  566. <ClCompile Include="..\..\..\include\lhasa\lib\lhx_decoder.c" />
  567. <ClCompile Include="..\..\..\include\lhasa\lib\lz5_decoder.c" />
  568. <ClCompile Include="..\..\..\include\lhasa\lib\lzs_decoder.c" />
  569. <ClCompile Include="..\..\..\include\lhasa\lib\macbinary.c" />
  570. <ClCompile Include="..\..\..\include\lhasa\lib\null_decoder.c" />
  571. <ClCompile Include="..\..\..\include\lhasa\lib\pm1_decoder.c" />
  572. <ClCompile Include="..\..\..\include\lhasa\lib\pm2_decoder.c" />
  573. </ItemGroup>
  574. <ItemGroup>
  575. <None Include="..\..\premake\def\ext-lhasa.def" />
  576. </ItemGroup>
  577. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  578. <ImportGroup Label="ExtensionTargets">
  579. </ImportGroup>
  580. </Project>