vorbis.vcxproj 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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="Debug|ARM64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>ARM64</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. <ProjectConfiguration Include="Release|ARM">
  29. <Configuration>Release</Configuration>
  30. <Platform>ARM</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|ARM64">
  33. <Configuration>Release</Configuration>
  34. <Platform>ARM64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Checked|Win32">
  37. <Configuration>Checked</Configuration>
  38. <Platform>Win32</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Checked|x64">
  41. <Configuration>Checked</Configuration>
  42. <Platform>x64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Checked|ARM">
  45. <Configuration>Checked</Configuration>
  46. <Platform>ARM</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Checked|ARM64">
  49. <Configuration>Checked</Configuration>
  50. <Platform>ARM64</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="DebugShared|Win32">
  53. <Configuration>DebugShared</Configuration>
  54. <Platform>Win32</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="DebugShared|x64">
  57. <Configuration>DebugShared</Configuration>
  58. <Platform>x64</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="DebugShared|ARM">
  61. <Configuration>DebugShared</Configuration>
  62. <Platform>ARM</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="DebugShared|ARM64">
  65. <Configuration>DebugShared</Configuration>
  66. <Platform>ARM64</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="ReleaseShared|Win32">
  69. <Configuration>ReleaseShared</Configuration>
  70. <Platform>Win32</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="ReleaseShared|x64">
  73. <Configuration>ReleaseShared</Configuration>
  74. <Platform>x64</Platform>
  75. </ProjectConfiguration>
  76. <ProjectConfiguration Include="ReleaseShared|ARM">
  77. <Configuration>ReleaseShared</Configuration>
  78. <Platform>ARM</Platform>
  79. </ProjectConfiguration>
  80. <ProjectConfiguration Include="ReleaseShared|ARM64">
  81. <Configuration>ReleaseShared</Configuration>
  82. <Platform>ARM64</Platform>
  83. </ProjectConfiguration>
  84. <ProjectConfiguration Include="CheckedShared|Win32">
  85. <Configuration>CheckedShared</Configuration>
  86. <Platform>Win32</Platform>
  87. </ProjectConfiguration>
  88. <ProjectConfiguration Include="CheckedShared|x64">
  89. <Configuration>CheckedShared</Configuration>
  90. <Platform>x64</Platform>
  91. </ProjectConfiguration>
  92. <ProjectConfiguration Include="CheckedShared|ARM">
  93. <Configuration>CheckedShared</Configuration>
  94. <Platform>ARM</Platform>
  95. </ProjectConfiguration>
  96. <ProjectConfiguration Include="CheckedShared|ARM64">
  97. <Configuration>CheckedShared</Configuration>
  98. <Platform>ARM64</Platform>
  99. </ProjectConfiguration>
  100. </ItemGroup>
  101. <PropertyGroup Label="Globals">
  102. <ProjectGuid>{B544DCB7-16E5-41BC-B51B-7EAD8CFDFA05}</ProjectGuid>
  103. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>vorbis</RootNamespace>
  106. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  107. <DefaultLanguage>en-US</DefaultLanguage>
  108. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  109. <AppContainerApplication>true</AppContainerApplication>
  110. <ApplicationType>Windows Store</ApplicationType>
  111. <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
  112. <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.22000.0</WindowsTargetPlatformVersion>
  113. <WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
  114. </PropertyGroup>
  115. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  117. <ConfigurationType>StaticLibrary</ConfigurationType>
  118. <UseDebugLibraries>true</UseDebugLibraries>
  119. <CharacterSet>Unicode</CharacterSet>
  120. <PlatformToolset>v143</PlatformToolset>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  123. <ConfigurationType>StaticLibrary</ConfigurationType>
  124. <UseDebugLibraries>true</UseDebugLibraries>
  125. <CharacterSet>Unicode</CharacterSet>
  126. <PlatformToolset>v143</PlatformToolset>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  129. <ConfigurationType>StaticLibrary</ConfigurationType>
  130. <UseDebugLibraries>true</UseDebugLibraries>
  131. <CharacterSet>Unicode</CharacterSet>
  132. <PlatformToolset>v143</PlatformToolset>
  133. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  136. <ConfigurationType>StaticLibrary</ConfigurationType>
  137. <UseDebugLibraries>true</UseDebugLibraries>
  138. <CharacterSet>Unicode</CharacterSet>
  139. <PlatformToolset>v143</PlatformToolset>
  140. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  143. <ConfigurationType>StaticLibrary</ConfigurationType>
  144. <UseDebugLibraries>false</UseDebugLibraries>
  145. <CharacterSet>Unicode</CharacterSet>
  146. <PlatformToolset>v143</PlatformToolset>
  147. <WholeProgramOptimization>true</WholeProgramOptimization>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  150. <ConfigurationType>StaticLibrary</ConfigurationType>
  151. <UseDebugLibraries>false</UseDebugLibraries>
  152. <CharacterSet>Unicode</CharacterSet>
  153. <PlatformToolset>v143</PlatformToolset>
  154. <WholeProgramOptimization>true</WholeProgramOptimization>
  155. </PropertyGroup>
  156. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  157. <ConfigurationType>StaticLibrary</ConfigurationType>
  158. <UseDebugLibraries>false</UseDebugLibraries>
  159. <CharacterSet>Unicode</CharacterSet>
  160. <PlatformToolset>v143</PlatformToolset>
  161. <WholeProgramOptimization>true</WholeProgramOptimization>
  162. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  165. <ConfigurationType>StaticLibrary</ConfigurationType>
  166. <UseDebugLibraries>false</UseDebugLibraries>
  167. <CharacterSet>Unicode</CharacterSet>
  168. <PlatformToolset>v143</PlatformToolset>
  169. <WholeProgramOptimization>true</WholeProgramOptimization>
  170. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  173. <ConfigurationType>StaticLibrary</ConfigurationType>
  174. <UseDebugLibraries>false</UseDebugLibraries>
  175. <CharacterSet>Unicode</CharacterSet>
  176. <PlatformToolset>v143</PlatformToolset>
  177. </PropertyGroup>
  178. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  179. <ConfigurationType>StaticLibrary</ConfigurationType>
  180. <UseDebugLibraries>false</UseDebugLibraries>
  181. <CharacterSet>Unicode</CharacterSet>
  182. <PlatformToolset>v143</PlatformToolset>
  183. </PropertyGroup>
  184. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Configuration">
  185. <ConfigurationType>StaticLibrary</ConfigurationType>
  186. <UseDebugLibraries>false</UseDebugLibraries>
  187. <CharacterSet>Unicode</CharacterSet>
  188. <PlatformToolset>v143</PlatformToolset>
  189. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  190. </PropertyGroup>
  191. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'" Label="Configuration">
  192. <ConfigurationType>StaticLibrary</ConfigurationType>
  193. <UseDebugLibraries>false</UseDebugLibraries>
  194. <CharacterSet>Unicode</CharacterSet>
  195. <PlatformToolset>v143</PlatformToolset>
  196. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  197. </PropertyGroup>
  198. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  199. <ConfigurationType>DynamicLibrary</ConfigurationType>
  200. <UseDebugLibraries>true</UseDebugLibraries>
  201. <CharacterSet>Unicode</CharacterSet>
  202. <PlatformToolset>v143</PlatformToolset>
  203. </PropertyGroup>
  204. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  205. <ConfigurationType>DynamicLibrary</ConfigurationType>
  206. <UseDebugLibraries>true</UseDebugLibraries>
  207. <CharacterSet>Unicode</CharacterSet>
  208. <PlatformToolset>v143</PlatformToolset>
  209. </PropertyGroup>
  210. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Configuration">
  211. <ConfigurationType>DynamicLibrary</ConfigurationType>
  212. <UseDebugLibraries>true</UseDebugLibraries>
  213. <CharacterSet>Unicode</CharacterSet>
  214. <PlatformToolset>v143</PlatformToolset>
  215. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  216. </PropertyGroup>
  217. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'" Label="Configuration">
  218. <ConfigurationType>DynamicLibrary</ConfigurationType>
  219. <UseDebugLibraries>true</UseDebugLibraries>
  220. <CharacterSet>Unicode</CharacterSet>
  221. <PlatformToolset>v143</PlatformToolset>
  222. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  223. </PropertyGroup>
  224. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  225. <ConfigurationType>DynamicLibrary</ConfigurationType>
  226. <UseDebugLibraries>false</UseDebugLibraries>
  227. <CharacterSet>Unicode</CharacterSet>
  228. <PlatformToolset>v143</PlatformToolset>
  229. <WholeProgramOptimization>true</WholeProgramOptimization>
  230. </PropertyGroup>
  231. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  232. <ConfigurationType>DynamicLibrary</ConfigurationType>
  233. <UseDebugLibraries>false</UseDebugLibraries>
  234. <CharacterSet>Unicode</CharacterSet>
  235. <PlatformToolset>v143</PlatformToolset>
  236. <WholeProgramOptimization>true</WholeProgramOptimization>
  237. </PropertyGroup>
  238. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Configuration">
  239. <ConfigurationType>DynamicLibrary</ConfigurationType>
  240. <UseDebugLibraries>false</UseDebugLibraries>
  241. <CharacterSet>Unicode</CharacterSet>
  242. <PlatformToolset>v143</PlatformToolset>
  243. <WholeProgramOptimization>true</WholeProgramOptimization>
  244. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  245. </PropertyGroup>
  246. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'" Label="Configuration">
  247. <ConfigurationType>DynamicLibrary</ConfigurationType>
  248. <UseDebugLibraries>false</UseDebugLibraries>
  249. <CharacterSet>Unicode</CharacterSet>
  250. <PlatformToolset>v143</PlatformToolset>
  251. <WholeProgramOptimization>true</WholeProgramOptimization>
  252. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  253. </PropertyGroup>
  254. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  255. <ConfigurationType>DynamicLibrary</ConfigurationType>
  256. <UseDebugLibraries>false</UseDebugLibraries>
  257. <CharacterSet>Unicode</CharacterSet>
  258. <PlatformToolset>v143</PlatformToolset>
  259. </PropertyGroup>
  260. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  261. <ConfigurationType>DynamicLibrary</ConfigurationType>
  262. <UseDebugLibraries>false</UseDebugLibraries>
  263. <CharacterSet>Unicode</CharacterSet>
  264. <PlatformToolset>v143</PlatformToolset>
  265. </PropertyGroup>
  266. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Configuration">
  267. <ConfigurationType>DynamicLibrary</ConfigurationType>
  268. <UseDebugLibraries>false</UseDebugLibraries>
  269. <CharacterSet>Unicode</CharacterSet>
  270. <PlatformToolset>v143</PlatformToolset>
  271. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  272. </PropertyGroup>
  273. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'" Label="Configuration">
  274. <ConfigurationType>DynamicLibrary</ConfigurationType>
  275. <UseDebugLibraries>false</UseDebugLibraries>
  276. <CharacterSet>Unicode</CharacterSet>
  277. <PlatformToolset>v143</PlatformToolset>
  278. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  279. </PropertyGroup>
  280. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  281. <ImportGroup Label="ExtensionSettings">
  282. </ImportGroup>
  283. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  284. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  285. </ImportGroup>
  286. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  287. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  288. </ImportGroup>
  289. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  290. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  291. </ImportGroup>
  292. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  293. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  294. </ImportGroup>
  295. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  296. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  297. </ImportGroup>
  298. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  299. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  300. </ImportGroup>
  301. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  302. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  303. </ImportGroup>
  304. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  305. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  306. </ImportGroup>
  307. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  308. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  309. </ImportGroup>
  310. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  311. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  312. </ImportGroup>
  313. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  314. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  315. </ImportGroup>
  316. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  317. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  318. </ImportGroup>
  319. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  320. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  321. </ImportGroup>
  322. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  323. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  324. </ImportGroup>
  325. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  326. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  327. </ImportGroup>
  328. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  329. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  330. </ImportGroup>
  331. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  332. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  333. </ImportGroup>
  334. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  335. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  336. </ImportGroup>
  337. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  338. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  339. </ImportGroup>
  340. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  341. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  342. </ImportGroup>
  343. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  344. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  345. </ImportGroup>
  346. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  347. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  348. </ImportGroup>
  349. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  350. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  351. </ImportGroup>
  352. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  353. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  354. </ImportGroup>
  355. <PropertyGroup Label="UserMacros" />
  356. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  357. <OutDir>..\..\lib\vs2022uwp\x86\Debug\</OutDir>
  358. <IntDir>..\..\obj\vs2022uwp\vorbis\x86\Debug\</IntDir>
  359. <TargetName>openmpt-vorbis</TargetName>
  360. <TargetExt>.lib</TargetExt>
  361. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  362. </PropertyGroup>
  363. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  364. <OutDir>..\..\lib\vs2022uwp\x86_64\Debug\</OutDir>
  365. <IntDir>..\..\obj\vs2022uwp\vorbis\x86_64\Debug\</IntDir>
  366. <TargetName>openmpt-vorbis</TargetName>
  367. <TargetExt>.lib</TargetExt>
  368. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  369. </PropertyGroup>
  370. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  371. <OutDir>..\..\lib\vs2022uwp\arm\Debug\</OutDir>
  372. <IntDir>..\..\obj\vs2022uwp\vorbis\arm\Debug\</IntDir>
  373. <TargetName>openmpt-vorbis</TargetName>
  374. <TargetExt>.lib</TargetExt>
  375. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  376. </PropertyGroup>
  377. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  378. <OutDir>..\..\lib\vs2022uwp\arm64\Debug\</OutDir>
  379. <IntDir>..\..\obj\vs2022uwp\vorbis\arm64\Debug\</IntDir>
  380. <TargetName>openmpt-vorbis</TargetName>
  381. <TargetExt>.lib</TargetExt>
  382. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  383. </PropertyGroup>
  384. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  385. <OutDir>..\..\lib\vs2022uwp\x86\Release\</OutDir>
  386. <IntDir>..\..\obj\vs2022uwp\vorbis\x86\Release\</IntDir>
  387. <TargetName>openmpt-vorbis</TargetName>
  388. <TargetExt>.lib</TargetExt>
  389. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  390. </PropertyGroup>
  391. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  392. <OutDir>..\..\lib\vs2022uwp\x86_64\Release\</OutDir>
  393. <IntDir>..\..\obj\vs2022uwp\vorbis\x86_64\Release\</IntDir>
  394. <TargetName>openmpt-vorbis</TargetName>
  395. <TargetExt>.lib</TargetExt>
  396. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  397. </PropertyGroup>
  398. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  399. <OutDir>..\..\lib\vs2022uwp\arm\Release\</OutDir>
  400. <IntDir>..\..\obj\vs2022uwp\vorbis\arm\Release\</IntDir>
  401. <TargetName>openmpt-vorbis</TargetName>
  402. <TargetExt>.lib</TargetExt>
  403. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  404. </PropertyGroup>
  405. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  406. <OutDir>..\..\lib\vs2022uwp\arm64\Release\</OutDir>
  407. <IntDir>..\..\obj\vs2022uwp\vorbis\arm64\Release\</IntDir>
  408. <TargetName>openmpt-vorbis</TargetName>
  409. <TargetExt>.lib</TargetExt>
  410. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  411. </PropertyGroup>
  412. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  413. <OutDir>..\..\lib\vs2022uwp\x86\Checked\</OutDir>
  414. <IntDir>..\..\obj\vs2022uwp\vorbis\x86\Checked\</IntDir>
  415. <TargetName>openmpt-vorbis</TargetName>
  416. <TargetExt>.lib</TargetExt>
  417. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  418. </PropertyGroup>
  419. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  420. <OutDir>..\..\lib\vs2022uwp\x86_64\Checked\</OutDir>
  421. <IntDir>..\..\obj\vs2022uwp\vorbis\x86_64\Checked\</IntDir>
  422. <TargetName>openmpt-vorbis</TargetName>
  423. <TargetExt>.lib</TargetExt>
  424. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  425. </PropertyGroup>
  426. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  427. <OutDir>..\..\lib\vs2022uwp\arm\Checked\</OutDir>
  428. <IntDir>..\..\obj\vs2022uwp\vorbis\arm\Checked\</IntDir>
  429. <TargetName>openmpt-vorbis</TargetName>
  430. <TargetExt>.lib</TargetExt>
  431. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  432. </PropertyGroup>
  433. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  434. <OutDir>..\..\lib\vs2022uwp\arm64\Checked\</OutDir>
  435. <IntDir>..\..\obj\vs2022uwp\vorbis\arm64\Checked\</IntDir>
  436. <TargetName>openmpt-vorbis</TargetName>
  437. <TargetExt>.lib</TargetExt>
  438. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  439. </PropertyGroup>
  440. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  441. <LinkIncremental>true</LinkIncremental>
  442. <OutDir>..\..\..\bin\debug\vs2022-uwp-shared\x86\</OutDir>
  443. <IntDir>..\..\obj\vs2022uwp\vorbis\x86\DebugShared\</IntDir>
  444. <TargetName>openmpt-vorbis</TargetName>
  445. <TargetExt>.dll</TargetExt>
  446. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  447. </PropertyGroup>
  448. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  449. <LinkIncremental>true</LinkIncremental>
  450. <OutDir>..\..\..\bin\debug\vs2022-uwp-shared\amd64\</OutDir>
  451. <IntDir>..\..\obj\vs2022uwp\vorbis\x86_64\DebugShared\</IntDir>
  452. <TargetName>openmpt-vorbis</TargetName>
  453. <TargetExt>.dll</TargetExt>
  454. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  455. </PropertyGroup>
  456. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  457. <LinkIncremental>true</LinkIncremental>
  458. <OutDir>..\..\..\bin\debug\vs2022-uwp-shared\arm\</OutDir>
  459. <IntDir>..\..\obj\vs2022uwp\vorbis\arm\DebugShared\</IntDir>
  460. <TargetName>openmpt-vorbis</TargetName>
  461. <TargetExt>.dll</TargetExt>
  462. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  463. </PropertyGroup>
  464. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  465. <LinkIncremental>true</LinkIncremental>
  466. <OutDir>..\..\..\bin\debug\vs2022-uwp-shared\arm64\</OutDir>
  467. <IntDir>..\..\obj\vs2022uwp\vorbis\arm64\DebugShared\</IntDir>
  468. <TargetName>openmpt-vorbis</TargetName>
  469. <TargetExt>.dll</TargetExt>
  470. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  471. </PropertyGroup>
  472. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  473. <LinkIncremental>false</LinkIncremental>
  474. <OutDir>..\..\..\bin\release\vs2022-uwp-shared\x86\</OutDir>
  475. <IntDir>..\..\obj\vs2022uwp\vorbis\x86\ReleaseShared\</IntDir>
  476. <TargetName>openmpt-vorbis</TargetName>
  477. <TargetExt>.dll</TargetExt>
  478. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  479. </PropertyGroup>
  480. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  481. <LinkIncremental>false</LinkIncremental>
  482. <OutDir>..\..\..\bin\release\vs2022-uwp-shared\amd64\</OutDir>
  483. <IntDir>..\..\obj\vs2022uwp\vorbis\x86_64\ReleaseShared\</IntDir>
  484. <TargetName>openmpt-vorbis</TargetName>
  485. <TargetExt>.dll</TargetExt>
  486. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  487. </PropertyGroup>
  488. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  489. <LinkIncremental>false</LinkIncremental>
  490. <OutDir>..\..\..\bin\release\vs2022-uwp-shared\arm\</OutDir>
  491. <IntDir>..\..\obj\vs2022uwp\vorbis\arm\ReleaseShared\</IntDir>
  492. <TargetName>openmpt-vorbis</TargetName>
  493. <TargetExt>.dll</TargetExt>
  494. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  495. </PropertyGroup>
  496. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  497. <LinkIncremental>false</LinkIncremental>
  498. <OutDir>..\..\..\bin\release\vs2022-uwp-shared\arm64\</OutDir>
  499. <IntDir>..\..\obj\vs2022uwp\vorbis\arm64\ReleaseShared\</IntDir>
  500. <TargetName>openmpt-vorbis</TargetName>
  501. <TargetExt>.dll</TargetExt>
  502. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  503. </PropertyGroup>
  504. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  505. <LinkIncremental>false</LinkIncremental>
  506. <OutDir>..\..\..\bin\checked\vs2022-uwp-shared\x86\</OutDir>
  507. <IntDir>..\..\obj\vs2022uwp\vorbis\x86\CheckedShared\</IntDir>
  508. <TargetName>openmpt-vorbis</TargetName>
  509. <TargetExt>.dll</TargetExt>
  510. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  511. </PropertyGroup>
  512. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  513. <LinkIncremental>false</LinkIncremental>
  514. <OutDir>..\..\..\bin\checked\vs2022-uwp-shared\amd64\</OutDir>
  515. <IntDir>..\..\obj\vs2022uwp\vorbis\x86_64\CheckedShared\</IntDir>
  516. <TargetName>openmpt-vorbis</TargetName>
  517. <TargetExt>.dll</TargetExt>
  518. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  519. </PropertyGroup>
  520. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  521. <LinkIncremental>false</LinkIncremental>
  522. <OutDir>..\..\..\bin\checked\vs2022-uwp-shared\arm\</OutDir>
  523. <IntDir>..\..\obj\vs2022uwp\vorbis\arm\CheckedShared\</IntDir>
  524. <TargetName>openmpt-vorbis</TargetName>
  525. <TargetExt>.dll</TargetExt>
  526. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  527. </PropertyGroup>
  528. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  529. <LinkIncremental>false</LinkIncremental>
  530. <OutDir>..\..\..\bin\checked\vs2022-uwp-shared\arm64\</OutDir>
  531. <IntDir>..\..\obj\vs2022uwp\vorbis\arm64\CheckedShared\</IntDir>
  532. <TargetName>openmpt-vorbis</TargetName>
  533. <TargetExt>.dll</TargetExt>
  534. <IgnoreImportLibrary>false</IgnoreImportLibrary>
  535. </PropertyGroup>
  536. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  537. <ClCompile>
  538. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  539. <WarningLevel>Level3</WarningLevel>
  540. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  541. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  542. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  543. <Optimization>Disabled</Optimization>
  544. <MinimalRebuild>false</MinimalRebuild>
  545. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  546. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  547. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  548. <ConformanceMode>true</ConformanceMode>
  549. <CompileAsWinRT>false</CompileAsWinRT>
  550. </ClCompile>
  551. <Link>
  552. <SubSystem>Windows</SubSystem>
  553. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  554. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  555. </Link>
  556. </ItemDefinitionGroup>
  557. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  558. <ClCompile>
  559. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  560. <WarningLevel>Level3</WarningLevel>
  561. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  562. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  563. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  564. <Optimization>Disabled</Optimization>
  565. <MinimalRebuild>false</MinimalRebuild>
  566. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  567. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  568. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  569. <ConformanceMode>true</ConformanceMode>
  570. <CompileAsWinRT>false</CompileAsWinRT>
  571. </ClCompile>
  572. <Link>
  573. <SubSystem>Windows</SubSystem>
  574. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  575. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  576. </Link>
  577. </ItemDefinitionGroup>
  578. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  579. <ClCompile>
  580. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  581. <WarningLevel>Level3</WarningLevel>
  582. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  583. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  584. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  585. <Optimization>Disabled</Optimization>
  586. <MinimalRebuild>false</MinimalRebuild>
  587. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  588. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  589. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  590. <ConformanceMode>true</ConformanceMode>
  591. <CompileAsWinRT>false</CompileAsWinRT>
  592. </ClCompile>
  593. <Link>
  594. <SubSystem>Windows</SubSystem>
  595. <GenerateDebugInformation>true</GenerateDebugInformation>
  596. </Link>
  597. </ItemDefinitionGroup>
  598. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  599. <ClCompile>
  600. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  601. <WarningLevel>Level3</WarningLevel>
  602. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  603. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  604. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  605. <Optimization>Disabled</Optimization>
  606. <MinimalRebuild>false</MinimalRebuild>
  607. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  608. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  609. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  610. <ConformanceMode>true</ConformanceMode>
  611. <CompileAsWinRT>false</CompileAsWinRT>
  612. </ClCompile>
  613. <Link>
  614. <SubSystem>Windows</SubSystem>
  615. <GenerateDebugInformation>true</GenerateDebugInformation>
  616. </Link>
  617. </ItemDefinitionGroup>
  618. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  619. <ClCompile>
  620. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  621. <WarningLevel>Level3</WarningLevel>
  622. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  623. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  624. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  625. <Optimization>MaxSpeed</Optimization>
  626. <FunctionLevelLinking>true</FunctionLevelLinking>
  627. <IntrinsicFunctions>true</IntrinsicFunctions>
  628. <MinimalRebuild>false</MinimalRebuild>
  629. <StringPooling>true</StringPooling>
  630. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  631. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  632. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  633. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  634. <ConformanceMode>true</ConformanceMode>
  635. <CompileAsWinRT>false</CompileAsWinRT>
  636. </ClCompile>
  637. <Link>
  638. <SubSystem>Windows</SubSystem>
  639. <GenerateDebugInformation>true</GenerateDebugInformation>
  640. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  641. <OptimizeReferences>true</OptimizeReferences>
  642. </Link>
  643. </ItemDefinitionGroup>
  644. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  645. <ClCompile>
  646. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  647. <WarningLevel>Level3</WarningLevel>
  648. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  649. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  650. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  651. <Optimization>MaxSpeed</Optimization>
  652. <FunctionLevelLinking>true</FunctionLevelLinking>
  653. <IntrinsicFunctions>true</IntrinsicFunctions>
  654. <MinimalRebuild>false</MinimalRebuild>
  655. <StringPooling>true</StringPooling>
  656. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  657. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  658. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  659. <ConformanceMode>true</ConformanceMode>
  660. <CompileAsWinRT>false</CompileAsWinRT>
  661. </ClCompile>
  662. <Link>
  663. <SubSystem>Windows</SubSystem>
  664. <GenerateDebugInformation>true</GenerateDebugInformation>
  665. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  666. <OptimizeReferences>true</OptimizeReferences>
  667. </Link>
  668. </ItemDefinitionGroup>
  669. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  670. <ClCompile>
  671. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  672. <WarningLevel>Level3</WarningLevel>
  673. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  674. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  675. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  676. <Optimization>MaxSpeed</Optimization>
  677. <FunctionLevelLinking>true</FunctionLevelLinking>
  678. <IntrinsicFunctions>true</IntrinsicFunctions>
  679. <MinimalRebuild>false</MinimalRebuild>
  680. <StringPooling>true</StringPooling>
  681. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  682. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  683. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  684. <ConformanceMode>true</ConformanceMode>
  685. <CompileAsWinRT>false</CompileAsWinRT>
  686. </ClCompile>
  687. <Link>
  688. <SubSystem>Windows</SubSystem>
  689. <GenerateDebugInformation>true</GenerateDebugInformation>
  690. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  691. <OptimizeReferences>true</OptimizeReferences>
  692. </Link>
  693. </ItemDefinitionGroup>
  694. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  695. <ClCompile>
  696. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  697. <WarningLevel>Level3</WarningLevel>
  698. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  699. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  700. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  701. <Optimization>MaxSpeed</Optimization>
  702. <FunctionLevelLinking>true</FunctionLevelLinking>
  703. <IntrinsicFunctions>true</IntrinsicFunctions>
  704. <MinimalRebuild>false</MinimalRebuild>
  705. <StringPooling>true</StringPooling>
  706. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  707. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  708. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  709. <ConformanceMode>true</ConformanceMode>
  710. <CompileAsWinRT>false</CompileAsWinRT>
  711. </ClCompile>
  712. <Link>
  713. <SubSystem>Windows</SubSystem>
  714. <GenerateDebugInformation>true</GenerateDebugInformation>
  715. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  716. <OptimizeReferences>true</OptimizeReferences>
  717. </Link>
  718. </ItemDefinitionGroup>
  719. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  720. <ClCompile>
  721. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  722. <WarningLevel>Level3</WarningLevel>
  723. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  724. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  725. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  726. <Optimization>Full</Optimization>
  727. <FunctionLevelLinking>true</FunctionLevelLinking>
  728. <IntrinsicFunctions>true</IntrinsicFunctions>
  729. <MinimalRebuild>false</MinimalRebuild>
  730. <OmitFramePointers>false</OmitFramePointers>
  731. <StringPooling>true</StringPooling>
  732. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  733. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  734. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  735. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  736. <ConformanceMode>true</ConformanceMode>
  737. <CompileAsWinRT>false</CompileAsWinRT>
  738. </ClCompile>
  739. <Link>
  740. <SubSystem>Windows</SubSystem>
  741. <GenerateDebugInformation>true</GenerateDebugInformation>
  742. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  743. <OptimizeReferences>true</OptimizeReferences>
  744. </Link>
  745. </ItemDefinitionGroup>
  746. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  747. <ClCompile>
  748. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  749. <WarningLevel>Level3</WarningLevel>
  750. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  751. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  752. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  753. <Optimization>Full</Optimization>
  754. <FunctionLevelLinking>true</FunctionLevelLinking>
  755. <IntrinsicFunctions>true</IntrinsicFunctions>
  756. <MinimalRebuild>false</MinimalRebuild>
  757. <OmitFramePointers>false</OmitFramePointers>
  758. <StringPooling>true</StringPooling>
  759. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  760. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  761. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  762. <ConformanceMode>true</ConformanceMode>
  763. <CompileAsWinRT>false</CompileAsWinRT>
  764. </ClCompile>
  765. <Link>
  766. <SubSystem>Windows</SubSystem>
  767. <GenerateDebugInformation>true</GenerateDebugInformation>
  768. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  769. <OptimizeReferences>true</OptimizeReferences>
  770. </Link>
  771. </ItemDefinitionGroup>
  772. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  773. <ClCompile>
  774. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  775. <WarningLevel>Level3</WarningLevel>
  776. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  777. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  778. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  779. <Optimization>Full</Optimization>
  780. <FunctionLevelLinking>true</FunctionLevelLinking>
  781. <IntrinsicFunctions>true</IntrinsicFunctions>
  782. <MinimalRebuild>false</MinimalRebuild>
  783. <OmitFramePointers>false</OmitFramePointers>
  784. <StringPooling>true</StringPooling>
  785. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  786. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  787. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  788. <ConformanceMode>true</ConformanceMode>
  789. <CompileAsWinRT>false</CompileAsWinRT>
  790. </ClCompile>
  791. <Link>
  792. <SubSystem>Windows</SubSystem>
  793. <GenerateDebugInformation>true</GenerateDebugInformation>
  794. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  795. <OptimizeReferences>true</OptimizeReferences>
  796. </Link>
  797. </ItemDefinitionGroup>
  798. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  799. <ClCompile>
  800. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  801. <WarningLevel>Level3</WarningLevel>
  802. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  803. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  804. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  805. <Optimization>Full</Optimization>
  806. <FunctionLevelLinking>true</FunctionLevelLinking>
  807. <IntrinsicFunctions>true</IntrinsicFunctions>
  808. <MinimalRebuild>false</MinimalRebuild>
  809. <OmitFramePointers>false</OmitFramePointers>
  810. <StringPooling>true</StringPooling>
  811. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  812. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  813. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  814. <ConformanceMode>true</ConformanceMode>
  815. <CompileAsWinRT>false</CompileAsWinRT>
  816. </ClCompile>
  817. <Link>
  818. <SubSystem>Windows</SubSystem>
  819. <GenerateDebugInformation>true</GenerateDebugInformation>
  820. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  821. <OptimizeReferences>true</OptimizeReferences>
  822. </Link>
  823. </ItemDefinitionGroup>
  824. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  825. <ClCompile>
  826. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  827. <WarningLevel>Level3</WarningLevel>
  828. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  829. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  830. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  831. <Optimization>Disabled</Optimization>
  832. <MinimalRebuild>false</MinimalRebuild>
  833. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  834. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  835. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  836. <ConformanceMode>true</ConformanceMode>
  837. <CompileAsWinRT>false</CompileAsWinRT>
  838. </ClCompile>
  839. <Link>
  840. <SubSystem>Windows</SubSystem>
  841. <GenerateDebugInformation>true</GenerateDebugInformation>
  842. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\x86\openmpt-vorbis.lib</ImportLibrary>
  843. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  844. </Link>
  845. </ItemDefinitionGroup>
  846. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  847. <ClCompile>
  848. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  849. <WarningLevel>Level3</WarningLevel>
  850. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  851. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  852. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  853. <Optimization>Disabled</Optimization>
  854. <MinimalRebuild>false</MinimalRebuild>
  855. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  856. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  857. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  858. <ConformanceMode>true</ConformanceMode>
  859. <CompileAsWinRT>false</CompileAsWinRT>
  860. </ClCompile>
  861. <Link>
  862. <SubSystem>Windows</SubSystem>
  863. <GenerateDebugInformation>true</GenerateDebugInformation>
  864. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\amd64\openmpt-vorbis.lib</ImportLibrary>
  865. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  866. </Link>
  867. </ItemDefinitionGroup>
  868. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  869. <ClCompile>
  870. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  871. <WarningLevel>Level3</WarningLevel>
  872. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  873. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  874. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  875. <Optimization>Disabled</Optimization>
  876. <MinimalRebuild>false</MinimalRebuild>
  877. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  878. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  879. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  880. <ConformanceMode>true</ConformanceMode>
  881. <CompileAsWinRT>false</CompileAsWinRT>
  882. </ClCompile>
  883. <Link>
  884. <SubSystem>Windows</SubSystem>
  885. <GenerateDebugInformation>true</GenerateDebugInformation>
  886. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\arm\openmpt-vorbis.lib</ImportLibrary>
  887. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  888. </Link>
  889. </ItemDefinitionGroup>
  890. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  891. <ClCompile>
  892. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  893. <WarningLevel>Level3</WarningLevel>
  894. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  895. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  896. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  897. <Optimization>Disabled</Optimization>
  898. <MinimalRebuild>false</MinimalRebuild>
  899. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  900. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  901. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  902. <ConformanceMode>true</ConformanceMode>
  903. <CompileAsWinRT>false</CompileAsWinRT>
  904. </ClCompile>
  905. <Link>
  906. <SubSystem>Windows</SubSystem>
  907. <GenerateDebugInformation>true</GenerateDebugInformation>
  908. <ImportLibrary>..\..\..\bin\debug\vs2022-uwp-shared\arm64\openmpt-vorbis.lib</ImportLibrary>
  909. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  910. </Link>
  911. </ItemDefinitionGroup>
  912. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  913. <ClCompile>
  914. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  915. <WarningLevel>Level3</WarningLevel>
  916. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  917. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  918. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  919. <Optimization>MaxSpeed</Optimization>
  920. <FunctionLevelLinking>true</FunctionLevelLinking>
  921. <IntrinsicFunctions>true</IntrinsicFunctions>
  922. <MinimalRebuild>false</MinimalRebuild>
  923. <StringPooling>true</StringPooling>
  924. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  925. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  926. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  927. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  928. <ConformanceMode>true</ConformanceMode>
  929. <CompileAsWinRT>false</CompileAsWinRT>
  930. </ClCompile>
  931. <Link>
  932. <SubSystem>Windows</SubSystem>
  933. <GenerateDebugInformation>true</GenerateDebugInformation>
  934. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  935. <OptimizeReferences>true</OptimizeReferences>
  936. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\x86\openmpt-vorbis.lib</ImportLibrary>
  937. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  938. </Link>
  939. </ItemDefinitionGroup>
  940. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  941. <ClCompile>
  942. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  943. <WarningLevel>Level3</WarningLevel>
  944. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  945. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  946. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  947. <Optimization>MaxSpeed</Optimization>
  948. <FunctionLevelLinking>true</FunctionLevelLinking>
  949. <IntrinsicFunctions>true</IntrinsicFunctions>
  950. <MinimalRebuild>false</MinimalRebuild>
  951. <StringPooling>true</StringPooling>
  952. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  953. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  954. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  955. <ConformanceMode>true</ConformanceMode>
  956. <CompileAsWinRT>false</CompileAsWinRT>
  957. </ClCompile>
  958. <Link>
  959. <SubSystem>Windows</SubSystem>
  960. <GenerateDebugInformation>true</GenerateDebugInformation>
  961. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  962. <OptimizeReferences>true</OptimizeReferences>
  963. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\amd64\openmpt-vorbis.lib</ImportLibrary>
  964. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  965. </Link>
  966. </ItemDefinitionGroup>
  967. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  968. <ClCompile>
  969. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  970. <WarningLevel>Level3</WarningLevel>
  971. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  972. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  973. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  974. <Optimization>MaxSpeed</Optimization>
  975. <FunctionLevelLinking>true</FunctionLevelLinking>
  976. <IntrinsicFunctions>true</IntrinsicFunctions>
  977. <MinimalRebuild>false</MinimalRebuild>
  978. <StringPooling>true</StringPooling>
  979. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  980. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  981. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  982. <ConformanceMode>true</ConformanceMode>
  983. <CompileAsWinRT>false</CompileAsWinRT>
  984. </ClCompile>
  985. <Link>
  986. <SubSystem>Windows</SubSystem>
  987. <GenerateDebugInformation>true</GenerateDebugInformation>
  988. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  989. <OptimizeReferences>true</OptimizeReferences>
  990. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\arm\openmpt-vorbis.lib</ImportLibrary>
  991. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  992. </Link>
  993. </ItemDefinitionGroup>
  994. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  995. <ClCompile>
  996. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  997. <WarningLevel>Level3</WarningLevel>
  998. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  999. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1000. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1001. <Optimization>MaxSpeed</Optimization>
  1002. <FunctionLevelLinking>true</FunctionLevelLinking>
  1003. <IntrinsicFunctions>true</IntrinsicFunctions>
  1004. <MinimalRebuild>false</MinimalRebuild>
  1005. <StringPooling>true</StringPooling>
  1006. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1007. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1008. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1009. <ConformanceMode>true</ConformanceMode>
  1010. <CompileAsWinRT>false</CompileAsWinRT>
  1011. </ClCompile>
  1012. <Link>
  1013. <SubSystem>Windows</SubSystem>
  1014. <GenerateDebugInformation>true</GenerateDebugInformation>
  1015. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1016. <OptimizeReferences>true</OptimizeReferences>
  1017. <ImportLibrary>..\..\..\bin\release\vs2022-uwp-shared\arm64\openmpt-vorbis.lib</ImportLibrary>
  1018. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  1019. </Link>
  1020. </ItemDefinitionGroup>
  1021. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  1022. <ClCompile>
  1023. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1024. <WarningLevel>Level3</WarningLevel>
  1025. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1026. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1027. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1028. <Optimization>Full</Optimization>
  1029. <FunctionLevelLinking>true</FunctionLevelLinking>
  1030. <IntrinsicFunctions>true</IntrinsicFunctions>
  1031. <MinimalRebuild>false</MinimalRebuild>
  1032. <OmitFramePointers>false</OmitFramePointers>
  1033. <StringPooling>true</StringPooling>
  1034. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1035. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  1036. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1037. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1038. <ConformanceMode>true</ConformanceMode>
  1039. <CompileAsWinRT>false</CompileAsWinRT>
  1040. </ClCompile>
  1041. <Link>
  1042. <SubSystem>Windows</SubSystem>
  1043. <GenerateDebugInformation>true</GenerateDebugInformation>
  1044. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1045. <OptimizeReferences>true</OptimizeReferences>
  1046. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\x86\openmpt-vorbis.lib</ImportLibrary>
  1047. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  1048. </Link>
  1049. </ItemDefinitionGroup>
  1050. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  1051. <ClCompile>
  1052. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1053. <WarningLevel>Level3</WarningLevel>
  1054. <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=0x0A00;NTDDI_VERSION=0x0A000000;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1055. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1056. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1057. <Optimization>Full</Optimization>
  1058. <FunctionLevelLinking>true</FunctionLevelLinking>
  1059. <IntrinsicFunctions>true</IntrinsicFunctions>
  1060. <MinimalRebuild>false</MinimalRebuild>
  1061. <OmitFramePointers>false</OmitFramePointers>
  1062. <StringPooling>true</StringPooling>
  1063. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1064. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1065. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1066. <ConformanceMode>true</ConformanceMode>
  1067. <CompileAsWinRT>false</CompileAsWinRT>
  1068. </ClCompile>
  1069. <Link>
  1070. <SubSystem>Windows</SubSystem>
  1071. <GenerateDebugInformation>true</GenerateDebugInformation>
  1072. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1073. <OptimizeReferences>true</OptimizeReferences>
  1074. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\amd64\openmpt-vorbis.lib</ImportLibrary>
  1075. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  1076. </Link>
  1077. </ItemDefinitionGroup>
  1078. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  1079. <ClCompile>
  1080. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1081. <WarningLevel>Level3</WarningLevel>
  1082. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1083. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1084. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1085. <Optimization>Full</Optimization>
  1086. <FunctionLevelLinking>true</FunctionLevelLinking>
  1087. <IntrinsicFunctions>true</IntrinsicFunctions>
  1088. <MinimalRebuild>false</MinimalRebuild>
  1089. <OmitFramePointers>false</OmitFramePointers>
  1090. <StringPooling>true</StringPooling>
  1091. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1092. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1093. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1094. <ConformanceMode>true</ConformanceMode>
  1095. <CompileAsWinRT>false</CompileAsWinRT>
  1096. </ClCompile>
  1097. <Link>
  1098. <SubSystem>Windows</SubSystem>
  1099. <GenerateDebugInformation>true</GenerateDebugInformation>
  1100. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1101. <OptimizeReferences>true</OptimizeReferences>
  1102. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\arm\openmpt-vorbis.lib</ImportLibrary>
  1103. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  1104. </Link>
  1105. </ItemDefinitionGroup>
  1106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  1107. <ClCompile>
  1108. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1109. <WarningLevel>Level3</WarningLevel>
  1110. <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=0x0A00;NTDDI_VERSION=0x0A000004;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1111. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\vorbis\include;..\..\..\include\vorbis\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1112. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1113. <Optimization>Full</Optimization>
  1114. <FunctionLevelLinking>true</FunctionLevelLinking>
  1115. <IntrinsicFunctions>true</IntrinsicFunctions>
  1116. <MinimalRebuild>false</MinimalRebuild>
  1117. <OmitFramePointers>false</OmitFramePointers>
  1118. <StringPooling>true</StringPooling>
  1119. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1120. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1121. <AdditionalOptions>/wd4101 /wd4244 /wd4267 /wd4305 /wd4703 /wd6001 /wd6011 /wd6255 /wd6262 /wd6263 /wd6297 /wd6308 /wd6385 /wd6386 /wd6387 /wd28182 %(AdditionalOptions)</AdditionalOptions>
  1122. <ConformanceMode>true</ConformanceMode>
  1123. <CompileAsWinRT>false</CompileAsWinRT>
  1124. </ClCompile>
  1125. <Link>
  1126. <SubSystem>Windows</SubSystem>
  1127. <GenerateDebugInformation>true</GenerateDebugInformation>
  1128. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1129. <OptimizeReferences>true</OptimizeReferences>
  1130. <ImportLibrary>..\..\..\bin\checked\vs2022-uwp-shared\arm64\openmpt-vorbis.lib</ImportLibrary>
  1131. <ModuleDefinitionFile>../../premake/def/ext-vorbis.def</ModuleDefinitionFile>
  1132. </Link>
  1133. </ItemDefinitionGroup>
  1134. <ItemGroup>
  1135. <ClInclude Include="..\..\..\include\vorbis\include\vorbis\codec.h" />
  1136. <ClInclude Include="..\..\..\include\vorbis\include\vorbis\vorbisenc.h" />
  1137. <ClInclude Include="..\..\..\include\vorbis\include\vorbis\vorbisfile.h" />
  1138. <ClInclude Include="..\..\..\include\vorbis\lib\backends.h" />
  1139. <ClInclude Include="..\..\..\include\vorbis\lib\bitrate.h" />
  1140. <ClInclude Include="..\..\..\include\vorbis\lib\books\coupled\res_books_51.h" />
  1141. <ClInclude Include="..\..\..\include\vorbis\lib\books\coupled\res_books_stereo.h" />
  1142. <ClInclude Include="..\..\..\include\vorbis\lib\books\floor\floor_books.h" />
  1143. <ClInclude Include="..\..\..\include\vorbis\lib\books\uncoupled\res_books_uncoupled.h" />
  1144. <ClInclude Include="..\..\..\include\vorbis\lib\codebook.h" />
  1145. <ClInclude Include="..\..\..\include\vorbis\lib\codec_internal.h" />
  1146. <ClInclude Include="..\..\..\include\vorbis\lib\envelope.h" />
  1147. <ClInclude Include="..\..\..\include\vorbis\lib\highlevel.h" />
  1148. <ClInclude Include="..\..\..\include\vorbis\lib\lookup.h" />
  1149. <ClInclude Include="..\..\..\include\vorbis\lib\lookup_data.h" />
  1150. <ClInclude Include="..\..\..\include\vorbis\lib\lpc.h" />
  1151. <ClInclude Include="..\..\..\include\vorbis\lib\lsp.h" />
  1152. <ClInclude Include="..\..\..\include\vorbis\lib\masking.h" />
  1153. <ClInclude Include="..\..\..\include\vorbis\lib\mdct.h" />
  1154. <ClInclude Include="..\..\..\include\vorbis\lib\misc.h" />
  1155. <ClInclude Include="..\..\..\include\vorbis\lib\modes\floor_all.h" />
  1156. <ClInclude Include="..\..\..\include\vorbis\lib\modes\psych_11.h" />
  1157. <ClInclude Include="..\..\..\include\vorbis\lib\modes\psych_16.h" />
  1158. <ClInclude Include="..\..\..\include\vorbis\lib\modes\psych_44.h" />
  1159. <ClInclude Include="..\..\..\include\vorbis\lib\modes\psych_8.h" />
  1160. <ClInclude Include="..\..\..\include\vorbis\lib\modes\residue_16.h" />
  1161. <ClInclude Include="..\..\..\include\vorbis\lib\modes\residue_44.h" />
  1162. <ClInclude Include="..\..\..\include\vorbis\lib\modes\residue_44p51.h" />
  1163. <ClInclude Include="..\..\..\include\vorbis\lib\modes\residue_44u.h" />
  1164. <ClInclude Include="..\..\..\include\vorbis\lib\modes\residue_8.h" />
  1165. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_11.h" />
  1166. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_16.h" />
  1167. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_22.h" />
  1168. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_32.h" />
  1169. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_44.h" />
  1170. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_44p51.h" />
  1171. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_44u.h" />
  1172. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_8.h" />
  1173. <ClInclude Include="..\..\..\include\vorbis\lib\modes\setup_X.h" />
  1174. <ClInclude Include="..\..\..\include\vorbis\lib\os.h" />
  1175. <ClInclude Include="..\..\..\include\vorbis\lib\psy.h" />
  1176. <ClInclude Include="..\..\..\include\vorbis\lib\registry.h" />
  1177. <ClInclude Include="..\..\..\include\vorbis\lib\scales.h" />
  1178. <ClInclude Include="..\..\..\include\vorbis\lib\smallft.h" />
  1179. <ClInclude Include="..\..\..\include\vorbis\lib\window.h" />
  1180. </ItemGroup>
  1181. <ItemGroup>
  1182. <ClCompile Include="..\..\..\include\vorbis\lib\analysis.c" />
  1183. <ClCompile Include="..\..\..\include\vorbis\lib\bitrate.c" />
  1184. <ClCompile Include="..\..\..\include\vorbis\lib\block.c" />
  1185. <ClCompile Include="..\..\..\include\vorbis\lib\codebook.c" />
  1186. <ClCompile Include="..\..\..\include\vorbis\lib\envelope.c" />
  1187. <ClCompile Include="..\..\..\include\vorbis\lib\floor0.c" />
  1188. <ClCompile Include="..\..\..\include\vorbis\lib\floor1.c" />
  1189. <ClCompile Include="..\..\..\include\vorbis\lib\info.c" />
  1190. <ClCompile Include="..\..\..\include\vorbis\lib\lookup.c" />
  1191. <ClCompile Include="..\..\..\include\vorbis\lib\lpc.c" />
  1192. <ClCompile Include="..\..\..\include\vorbis\lib\lsp.c" />
  1193. <ClCompile Include="..\..\..\include\vorbis\lib\mapping0.c" />
  1194. <ClCompile Include="..\..\..\include\vorbis\lib\mdct.c" />
  1195. <ClCompile Include="..\..\..\include\vorbis\lib\psy.c" />
  1196. <ClCompile Include="..\..\..\include\vorbis\lib\registry.c" />
  1197. <ClCompile Include="..\..\..\include\vorbis\lib\res0.c" />
  1198. <ClCompile Include="..\..\..\include\vorbis\lib\sharedbook.c" />
  1199. <ClCompile Include="..\..\..\include\vorbis\lib\smallft.c" />
  1200. <ClCompile Include="..\..\..\include\vorbis\lib\synthesis.c" />
  1201. <ClCompile Include="..\..\..\include\vorbis\lib\vorbisenc.c" />
  1202. <ClCompile Include="..\..\..\include\vorbis\lib\vorbisfile.c" />
  1203. <ClCompile Include="..\..\..\include\vorbis\lib\window.c" />
  1204. </ItemGroup>
  1205. <ItemGroup>
  1206. <None Include="..\..\premake\def\ext-vorbis.def" />
  1207. </ItemGroup>
  1208. <ItemGroup>
  1209. <ProjectReference Include="ogg.vcxproj">
  1210. <Project>{D8D5E11C-F959-49EF-B741-B3F6DE52DED8}</Project>
  1211. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  1212. </ProjectReference>
  1213. </ItemGroup>
  1214. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1215. <ImportGroup Label="ExtensionTargets">
  1216. </ImportGroup>
  1217. </Project>