opusenc.vcxproj 70 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123
  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>{290BBF89-2572-4291-9D9C-FF021D4FD313}</ProjectGuid>
  103. <IgnoreWarnCompileDuplicatedFilename>true</IgnoreWarnCompileDuplicatedFilename>
  104. <Keyword>Win32Proj</Keyword>
  105. <RootNamespace>opusenc</RootNamespace>
  106. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  107. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  108. </PropertyGroup>
  109. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  111. <ConfigurationType>StaticLibrary</ConfigurationType>
  112. <UseDebugLibraries>true</UseDebugLibraries>
  113. <CharacterSet>Unicode</CharacterSet>
  114. <PlatformToolset>v143</PlatformToolset>
  115. <SpectreMitigation>Spectre</SpectreMitigation>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  118. <ConfigurationType>StaticLibrary</ConfigurationType>
  119. <UseDebugLibraries>true</UseDebugLibraries>
  120. <CharacterSet>Unicode</CharacterSet>
  121. <PlatformToolset>v143</PlatformToolset>
  122. <SpectreMitigation>Spectre</SpectreMitigation>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  125. <ConfigurationType>StaticLibrary</ConfigurationType>
  126. <UseDebugLibraries>true</UseDebugLibraries>
  127. <CharacterSet>Unicode</CharacterSet>
  128. <PlatformToolset>v143</PlatformToolset>
  129. <SpectreMitigation>Spectre</SpectreMitigation>
  130. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  133. <ConfigurationType>StaticLibrary</ConfigurationType>
  134. <UseDebugLibraries>true</UseDebugLibraries>
  135. <CharacterSet>Unicode</CharacterSet>
  136. <PlatformToolset>v143</PlatformToolset>
  137. <SpectreMitigation>Spectre</SpectreMitigation>
  138. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  141. <ConfigurationType>StaticLibrary</ConfigurationType>
  142. <UseDebugLibraries>false</UseDebugLibraries>
  143. <CharacterSet>Unicode</CharacterSet>
  144. <PlatformToolset>v143</PlatformToolset>
  145. <WholeProgramOptimization>true</WholeProgramOptimization>
  146. <SpectreMitigation>Spectre</SpectreMitigation>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  149. <ConfigurationType>StaticLibrary</ConfigurationType>
  150. <UseDebugLibraries>false</UseDebugLibraries>
  151. <CharacterSet>Unicode</CharacterSet>
  152. <PlatformToolset>v143</PlatformToolset>
  153. <WholeProgramOptimization>true</WholeProgramOptimization>
  154. <SpectreMitigation>Spectre</SpectreMitigation>
  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. <SpectreMitigation>Spectre</SpectreMitigation>
  163. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  166. <ConfigurationType>StaticLibrary</ConfigurationType>
  167. <UseDebugLibraries>false</UseDebugLibraries>
  168. <CharacterSet>Unicode</CharacterSet>
  169. <PlatformToolset>v143</PlatformToolset>
  170. <WholeProgramOptimization>true</WholeProgramOptimization>
  171. <SpectreMitigation>Spectre</SpectreMitigation>
  172. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
  175. <ConfigurationType>StaticLibrary</ConfigurationType>
  176. <UseDebugLibraries>false</UseDebugLibraries>
  177. <CharacterSet>Unicode</CharacterSet>
  178. <PlatformToolset>v143</PlatformToolset>
  179. <SpectreMitigation>Spectre</SpectreMitigation>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
  182. <ConfigurationType>StaticLibrary</ConfigurationType>
  183. <UseDebugLibraries>false</UseDebugLibraries>
  184. <CharacterSet>Unicode</CharacterSet>
  185. <PlatformToolset>v143</PlatformToolset>
  186. <SpectreMitigation>Spectre</SpectreMitigation>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'" Label="Configuration">
  189. <ConfigurationType>StaticLibrary</ConfigurationType>
  190. <UseDebugLibraries>false</UseDebugLibraries>
  191. <CharacterSet>Unicode</CharacterSet>
  192. <PlatformToolset>v143</PlatformToolset>
  193. <SpectreMitigation>Spectre</SpectreMitigation>
  194. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  195. </PropertyGroup>
  196. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'" Label="Configuration">
  197. <ConfigurationType>StaticLibrary</ConfigurationType>
  198. <UseDebugLibraries>false</UseDebugLibraries>
  199. <CharacterSet>Unicode</CharacterSet>
  200. <PlatformToolset>v143</PlatformToolset>
  201. <SpectreMitigation>Spectre</SpectreMitigation>
  202. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  203. </PropertyGroup>
  204. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'" Label="Configuration">
  205. <ConfigurationType>DynamicLibrary</ConfigurationType>
  206. <UseDebugLibraries>true</UseDebugLibraries>
  207. <CharacterSet>Unicode</CharacterSet>
  208. <PlatformToolset>v143</PlatformToolset>
  209. <SpectreMitigation>Spectre</SpectreMitigation>
  210. </PropertyGroup>
  211. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'" Label="Configuration">
  212. <ConfigurationType>DynamicLibrary</ConfigurationType>
  213. <UseDebugLibraries>true</UseDebugLibraries>
  214. <CharacterSet>Unicode</CharacterSet>
  215. <PlatformToolset>v143</PlatformToolset>
  216. <SpectreMitigation>Spectre</SpectreMitigation>
  217. </PropertyGroup>
  218. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'" Label="Configuration">
  219. <ConfigurationType>DynamicLibrary</ConfigurationType>
  220. <UseDebugLibraries>true</UseDebugLibraries>
  221. <CharacterSet>Unicode</CharacterSet>
  222. <PlatformToolset>v143</PlatformToolset>
  223. <SpectreMitigation>Spectre</SpectreMitigation>
  224. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  225. </PropertyGroup>
  226. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'" Label="Configuration">
  227. <ConfigurationType>DynamicLibrary</ConfigurationType>
  228. <UseDebugLibraries>true</UseDebugLibraries>
  229. <CharacterSet>Unicode</CharacterSet>
  230. <PlatformToolset>v143</PlatformToolset>
  231. <SpectreMitigation>Spectre</SpectreMitigation>
  232. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  233. </PropertyGroup>
  234. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'" Label="Configuration">
  235. <ConfigurationType>DynamicLibrary</ConfigurationType>
  236. <UseDebugLibraries>false</UseDebugLibraries>
  237. <CharacterSet>Unicode</CharacterSet>
  238. <PlatformToolset>v143</PlatformToolset>
  239. <WholeProgramOptimization>true</WholeProgramOptimization>
  240. <SpectreMitigation>Spectre</SpectreMitigation>
  241. </PropertyGroup>
  242. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'" Label="Configuration">
  243. <ConfigurationType>DynamicLibrary</ConfigurationType>
  244. <UseDebugLibraries>false</UseDebugLibraries>
  245. <CharacterSet>Unicode</CharacterSet>
  246. <PlatformToolset>v143</PlatformToolset>
  247. <WholeProgramOptimization>true</WholeProgramOptimization>
  248. <SpectreMitigation>Spectre</SpectreMitigation>
  249. </PropertyGroup>
  250. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'" Label="Configuration">
  251. <ConfigurationType>DynamicLibrary</ConfigurationType>
  252. <UseDebugLibraries>false</UseDebugLibraries>
  253. <CharacterSet>Unicode</CharacterSet>
  254. <PlatformToolset>v143</PlatformToolset>
  255. <WholeProgramOptimization>true</WholeProgramOptimization>
  256. <SpectreMitigation>Spectre</SpectreMitigation>
  257. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  258. </PropertyGroup>
  259. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'" Label="Configuration">
  260. <ConfigurationType>DynamicLibrary</ConfigurationType>
  261. <UseDebugLibraries>false</UseDebugLibraries>
  262. <CharacterSet>Unicode</CharacterSet>
  263. <PlatformToolset>v143</PlatformToolset>
  264. <WholeProgramOptimization>true</WholeProgramOptimization>
  265. <SpectreMitigation>Spectre</SpectreMitigation>
  266. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  267. </PropertyGroup>
  268. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'" Label="Configuration">
  269. <ConfigurationType>DynamicLibrary</ConfigurationType>
  270. <UseDebugLibraries>false</UseDebugLibraries>
  271. <CharacterSet>Unicode</CharacterSet>
  272. <PlatformToolset>v143</PlatformToolset>
  273. <SpectreMitigation>Spectre</SpectreMitigation>
  274. </PropertyGroup>
  275. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'" Label="Configuration">
  276. <ConfigurationType>DynamicLibrary</ConfigurationType>
  277. <UseDebugLibraries>false</UseDebugLibraries>
  278. <CharacterSet>Unicode</CharacterSet>
  279. <PlatformToolset>v143</PlatformToolset>
  280. <SpectreMitigation>Spectre</SpectreMitigation>
  281. </PropertyGroup>
  282. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'" Label="Configuration">
  283. <ConfigurationType>DynamicLibrary</ConfigurationType>
  284. <UseDebugLibraries>false</UseDebugLibraries>
  285. <CharacterSet>Unicode</CharacterSet>
  286. <PlatformToolset>v143</PlatformToolset>
  287. <SpectreMitigation>Spectre</SpectreMitigation>
  288. <WindowsSDKDesktopARMSupport>true</WindowsSDKDesktopARMSupport>
  289. </PropertyGroup>
  290. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'" Label="Configuration">
  291. <ConfigurationType>DynamicLibrary</ConfigurationType>
  292. <UseDebugLibraries>false</UseDebugLibraries>
  293. <CharacterSet>Unicode</CharacterSet>
  294. <PlatformToolset>v143</PlatformToolset>
  295. <SpectreMitigation>Spectre</SpectreMitigation>
  296. <WindowsSDKDesktopARM64Support>true</WindowsSDKDesktopARM64Support>
  297. </PropertyGroup>
  298. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  299. <ImportGroup Label="ExtensionSettings">
  300. </ImportGroup>
  301. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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)'=='Debug|x64'">
  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)'=='Debug|ARM'">
  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)'=='Debug|ARM64'">
  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)'=='Release|Win32'">
  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)'=='Release|x64'">
  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)'=='Release|ARM'">
  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)'=='Release|ARM64'">
  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)'=='Checked|Win32'">
  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)'=='Checked|x64'">
  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)'=='Checked|ARM'">
  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)'=='Checked|ARM64'">
  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)'=='DebugShared|Win32'">
  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)'=='DebugShared|x64'">
  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)'=='DebugShared|ARM'">
  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)'=='DebugShared|ARM64'">
  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)'=='ReleaseShared|Win32'">
  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)'=='ReleaseShared|x64'">
  353. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  354. </ImportGroup>
  355. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  356. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  357. </ImportGroup>
  358. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  359. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  360. </ImportGroup>
  361. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  362. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  363. </ImportGroup>
  364. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  365. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  366. </ImportGroup>
  367. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  368. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  369. </ImportGroup>
  370. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  371. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  372. </ImportGroup>
  373. <PropertyGroup Label="UserMacros" />
  374. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  375. <OutDir>..\..\lib\vs2022win10\x86\Debug\</OutDir>
  376. <IntDir>..\..\obj\vs2022win10\opusenc\x86\Debug\</IntDir>
  377. <TargetName>openmpt-opusenc</TargetName>
  378. <TargetExt>.lib</TargetExt>
  379. </PropertyGroup>
  380. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  381. <OutDir>..\..\lib\vs2022win10\x86_64\Debug\</OutDir>
  382. <IntDir>..\..\obj\vs2022win10\opusenc\x86_64\Debug\</IntDir>
  383. <TargetName>openmpt-opusenc</TargetName>
  384. <TargetExt>.lib</TargetExt>
  385. </PropertyGroup>
  386. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  387. <OutDir>..\..\lib\vs2022win10\arm\Debug\</OutDir>
  388. <IntDir>..\..\obj\vs2022win10\opusenc\arm\Debug\</IntDir>
  389. <TargetName>openmpt-opusenc</TargetName>
  390. <TargetExt>.lib</TargetExt>
  391. </PropertyGroup>
  392. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  393. <OutDir>..\..\lib\vs2022win10\arm64\Debug\</OutDir>
  394. <IntDir>..\..\obj\vs2022win10\opusenc\arm64\Debug\</IntDir>
  395. <TargetName>openmpt-opusenc</TargetName>
  396. <TargetExt>.lib</TargetExt>
  397. </PropertyGroup>
  398. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  399. <OutDir>..\..\lib\vs2022win10\x86\Release\</OutDir>
  400. <IntDir>..\..\obj\vs2022win10\opusenc\x86\Release\</IntDir>
  401. <TargetName>openmpt-opusenc</TargetName>
  402. <TargetExt>.lib</TargetExt>
  403. </PropertyGroup>
  404. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  405. <OutDir>..\..\lib\vs2022win10\x86_64\Release\</OutDir>
  406. <IntDir>..\..\obj\vs2022win10\opusenc\x86_64\Release\</IntDir>
  407. <TargetName>openmpt-opusenc</TargetName>
  408. <TargetExt>.lib</TargetExt>
  409. </PropertyGroup>
  410. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  411. <OutDir>..\..\lib\vs2022win10\arm\Release\</OutDir>
  412. <IntDir>..\..\obj\vs2022win10\opusenc\arm\Release\</IntDir>
  413. <TargetName>openmpt-opusenc</TargetName>
  414. <TargetExt>.lib</TargetExt>
  415. </PropertyGroup>
  416. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  417. <OutDir>..\..\lib\vs2022win10\arm64\Release\</OutDir>
  418. <IntDir>..\..\obj\vs2022win10\opusenc\arm64\Release\</IntDir>
  419. <TargetName>openmpt-opusenc</TargetName>
  420. <TargetExt>.lib</TargetExt>
  421. </PropertyGroup>
  422. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  423. <OutDir>..\..\lib\vs2022win10\x86\Checked\</OutDir>
  424. <IntDir>..\..\obj\vs2022win10\opusenc\x86\Checked\</IntDir>
  425. <TargetName>openmpt-opusenc</TargetName>
  426. <TargetExt>.lib</TargetExt>
  427. </PropertyGroup>
  428. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  429. <OutDir>..\..\lib\vs2022win10\x86_64\Checked\</OutDir>
  430. <IntDir>..\..\obj\vs2022win10\opusenc\x86_64\Checked\</IntDir>
  431. <TargetName>openmpt-opusenc</TargetName>
  432. <TargetExt>.lib</TargetExt>
  433. </PropertyGroup>
  434. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  435. <OutDir>..\..\lib\vs2022win10\arm\Checked\</OutDir>
  436. <IntDir>..\..\obj\vs2022win10\opusenc\arm\Checked\</IntDir>
  437. <TargetName>openmpt-opusenc</TargetName>
  438. <TargetExt>.lib</TargetExt>
  439. </PropertyGroup>
  440. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  441. <OutDir>..\..\lib\vs2022win10\arm64\Checked\</OutDir>
  442. <IntDir>..\..\obj\vs2022win10\opusenc\arm64\Checked\</IntDir>
  443. <TargetName>openmpt-opusenc</TargetName>
  444. <TargetExt>.lib</TargetExt>
  445. </PropertyGroup>
  446. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  447. <LinkIncremental>true</LinkIncremental>
  448. <OutDir>..\..\..\bin\debug\vs2022-win10-shared\x86\</OutDir>
  449. <IntDir>..\..\obj\vs2022win10\opusenc\x86\DebugShared\</IntDir>
  450. <TargetName>openmpt-opusenc</TargetName>
  451. <TargetExt>.dll</TargetExt>
  452. </PropertyGroup>
  453. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  454. <LinkIncremental>true</LinkIncremental>
  455. <OutDir>..\..\..\bin\debug\vs2022-win10-shared\amd64\</OutDir>
  456. <IntDir>..\..\obj\vs2022win10\opusenc\x86_64\DebugShared\</IntDir>
  457. <TargetName>openmpt-opusenc</TargetName>
  458. <TargetExt>.dll</TargetExt>
  459. </PropertyGroup>
  460. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  461. <LinkIncremental>true</LinkIncremental>
  462. <OutDir>..\..\..\bin\debug\vs2022-win10-shared\arm\</OutDir>
  463. <IntDir>..\..\obj\vs2022win10\opusenc\arm\DebugShared\</IntDir>
  464. <TargetName>openmpt-opusenc</TargetName>
  465. <TargetExt>.dll</TargetExt>
  466. </PropertyGroup>
  467. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  468. <LinkIncremental>true</LinkIncremental>
  469. <OutDir>..\..\..\bin\debug\vs2022-win10-shared\arm64\</OutDir>
  470. <IntDir>..\..\obj\vs2022win10\opusenc\arm64\DebugShared\</IntDir>
  471. <TargetName>openmpt-opusenc</TargetName>
  472. <TargetExt>.dll</TargetExt>
  473. </PropertyGroup>
  474. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  475. <LinkIncremental>false</LinkIncremental>
  476. <OutDir>..\..\..\bin\release\vs2022-win10-shared\x86\</OutDir>
  477. <IntDir>..\..\obj\vs2022win10\opusenc\x86\ReleaseShared\</IntDir>
  478. <TargetName>openmpt-opusenc</TargetName>
  479. <TargetExt>.dll</TargetExt>
  480. </PropertyGroup>
  481. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  482. <LinkIncremental>false</LinkIncremental>
  483. <OutDir>..\..\..\bin\release\vs2022-win10-shared\amd64\</OutDir>
  484. <IntDir>..\..\obj\vs2022win10\opusenc\x86_64\ReleaseShared\</IntDir>
  485. <TargetName>openmpt-opusenc</TargetName>
  486. <TargetExt>.dll</TargetExt>
  487. </PropertyGroup>
  488. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  489. <LinkIncremental>false</LinkIncremental>
  490. <OutDir>..\..\..\bin\release\vs2022-win10-shared\arm\</OutDir>
  491. <IntDir>..\..\obj\vs2022win10\opusenc\arm\ReleaseShared\</IntDir>
  492. <TargetName>openmpt-opusenc</TargetName>
  493. <TargetExt>.dll</TargetExt>
  494. </PropertyGroup>
  495. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  496. <LinkIncremental>false</LinkIncremental>
  497. <OutDir>..\..\..\bin\release\vs2022-win10-shared\arm64\</OutDir>
  498. <IntDir>..\..\obj\vs2022win10\opusenc\arm64\ReleaseShared\</IntDir>
  499. <TargetName>openmpt-opusenc</TargetName>
  500. <TargetExt>.dll</TargetExt>
  501. </PropertyGroup>
  502. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  503. <LinkIncremental>false</LinkIncremental>
  504. <OutDir>..\..\..\bin\checked\vs2022-win10-shared\x86\</OutDir>
  505. <IntDir>..\..\obj\vs2022win10\opusenc\x86\CheckedShared\</IntDir>
  506. <TargetName>openmpt-opusenc</TargetName>
  507. <TargetExt>.dll</TargetExt>
  508. </PropertyGroup>
  509. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  510. <LinkIncremental>false</LinkIncremental>
  511. <OutDir>..\..\..\bin\checked\vs2022-win10-shared\amd64\</OutDir>
  512. <IntDir>..\..\obj\vs2022win10\opusenc\x86_64\CheckedShared\</IntDir>
  513. <TargetName>openmpt-opusenc</TargetName>
  514. <TargetExt>.dll</TargetExt>
  515. </PropertyGroup>
  516. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  517. <LinkIncremental>false</LinkIncremental>
  518. <OutDir>..\..\..\bin\checked\vs2022-win10-shared\arm\</OutDir>
  519. <IntDir>..\..\obj\vs2022win10\opusenc\arm\CheckedShared\</IntDir>
  520. <TargetName>openmpt-opusenc</TargetName>
  521. <TargetExt>.dll</TargetExt>
  522. </PropertyGroup>
  523. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  524. <LinkIncremental>false</LinkIncremental>
  525. <OutDir>..\..\..\bin\checked\vs2022-win10-shared\arm64\</OutDir>
  526. <IntDir>..\..\obj\vs2022win10\opusenc\arm64\CheckedShared\</IntDir>
  527. <TargetName>openmpt-opusenc</TargetName>
  528. <TargetExt>.dll</TargetExt>
  529. </PropertyGroup>
  530. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  531. <ClCompile>
  532. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  533. <WarningLevel>Level3</WarningLevel>
  534. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  535. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  536. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  537. <Optimization>Disabled</Optimization>
  538. <MinimalRebuild>false</MinimalRebuild>
  539. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  540. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  541. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  542. <ConformanceMode>true</ConformanceMode>
  543. </ClCompile>
  544. <Link>
  545. <SubSystem>Windows</SubSystem>
  546. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  547. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  548. </Link>
  549. </ItemDefinitionGroup>
  550. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  551. <ClCompile>
  552. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  553. <WarningLevel>Level3</WarningLevel>
  554. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  555. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  556. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  557. <Optimization>Disabled</Optimization>
  558. <MinimalRebuild>false</MinimalRebuild>
  559. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  560. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  561. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  562. <ConformanceMode>true</ConformanceMode>
  563. </ClCompile>
  564. <Link>
  565. <SubSystem>Windows</SubSystem>
  566. <FullProgramDatabaseFile>true</FullProgramDatabaseFile>
  567. <GenerateDebugInformation>DebugFastLink</GenerateDebugInformation>
  568. </Link>
  569. </ItemDefinitionGroup>
  570. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  571. <ClCompile>
  572. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  573. <WarningLevel>Level3</WarningLevel>
  574. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  575. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  576. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  577. <Optimization>Disabled</Optimization>
  578. <MinimalRebuild>false</MinimalRebuild>
  579. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  580. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  581. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  582. <ConformanceMode>true</ConformanceMode>
  583. </ClCompile>
  584. <Link>
  585. <SubSystem>Windows</SubSystem>
  586. <GenerateDebugInformation>true</GenerateDebugInformation>
  587. </Link>
  588. </ItemDefinitionGroup>
  589. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  590. <ClCompile>
  591. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  592. <WarningLevel>Level3</WarningLevel>
  593. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  594. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  595. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  596. <Optimization>Disabled</Optimization>
  597. <MinimalRebuild>false</MinimalRebuild>
  598. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  599. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  600. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  601. <ConformanceMode>true</ConformanceMode>
  602. </ClCompile>
  603. <Link>
  604. <SubSystem>Windows</SubSystem>
  605. <GenerateDebugInformation>true</GenerateDebugInformation>
  606. </Link>
  607. </ItemDefinitionGroup>
  608. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  609. <ClCompile>
  610. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  611. <WarningLevel>Level3</WarningLevel>
  612. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  613. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  614. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  615. <Optimization>MaxSpeed</Optimization>
  616. <FunctionLevelLinking>true</FunctionLevelLinking>
  617. <IntrinsicFunctions>true</IntrinsicFunctions>
  618. <MinimalRebuild>false</MinimalRebuild>
  619. <StringPooling>true</StringPooling>
  620. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  621. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  622. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  623. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  624. <ConformanceMode>true</ConformanceMode>
  625. </ClCompile>
  626. <Link>
  627. <SubSystem>Windows</SubSystem>
  628. <GenerateDebugInformation>true</GenerateDebugInformation>
  629. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  630. <OptimizeReferences>true</OptimizeReferences>
  631. </Link>
  632. </ItemDefinitionGroup>
  633. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  634. <ClCompile>
  635. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  636. <WarningLevel>Level3</WarningLevel>
  637. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  638. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  639. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  640. <Optimization>MaxSpeed</Optimization>
  641. <FunctionLevelLinking>true</FunctionLevelLinking>
  642. <IntrinsicFunctions>true</IntrinsicFunctions>
  643. <MinimalRebuild>false</MinimalRebuild>
  644. <StringPooling>true</StringPooling>
  645. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  646. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  647. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  648. <ConformanceMode>true</ConformanceMode>
  649. </ClCompile>
  650. <Link>
  651. <SubSystem>Windows</SubSystem>
  652. <GenerateDebugInformation>true</GenerateDebugInformation>
  653. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  654. <OptimizeReferences>true</OptimizeReferences>
  655. </Link>
  656. </ItemDefinitionGroup>
  657. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  658. <ClCompile>
  659. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  660. <WarningLevel>Level3</WarningLevel>
  661. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  662. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  663. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  664. <Optimization>MaxSpeed</Optimization>
  665. <FunctionLevelLinking>true</FunctionLevelLinking>
  666. <IntrinsicFunctions>true</IntrinsicFunctions>
  667. <MinimalRebuild>false</MinimalRebuild>
  668. <StringPooling>true</StringPooling>
  669. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  670. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  671. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  672. <ConformanceMode>true</ConformanceMode>
  673. </ClCompile>
  674. <Link>
  675. <SubSystem>Windows</SubSystem>
  676. <GenerateDebugInformation>true</GenerateDebugInformation>
  677. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  678. <OptimizeReferences>true</OptimizeReferences>
  679. </Link>
  680. </ItemDefinitionGroup>
  681. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  682. <ClCompile>
  683. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  684. <WarningLevel>Level3</WarningLevel>
  685. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  686. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  687. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  688. <Optimization>MaxSpeed</Optimization>
  689. <FunctionLevelLinking>true</FunctionLevelLinking>
  690. <IntrinsicFunctions>true</IntrinsicFunctions>
  691. <MinimalRebuild>false</MinimalRebuild>
  692. <StringPooling>true</StringPooling>
  693. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  694. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  695. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  696. <ConformanceMode>true</ConformanceMode>
  697. </ClCompile>
  698. <Link>
  699. <SubSystem>Windows</SubSystem>
  700. <GenerateDebugInformation>true</GenerateDebugInformation>
  701. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  702. <OptimizeReferences>true</OptimizeReferences>
  703. </Link>
  704. </ItemDefinitionGroup>
  705. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
  706. <ClCompile>
  707. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  708. <WarningLevel>Level3</WarningLevel>
  709. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  710. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  711. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  712. <Optimization>Full</Optimization>
  713. <FunctionLevelLinking>true</FunctionLevelLinking>
  714. <IntrinsicFunctions>true</IntrinsicFunctions>
  715. <MinimalRebuild>false</MinimalRebuild>
  716. <OmitFramePointers>false</OmitFramePointers>
  717. <StringPooling>true</StringPooling>
  718. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  719. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  720. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  721. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  722. <ConformanceMode>true</ConformanceMode>
  723. </ClCompile>
  724. <Link>
  725. <SubSystem>Windows</SubSystem>
  726. <GenerateDebugInformation>true</GenerateDebugInformation>
  727. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  728. <OptimizeReferences>true</OptimizeReferences>
  729. </Link>
  730. </ItemDefinitionGroup>
  731. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
  732. <ClCompile>
  733. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  734. <WarningLevel>Level3</WarningLevel>
  735. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  736. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  737. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  738. <Optimization>Full</Optimization>
  739. <FunctionLevelLinking>true</FunctionLevelLinking>
  740. <IntrinsicFunctions>true</IntrinsicFunctions>
  741. <MinimalRebuild>false</MinimalRebuild>
  742. <OmitFramePointers>false</OmitFramePointers>
  743. <StringPooling>true</StringPooling>
  744. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  745. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  746. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  747. <ConformanceMode>true</ConformanceMode>
  748. </ClCompile>
  749. <Link>
  750. <SubSystem>Windows</SubSystem>
  751. <GenerateDebugInformation>true</GenerateDebugInformation>
  752. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  753. <OptimizeReferences>true</OptimizeReferences>
  754. </Link>
  755. </ItemDefinitionGroup>
  756. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM'">
  757. <ClCompile>
  758. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  759. <WarningLevel>Level3</WarningLevel>
  760. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  761. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  762. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  763. <Optimization>Full</Optimization>
  764. <FunctionLevelLinking>true</FunctionLevelLinking>
  765. <IntrinsicFunctions>true</IntrinsicFunctions>
  766. <MinimalRebuild>false</MinimalRebuild>
  767. <OmitFramePointers>false</OmitFramePointers>
  768. <StringPooling>true</StringPooling>
  769. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  770. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  771. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  772. <ConformanceMode>true</ConformanceMode>
  773. </ClCompile>
  774. <Link>
  775. <SubSystem>Windows</SubSystem>
  776. <GenerateDebugInformation>true</GenerateDebugInformation>
  777. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  778. <OptimizeReferences>true</OptimizeReferences>
  779. </Link>
  780. </ItemDefinitionGroup>
  781. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|ARM64'">
  782. <ClCompile>
  783. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  784. <WarningLevel>Level3</WarningLevel>
  785. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  786. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  787. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  788. <Optimization>Full</Optimization>
  789. <FunctionLevelLinking>true</FunctionLevelLinking>
  790. <IntrinsicFunctions>true</IntrinsicFunctions>
  791. <MinimalRebuild>false</MinimalRebuild>
  792. <OmitFramePointers>false</OmitFramePointers>
  793. <StringPooling>true</StringPooling>
  794. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  795. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  796. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  797. <ConformanceMode>true</ConformanceMode>
  798. </ClCompile>
  799. <Link>
  800. <SubSystem>Windows</SubSystem>
  801. <GenerateDebugInformation>true</GenerateDebugInformation>
  802. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  803. <OptimizeReferences>true</OptimizeReferences>
  804. </Link>
  805. </ItemDefinitionGroup>
  806. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|Win32'">
  807. <ClCompile>
  808. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  809. <WarningLevel>Level3</WarningLevel>
  810. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  811. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  812. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  813. <Optimization>Disabled</Optimization>
  814. <MinimalRebuild>false</MinimalRebuild>
  815. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  816. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  817. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  818. <ConformanceMode>true</ConformanceMode>
  819. </ClCompile>
  820. <Link>
  821. <SubSystem>Windows</SubSystem>
  822. <GenerateDebugInformation>true</GenerateDebugInformation>
  823. <ImportLibrary>..\..\..\bin\debug\vs2022-win10-shared\x86\openmpt-opusenc.lib</ImportLibrary>
  824. </Link>
  825. </ItemDefinitionGroup>
  826. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|x64'">
  827. <ClCompile>
  828. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  829. <WarningLevel>Level3</WarningLevel>
  830. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  831. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  832. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  833. <Optimization>Disabled</Optimization>
  834. <MinimalRebuild>false</MinimalRebuild>
  835. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  836. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  837. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  838. <ConformanceMode>true</ConformanceMode>
  839. </ClCompile>
  840. <Link>
  841. <SubSystem>Windows</SubSystem>
  842. <GenerateDebugInformation>true</GenerateDebugInformation>
  843. <ImportLibrary>..\..\..\bin\debug\vs2022-win10-shared\amd64\openmpt-opusenc.lib</ImportLibrary>
  844. </Link>
  845. </ItemDefinitionGroup>
  846. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM'">
  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=0x0A000004;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  851. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  852. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  853. <Optimization>Disabled</Optimization>
  854. <MinimalRebuild>false</MinimalRebuild>
  855. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  856. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  857. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  858. <ConformanceMode>true</ConformanceMode>
  859. </ClCompile>
  860. <Link>
  861. <SubSystem>Windows</SubSystem>
  862. <GenerateDebugInformation>true</GenerateDebugInformation>
  863. <ImportLibrary>..\..\..\bin\debug\vs2022-win10-shared\arm\openmpt-opusenc.lib</ImportLibrary>
  864. </Link>
  865. </ItemDefinitionGroup>
  866. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugShared|ARM64'">
  867. <ClCompile>
  868. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  869. <WarningLevel>Level3</WarningLevel>
  870. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  871. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  872. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  873. <Optimization>Disabled</Optimization>
  874. <MinimalRebuild>false</MinimalRebuild>
  875. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  876. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  877. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  878. <ConformanceMode>true</ConformanceMode>
  879. </ClCompile>
  880. <Link>
  881. <SubSystem>Windows</SubSystem>
  882. <GenerateDebugInformation>true</GenerateDebugInformation>
  883. <ImportLibrary>..\..\..\bin\debug\vs2022-win10-shared\arm64\openmpt-opusenc.lib</ImportLibrary>
  884. </Link>
  885. </ItemDefinitionGroup>
  886. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|Win32'">
  887. <ClCompile>
  888. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  889. <WarningLevel>Level3</WarningLevel>
  890. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  891. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  892. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  893. <Optimization>MaxSpeed</Optimization>
  894. <FunctionLevelLinking>true</FunctionLevelLinking>
  895. <IntrinsicFunctions>true</IntrinsicFunctions>
  896. <MinimalRebuild>false</MinimalRebuild>
  897. <StringPooling>true</StringPooling>
  898. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  899. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  900. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  901. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  902. <ConformanceMode>true</ConformanceMode>
  903. </ClCompile>
  904. <Link>
  905. <SubSystem>Windows</SubSystem>
  906. <GenerateDebugInformation>true</GenerateDebugInformation>
  907. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  908. <OptimizeReferences>true</OptimizeReferences>
  909. <ImportLibrary>..\..\..\bin\release\vs2022-win10-shared\x86\openmpt-opusenc.lib</ImportLibrary>
  910. </Link>
  911. </ItemDefinitionGroup>
  912. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|x64'">
  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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  917. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(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. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  926. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  927. <ConformanceMode>true</ConformanceMode>
  928. </ClCompile>
  929. <Link>
  930. <SubSystem>Windows</SubSystem>
  931. <GenerateDebugInformation>true</GenerateDebugInformation>
  932. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  933. <OptimizeReferences>true</OptimizeReferences>
  934. <ImportLibrary>..\..\..\bin\release\vs2022-win10-shared\amd64\openmpt-opusenc.lib</ImportLibrary>
  935. </Link>
  936. </ItemDefinitionGroup>
  937. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM'">
  938. <ClCompile>
  939. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  940. <WarningLevel>Level3</WarningLevel>
  941. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  942. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  943. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  944. <Optimization>MaxSpeed</Optimization>
  945. <FunctionLevelLinking>true</FunctionLevelLinking>
  946. <IntrinsicFunctions>true</IntrinsicFunctions>
  947. <MinimalRebuild>false</MinimalRebuild>
  948. <StringPooling>true</StringPooling>
  949. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  950. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  951. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  952. <ConformanceMode>true</ConformanceMode>
  953. </ClCompile>
  954. <Link>
  955. <SubSystem>Windows</SubSystem>
  956. <GenerateDebugInformation>true</GenerateDebugInformation>
  957. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  958. <OptimizeReferences>true</OptimizeReferences>
  959. <ImportLibrary>..\..\..\bin\release\vs2022-win10-shared\arm\openmpt-opusenc.lib</ImportLibrary>
  960. </Link>
  961. </ItemDefinitionGroup>
  962. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseShared|ARM64'">
  963. <ClCompile>
  964. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  965. <WarningLevel>Level3</WarningLevel>
  966. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  967. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  968. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  969. <Optimization>MaxSpeed</Optimization>
  970. <FunctionLevelLinking>true</FunctionLevelLinking>
  971. <IntrinsicFunctions>true</IntrinsicFunctions>
  972. <MinimalRebuild>false</MinimalRebuild>
  973. <StringPooling>true</StringPooling>
  974. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  975. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  976. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  977. <ConformanceMode>true</ConformanceMode>
  978. </ClCompile>
  979. <Link>
  980. <SubSystem>Windows</SubSystem>
  981. <GenerateDebugInformation>true</GenerateDebugInformation>
  982. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  983. <OptimizeReferences>true</OptimizeReferences>
  984. <ImportLibrary>..\..\..\bin\release\vs2022-win10-shared\arm64\openmpt-opusenc.lib</ImportLibrary>
  985. </Link>
  986. </ItemDefinitionGroup>
  987. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|Win32'">
  988. <ClCompile>
  989. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  990. <WarningLevel>Level3</WarningLevel>
  991. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  992. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  993. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  994. <Optimization>Full</Optimization>
  995. <FunctionLevelLinking>true</FunctionLevelLinking>
  996. <IntrinsicFunctions>true</IntrinsicFunctions>
  997. <MinimalRebuild>false</MinimalRebuild>
  998. <OmitFramePointers>false</OmitFramePointers>
  999. <StringPooling>true</StringPooling>
  1000. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1001. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  1002. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1003. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1004. <ConformanceMode>true</ConformanceMode>
  1005. </ClCompile>
  1006. <Link>
  1007. <SubSystem>Windows</SubSystem>
  1008. <GenerateDebugInformation>true</GenerateDebugInformation>
  1009. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1010. <OptimizeReferences>true</OptimizeReferences>
  1011. <ImportLibrary>..\..\..\bin\checked\vs2022-win10-shared\x86\openmpt-opusenc.lib</ImportLibrary>
  1012. </Link>
  1013. </ItemDefinitionGroup>
  1014. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|x64'">
  1015. <ClCompile>
  1016. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1017. <WarningLevel>Level3</WarningLevel>
  1018. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1019. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1020. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1021. <Optimization>Full</Optimization>
  1022. <FunctionLevelLinking>true</FunctionLevelLinking>
  1023. <IntrinsicFunctions>true</IntrinsicFunctions>
  1024. <MinimalRebuild>false</MinimalRebuild>
  1025. <OmitFramePointers>false</OmitFramePointers>
  1026. <StringPooling>true</StringPooling>
  1027. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1028. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1029. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1030. <ConformanceMode>true</ConformanceMode>
  1031. </ClCompile>
  1032. <Link>
  1033. <SubSystem>Windows</SubSystem>
  1034. <GenerateDebugInformation>true</GenerateDebugInformation>
  1035. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1036. <OptimizeReferences>true</OptimizeReferences>
  1037. <ImportLibrary>..\..\..\bin\checked\vs2022-win10-shared\amd64\openmpt-opusenc.lib</ImportLibrary>
  1038. </Link>
  1039. </ItemDefinitionGroup>
  1040. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM'">
  1041. <ClCompile>
  1042. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1043. <WarningLevel>Level3</WarningLevel>
  1044. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1045. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1046. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1047. <Optimization>Full</Optimization>
  1048. <FunctionLevelLinking>true</FunctionLevelLinking>
  1049. <IntrinsicFunctions>true</IntrinsicFunctions>
  1050. <MinimalRebuild>false</MinimalRebuild>
  1051. <OmitFramePointers>false</OmitFramePointers>
  1052. <StringPooling>true</StringPooling>
  1053. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1054. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1055. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1056. <ConformanceMode>true</ConformanceMode>
  1057. </ClCompile>
  1058. <Link>
  1059. <SubSystem>Windows</SubSystem>
  1060. <GenerateDebugInformation>true</GenerateDebugInformation>
  1061. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1062. <OptimizeReferences>true</OptimizeReferences>
  1063. <ImportLibrary>..\..\..\bin\checked\vs2022-win10-shared\arm\openmpt-opusenc.lib</ImportLibrary>
  1064. </Link>
  1065. </ItemDefinitionGroup>
  1066. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='CheckedShared|ARM64'">
  1067. <ClCompile>
  1068. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  1069. <WarningLevel>Level3</WarningLevel>
  1070. <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;HAVE_CONFIG_H;OUTSIDE_SPEEX;RANDOM_PREFIX=libopusenc;DLL_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  1071. <AdditionalIncludeDirectories>..\..\..\include\ogg\include;..\..\..\include\opus\include;..\..\..\include\opusenc\include;..\..\..\include\opusenc\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  1072. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  1073. <Optimization>Full</Optimization>
  1074. <FunctionLevelLinking>true</FunctionLevelLinking>
  1075. <IntrinsicFunctions>true</IntrinsicFunctions>
  1076. <MinimalRebuild>false</MinimalRebuild>
  1077. <OmitFramePointers>false</OmitFramePointers>
  1078. <StringPooling>true</StringPooling>
  1079. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  1080. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  1081. <AdditionalOptions>/wd4018 /wd4100 /wd4101 /wd4127 /wd4244 /wd4267 /wd4456 /wd4706 /wd6262 %(AdditionalOptions)</AdditionalOptions>
  1082. <ConformanceMode>true</ConformanceMode>
  1083. </ClCompile>
  1084. <Link>
  1085. <SubSystem>Windows</SubSystem>
  1086. <GenerateDebugInformation>true</GenerateDebugInformation>
  1087. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  1088. <OptimizeReferences>true</OptimizeReferences>
  1089. <ImportLibrary>..\..\..\bin\checked\vs2022-win10-shared\arm64\openmpt-opusenc.lib</ImportLibrary>
  1090. </Link>
  1091. </ItemDefinitionGroup>
  1092. <ItemGroup>
  1093. <ClInclude Include="..\..\..\include\opusenc\include\opusenc.h" />
  1094. <ClInclude Include="..\..\..\include\opusenc\src\arch.h" />
  1095. <ClInclude Include="..\..\..\include\opusenc\src\ogg_packer.h" />
  1096. <ClInclude Include="..\..\..\include\opusenc\src\opus_header.h" />
  1097. <ClInclude Include="..\..\..\include\opusenc\src\picture.h" />
  1098. <ClInclude Include="..\..\..\include\opusenc\src\resample_sse.h" />
  1099. <ClInclude Include="..\..\..\include\opusenc\src\speex_resampler.h" />
  1100. <ClInclude Include="..\..\..\include\opusenc\src\unicode_support.h" />
  1101. <ClInclude Include="..\..\..\include\opusenc\win32\config.h" />
  1102. <ClInclude Include="..\..\..\include\opusenc\win32\version.h" />
  1103. </ItemGroup>
  1104. <ItemGroup>
  1105. <ClCompile Include="..\..\..\include\opusenc\src\ogg_packer.c" />
  1106. <ClCompile Include="..\..\..\include\opusenc\src\opus_header.c" />
  1107. <ClCompile Include="..\..\..\include\opusenc\src\opusenc.c" />
  1108. <ClCompile Include="..\..\..\include\opusenc\src\picture.c" />
  1109. <ClCompile Include="..\..\..\include\opusenc\src\resample.c" />
  1110. <ClCompile Include="..\..\..\include\opusenc\src\unicode_support.c" />
  1111. </ItemGroup>
  1112. <ItemGroup>
  1113. <ProjectReference Include="ogg.vcxproj">
  1114. <Project>{D8D5E11C-F959-49EF-B741-B3F6DE52DED8}</Project>
  1115. </ProjectReference>
  1116. <ProjectReference Include="opus.vcxproj">
  1117. <Project>{9A2D9099-E1A2-4287-B845-E3598AD24D70}</Project>
  1118. </ProjectReference>
  1119. </ItemGroup>
  1120. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  1121. <ImportGroup Label="ExtensionTargets">
  1122. </ImportGroup>
  1123. </Project>