libyuv.vcxproj 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug-Dynamic|ARM">
  5. <Configuration>Debug-Dynamic</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug-Dynamic|ARM64">
  9. <Configuration>Debug-Dynamic</Configuration>
  10. <Platform>ARM64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug-Dynamic|Win32">
  13. <Configuration>Debug-Dynamic</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug-Dynamic|x64">
  17. <Configuration>Debug-Dynamic</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug-Static|ARM">
  21. <Configuration>Debug-Static</Configuration>
  22. <Platform>ARM</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Debug-Static|ARM64">
  25. <Configuration>Debug-Static</Configuration>
  26. <Platform>ARM64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug-Static|Win32">
  29. <Configuration>Debug-Static</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Debug-Static|x64">
  33. <Configuration>Debug-Static</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Debug|ARM">
  37. <Configuration>Debug</Configuration>
  38. <Platform>ARM</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Debug|ARM64">
  41. <Configuration>Debug</Configuration>
  42. <Platform>ARM64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Debug|Win32">
  45. <Configuration>Debug</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Debug|x64">
  49. <Configuration>Debug</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="Release-Dynamic|ARM">
  53. <Configuration>Release-Dynamic</Configuration>
  54. <Platform>ARM</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="Release-Dynamic|ARM64">
  57. <Configuration>Release-Dynamic</Configuration>
  58. <Platform>ARM64</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="Release-Dynamic|Win32">
  61. <Configuration>Release-Dynamic</Configuration>
  62. <Platform>Win32</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="Release-Dynamic|x64">
  65. <Configuration>Release-Dynamic</Configuration>
  66. <Platform>x64</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="Release-Static|ARM">
  69. <Configuration>Release-Static</Configuration>
  70. <Platform>ARM</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="Release-Static|ARM64">
  73. <Configuration>Release-Static</Configuration>
  74. <Platform>ARM64</Platform>
  75. </ProjectConfiguration>
  76. <ProjectConfiguration Include="Release-Static|Win32">
  77. <Configuration>Release-Static</Configuration>
  78. <Platform>Win32</Platform>
  79. </ProjectConfiguration>
  80. <ProjectConfiguration Include="Release-Static|x64">
  81. <Configuration>Release-Static</Configuration>
  82. <Platform>x64</Platform>
  83. </ProjectConfiguration>
  84. <ProjectConfiguration Include="Release|ARM">
  85. <Configuration>Release</Configuration>
  86. <Platform>ARM</Platform>
  87. </ProjectConfiguration>
  88. <ProjectConfiguration Include="Release|ARM64">
  89. <Configuration>Release</Configuration>
  90. <Platform>ARM64</Platform>
  91. </ProjectConfiguration>
  92. <ProjectConfiguration Include="Release|Win32">
  93. <Configuration>Release</Configuration>
  94. <Platform>Win32</Platform>
  95. </ProjectConfiguration>
  96. <ProjectConfiguration Include="Release|x64">
  97. <Configuration>Release</Configuration>
  98. <Platform>x64</Platform>
  99. </ProjectConfiguration>
  100. </ItemGroup>
  101. <!-- Import common config -->
  102. <Import Project="..\..\..\build\vs\pjproject-vs14-common-config.props" />
  103. <PropertyGroup Label="Globals">
  104. <ProjectGuid>{6AC9B65F-0862-4A5C-8A9D-141516993130}</ProjectGuid>
  105. <RootNamespace>libyuv</RootNamespace>
  106. <!-- Specific UWP property -->
  107. <DefaultLanguage>en-US</DefaultLanguage>
  108. </PropertyGroup>
  109. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="Configuration">
  111. <ConfigurationType>StaticLibrary</ConfigurationType>
  112. <PlatformToolset>v140</PlatformToolset>
  113. <UseOfMfc>false</UseOfMfc>
  114. <CharacterSet>MultiByte</CharacterSet>
  115. </PropertyGroup>
  116. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration">
  117. <ConfigurationType>StaticLibrary</ConfigurationType>
  118. <PlatformToolset>v140</PlatformToolset>
  119. <UseOfMfc>false</UseOfMfc>
  120. <CharacterSet>MultiByte</CharacterSet>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration">
  123. <ConfigurationType>StaticLibrary</ConfigurationType>
  124. <PlatformToolset>v140</PlatformToolset>
  125. <UseOfMfc>false</UseOfMfc>
  126. <CharacterSet>MultiByte</CharacterSet>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration">
  129. <ConfigurationType>StaticLibrary</ConfigurationType>
  130. <PlatformToolset>v140</PlatformToolset>
  131. <UseOfMfc>false</UseOfMfc>
  132. <CharacterSet>MultiByte</CharacterSet>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  135. <ConfigurationType>StaticLibrary</ConfigurationType>
  136. <PlatformToolset>v140</PlatformToolset>
  137. <UseOfMfc>false</UseOfMfc>
  138. <CharacterSet>MultiByte</CharacterSet>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  141. <ConfigurationType>StaticLibrary</ConfigurationType>
  142. <PlatformToolset>v140</PlatformToolset>
  143. <UseOfMfc>false</UseOfMfc>
  144. <CharacterSet>MultiByte</CharacterSet>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="Configuration">
  147. <ConfigurationType>StaticLibrary</ConfigurationType>
  148. <PlatformToolset>v140</PlatformToolset>
  149. <UseOfMfc>false</UseOfMfc>
  150. <CharacterSet>MultiByte</CharacterSet>
  151. </PropertyGroup>
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="Configuration">
  153. <ConfigurationType>StaticLibrary</ConfigurationType>
  154. <PlatformToolset>v140</PlatformToolset>
  155. <UseOfMfc>false</UseOfMfc>
  156. </PropertyGroup>
  157. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="Configuration">
  158. <ConfigurationType>StaticLibrary</ConfigurationType>
  159. <PlatformToolset>v140</PlatformToolset>
  160. <UseOfMfc>false</UseOfMfc>
  161. <CharacterSet>MultiByte</CharacterSet>
  162. </PropertyGroup>
  163. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="Configuration">
  164. <ConfigurationType>StaticLibrary</ConfigurationType>
  165. <PlatformToolset>v140</PlatformToolset>
  166. <UseOfMfc>false</UseOfMfc>
  167. <CharacterSet>MultiByte</CharacterSet>
  168. </PropertyGroup>
  169. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  170. <ConfigurationType>StaticLibrary</ConfigurationType>
  171. <PlatformToolset>v140</PlatformToolset>
  172. <UseOfMfc>false</UseOfMfc>
  173. <CharacterSet>MultiByte</CharacterSet>
  174. </PropertyGroup>
  175. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  176. <ConfigurationType>StaticLibrary</ConfigurationType>
  177. <PlatformToolset>v140</PlatformToolset>
  178. <UseOfMfc>false</UseOfMfc>
  179. <CharacterSet>MultiByte</CharacterSet>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration">
  182. <ConfigurationType>StaticLibrary</ConfigurationType>
  183. <PlatformToolset>v140</PlatformToolset>
  184. <UseOfMfc>false</UseOfMfc>
  185. <CharacterSet>MultiByte</CharacterSet>
  186. </PropertyGroup>
  187. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'" Label="Configuration">
  188. <ConfigurationType>StaticLibrary</ConfigurationType>
  189. <PlatformToolset>v140</PlatformToolset>
  190. <UseOfMfc>false</UseOfMfc>
  191. <CharacterSet>MultiByte</CharacterSet>
  192. </PropertyGroup>
  193. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="Configuration">
  194. <ConfigurationType>StaticLibrary</ConfigurationType>
  195. <PlatformToolset>v140</PlatformToolset>
  196. <UseOfMfc>false</UseOfMfc>
  197. <CharacterSet>MultiByte</CharacterSet>
  198. </PropertyGroup>
  199. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'" Label="Configuration">
  200. <ConfigurationType>StaticLibrary</ConfigurationType>
  201. <PlatformToolset>v140</PlatformToolset>
  202. <UseOfMfc>false</UseOfMfc>
  203. <CharacterSet>MultiByte</CharacterSet>
  204. </PropertyGroup>
  205. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="Configuration">
  206. <ConfigurationType>StaticLibrary</ConfigurationType>
  207. <PlatformToolset>v140</PlatformToolset>
  208. <UseOfMfc>false</UseOfMfc>
  209. <CharacterSet>MultiByte</CharacterSet>
  210. </PropertyGroup>
  211. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'" Label="Configuration">
  212. <ConfigurationType>StaticLibrary</ConfigurationType>
  213. <PlatformToolset>v140</PlatformToolset>
  214. <UseOfMfc>false</UseOfMfc>
  215. <CharacterSet>MultiByte</CharacterSet>
  216. </PropertyGroup>
  217. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="Configuration">
  218. <ConfigurationType>StaticLibrary</ConfigurationType>
  219. <PlatformToolset>v140</PlatformToolset>
  220. <UseOfMfc>false</UseOfMfc>
  221. <CharacterSet>MultiByte</CharacterSet>
  222. </PropertyGroup>
  223. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'" Label="Configuration">
  224. <ConfigurationType>StaticLibrary</ConfigurationType>
  225. <PlatformToolset>v140</PlatformToolset>
  226. <UseOfMfc>false</UseOfMfc>
  227. <CharacterSet>MultiByte</CharacterSet>
  228. </PropertyGroup>
  229. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  230. <ConfigurationType>StaticLibrary</ConfigurationType>
  231. <PlatformToolset>v140</PlatformToolset>
  232. <UseOfMfc>false</UseOfMfc>
  233. <CharacterSet>MultiByte</CharacterSet>
  234. </PropertyGroup>
  235. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  236. <ConfigurationType>StaticLibrary</ConfigurationType>
  237. <PlatformToolset>v140</PlatformToolset>
  238. <UseOfMfc>false</UseOfMfc>
  239. <CharacterSet>MultiByte</CharacterSet>
  240. </PropertyGroup>
  241. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  242. <ConfigurationType>StaticLibrary</ConfigurationType>
  243. <PlatformToolset>v140</PlatformToolset>
  244. <UseOfMfc>false</UseOfMfc>
  245. <CharacterSet>MultiByte</CharacterSet>
  246. </PropertyGroup>
  247. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  248. <ConfigurationType>StaticLibrary</ConfigurationType>
  249. <PlatformToolset>v140</PlatformToolset>
  250. <UseOfMfc>false</UseOfMfc>
  251. <CharacterSet>MultiByte</CharacterSet>
  252. </PropertyGroup>
  253. <!-- Override the PlatformToolset -->
  254. <PropertyGroup>
  255. <PlatformToolset>$(BuildToolset)</PlatformToolset>
  256. <CharacterSet Condition="'$(API_Family)'!='WinDesktop'">
  257. </CharacterSet>
  258. </PropertyGroup>
  259. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  260. <ImportGroup Label="ExtensionSettings">
  261. </ImportGroup>
  262. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="PropertySheets">
  263. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  264. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  265. <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  266. </ImportGroup>
  267. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets">
  268. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  269. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  270. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  271. </ImportGroup>
  272. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets">
  273. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  274. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  275. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  276. </ImportGroup>
  277. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets">
  278. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  279. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  280. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  281. </ImportGroup>
  282. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  283. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  284. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  285. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  286. </ImportGroup>
  287. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  288. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  289. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  290. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  291. </ImportGroup>
  292. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets">
  293. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  294. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  295. <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  296. </ImportGroup>
  297. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets">
  298. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  299. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  300. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  301. </ImportGroup>
  302. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets">
  303. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  304. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  305. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  306. </ImportGroup>
  307. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets">
  308. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  309. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  310. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  311. </ImportGroup>
  312. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  313. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  314. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  315. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  316. </ImportGroup>
  317. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  318. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  319. <Import Project="..\..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  320. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  321. </ImportGroup>
  322. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets">
  323. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  324. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  325. <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  326. </ImportGroup>
  327. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'" Label="PropertySheets">
  328. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  329. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  330. <Import Project="..\..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  331. </ImportGroup>
  332. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets">
  333. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  334. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  335. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  336. </ImportGroup>
  337. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'" Label="PropertySheets">
  338. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  339. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  340. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  341. </ImportGroup>
  342. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets">
  343. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  344. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  345. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  346. </ImportGroup>
  347. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'" Label="PropertySheets">
  348. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  349. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  350. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  351. </ImportGroup>
  352. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets">
  353. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  354. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  355. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  356. </ImportGroup>
  357. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'" Label="PropertySheets">
  358. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  359. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  360. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  361. </ImportGroup>
  362. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  363. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  364. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  365. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  366. </ImportGroup>
  367. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  368. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  369. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  370. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  371. </ImportGroup>
  372. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  373. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  374. <Import Project="..\..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  375. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  376. </ImportGroup>
  377. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  378. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  379. <Import Project="..\..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  380. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  381. </ImportGroup>
  382. <PropertyGroup Label="UserMacros" />
  383. <PropertyGroup>
  384. <_ProjectFileVersion>14.0.24730.2</_ProjectFileVersion>
  385. <OutDir>..\..\lib\</OutDir>
  386. </PropertyGroup>
  387. <!-- Compile and link option definition -->
  388. <ItemDefinitionGroup>
  389. <ClCompile>
  390. <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary>
  391. </ClCompile>
  392. </ItemDefinitionGroup>
  393. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  394. <ClCompile>
  395. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  396. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  397. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  398. <PrecompiledHeaderOutputFile />
  399. <SDLCheck>false</SDLCheck>
  400. </ClCompile>
  401. <Lib>
  402. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  403. </Lib>
  404. </ItemDefinitionGroup>
  405. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  406. <ClCompile>
  407. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  408. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  409. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  410. <PrecompiledHeaderOutputFile />
  411. </ClCompile>
  412. <Lib>
  413. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  414. </Lib>
  415. </ItemDefinitionGroup>
  416. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'">
  417. <ClCompile>
  418. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  419. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  420. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  421. <PrecompiledHeaderOutputFile />
  422. </ClCompile>
  423. <Lib>
  424. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  425. </Lib>
  426. </ItemDefinitionGroup>
  427. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'">
  428. <ClCompile>
  429. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  430. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  431. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  432. <PrecompiledHeaderOutputFile />
  433. </ClCompile>
  434. <Lib>
  435. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  436. </Lib>
  437. </ItemDefinitionGroup>
  438. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'">
  439. <ClCompile>
  440. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  441. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  442. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  443. <PrecompiledHeaderOutputFile />
  444. </ClCompile>
  445. <Lib>
  446. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  447. </Lib>
  448. </ItemDefinitionGroup>
  449. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'">
  450. <ClCompile>
  451. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  452. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  453. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  454. <PrecompiledHeaderOutputFile />
  455. </ClCompile>
  456. <Lib>
  457. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  458. </Lib>
  459. </ItemDefinitionGroup>
  460. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  461. <ClCompile>
  462. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  463. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  464. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  465. <PrecompiledHeaderOutputFile />
  466. <SDLCheck>false</SDLCheck>
  467. </ClCompile>
  468. <Lib>
  469. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  470. </Lib>
  471. </ItemDefinitionGroup>
  472. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  473. <ClCompile>
  474. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  475. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  476. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  477. <PrecompiledHeaderOutputFile />
  478. </ClCompile>
  479. <Lib>
  480. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  481. </Lib>
  482. </ItemDefinitionGroup>
  483. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'">
  484. <ClCompile>
  485. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  486. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  487. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  488. <PrecompiledHeaderOutputFile />
  489. </ClCompile>
  490. <Lib>
  491. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  492. </Lib>
  493. </ItemDefinitionGroup>
  494. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'">
  495. <ClCompile>
  496. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  497. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  498. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  499. <PrecompiledHeaderOutputFile />
  500. </ClCompile>
  501. <Lib>
  502. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  503. </Lib>
  504. </ItemDefinitionGroup>
  505. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'">
  506. <ClCompile>
  507. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  508. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  509. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  510. <PrecompiledHeaderOutputFile />
  511. </ClCompile>
  512. <Lib>
  513. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  514. </Lib>
  515. </ItemDefinitionGroup>
  516. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'">
  517. <ClCompile>
  518. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  519. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  520. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  521. <PrecompiledHeaderOutputFile />
  522. </ClCompile>
  523. <Lib>
  524. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  525. </Lib>
  526. </ItemDefinitionGroup>
  527. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  528. <Midl>
  529. <TargetEnvironment>X64</TargetEnvironment>
  530. </Midl>
  531. <ClCompile>
  532. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  533. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  534. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  535. <PrecompiledHeaderOutputFile />
  536. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  537. </ClCompile>
  538. <Lib>
  539. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  540. </Lib>
  541. </ItemDefinitionGroup>
  542. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  543. <Midl />
  544. <ClCompile>
  545. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  546. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  547. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  548. <PrecompiledHeaderOutputFile>
  549. </PrecompiledHeaderOutputFile>
  550. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  551. </ClCompile>
  552. <Lib>
  553. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  554. </Lib>
  555. </ItemDefinitionGroup>
  556. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  557. <Midl>
  558. <TargetEnvironment>X64</TargetEnvironment>
  559. </Midl>
  560. <ClCompile>
  561. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  562. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  563. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  564. <PrecompiledHeaderOutputFile />
  565. </ClCompile>
  566. <Lib>
  567. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  568. </Lib>
  569. </ItemDefinitionGroup>
  570. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  571. <Midl />
  572. <ClCompile>
  573. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  574. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  575. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  576. <PrecompiledHeaderOutputFile>
  577. </PrecompiledHeaderOutputFile>
  578. </ClCompile>
  579. <Lib>
  580. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  581. </Lib>
  582. </ItemDefinitionGroup>
  583. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'">
  584. <Midl>
  585. <TargetEnvironment>X64</TargetEnvironment>
  586. </Midl>
  587. <ClCompile>
  588. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  589. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  590. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  591. <PrecompiledHeaderOutputFile />
  592. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  593. </ClCompile>
  594. <Lib>
  595. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  596. </Lib>
  597. </ItemDefinitionGroup>
  598. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'">
  599. <Midl />
  600. <ClCompile>
  601. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  602. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  603. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  604. <PrecompiledHeaderOutputFile>
  605. </PrecompiledHeaderOutputFile>
  606. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  607. </ClCompile>
  608. <Lib>
  609. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  610. </Lib>
  611. </ItemDefinitionGroup>
  612. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'">
  613. <Midl>
  614. <TargetEnvironment>X64</TargetEnvironment>
  615. </Midl>
  616. <ClCompile>
  617. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  618. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  619. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  620. <PrecompiledHeaderOutputFile />
  621. </ClCompile>
  622. <Lib>
  623. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  624. </Lib>
  625. </ItemDefinitionGroup>
  626. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'">
  627. <Midl />
  628. <ClCompile>
  629. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  630. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  631. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  632. <PrecompiledHeaderOutputFile>
  633. </PrecompiledHeaderOutputFile>
  634. </ClCompile>
  635. <Lib>
  636. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  637. </Lib>
  638. </ItemDefinitionGroup>
  639. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'">
  640. <Midl>
  641. <TargetEnvironment>X64</TargetEnvironment>
  642. </Midl>
  643. <ClCompile>
  644. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  645. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  646. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  647. <PrecompiledHeaderOutputFile />
  648. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  649. </ClCompile>
  650. <Lib>
  651. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  652. </Lib>
  653. </ItemDefinitionGroup>
  654. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'">
  655. <Midl />
  656. <ClCompile>
  657. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  658. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  659. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  660. <PrecompiledHeaderOutputFile>
  661. </PrecompiledHeaderOutputFile>
  662. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  663. </ClCompile>
  664. <Lib>
  665. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  666. </Lib>
  667. </ItemDefinitionGroup>
  668. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'">
  669. <Midl>
  670. <TargetEnvironment>X64</TargetEnvironment>
  671. </Midl>
  672. <ClCompile>
  673. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  674. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  675. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  676. <PrecompiledHeaderOutputFile />
  677. </ClCompile>
  678. <Lib>
  679. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  680. </Lib>
  681. </ItemDefinitionGroup>
  682. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'">
  683. <Midl />
  684. <ClCompile>
  685. <AdditionalOptions>/wd4100 /wd4244 /wd4127 %(AdditionalOptions)</AdditionalOptions>
  686. <AdditionalIncludeDirectories>.;../../yuv/include;../../../pjlib/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  687. <PreprocessorDefinitions>_LIB;_WINDOWS;HAVE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  688. <PrecompiledHeaderOutputFile>
  689. </PrecompiledHeaderOutputFile>
  690. </ClCompile>
  691. <Lib>
  692. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  693. </Lib>
  694. </ItemDefinitionGroup>
  695. <ItemGroup>
  696. <ClCompile Include="..\..\yuv\source\compare.cc" />
  697. <ClCompile Include="..\..\yuv\source\compare_common.cc" />
  698. <ClCompile Include="..\..\yuv\source\compare_win.cc">
  699. <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Default</CompileAs>
  700. </ClCompile>
  701. <ClCompile Include="..\..\yuv\source\convert.cc" />
  702. <ClCompile Include="..\..\yuv\source\convert_argb.cc" />
  703. <ClCompile Include="..\..\yuv\source\convert_from.cc" />
  704. <ClCompile Include="..\..\yuv\source\convert_from_argb.cc" />
  705. <ClCompile Include="..\..\yuv\source\convert_jpeg.cc" />
  706. <ClCompile Include="..\..\yuv\source\convert_to_argb.cc" />
  707. <ClCompile Include="..\..\yuv\source\convert_to_i420.cc" />
  708. <ClCompile Include="..\..\yuv\source\cpu_id.cc" />
  709. <ClCompile Include="..\..\yuv\source\mjpeg_decoder.cc" />
  710. <ClCompile Include="..\..\yuv\source\mjpeg_validate.cc" />
  711. <ClCompile Include="..\..\yuv\source\planar_functions.cc" />
  712. <ClCompile Include="..\..\yuv\source\rotate.cc" />
  713. <ClCompile Include="..\..\yuv\source\rotate_any.cc" />
  714. <ClCompile Include="..\..\yuv\source\rotate_argb.cc" />
  715. <ClCompile Include="..\..\yuv\source\rotate_common.cc" />
  716. <ClCompile Include="..\..\yuv\source\rotate_win.cc" />
  717. <ClCompile Include="..\..\yuv\source\row_any.cc" />
  718. <ClCompile Include="..\..\yuv\source\row_common.cc" />
  719. <ClCompile Include="..\..\yuv\source\row_win.cc" />
  720. <ClCompile Include="..\..\yuv\source\scale.cc" />
  721. <ClCompile Include="..\..\yuv\source\scale_any.cc" />
  722. <ClCompile Include="..\..\yuv\source\scale_argb.cc" />
  723. <ClCompile Include="..\..\yuv\source\scale_common.cc" />
  724. <ClCompile Include="..\..\yuv\source\scale_win.cc" />
  725. <ClCompile Include="..\..\yuv\source\video_common.cc" />
  726. </ItemGroup>
  727. <ItemGroup>
  728. <ClInclude Include="..\..\yuv\include\libyuv.h" />
  729. </ItemGroup>
  730. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  731. <ImportGroup Label="ExtensionTargets">
  732. </ImportGroup>
  733. </Project>