libpjproject.vcxproj 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  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>{23D7679C-764C-4E02-8B29-BB882CEEEFE2}</ProjectGuid>
  105. <RootNamespace>libpjproject</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)'=='Release-Static|ARM'" 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)'=='Debug-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-Dynamic|ARM'" 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-Dynamic|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)'=='Release-Dynamic|ARM'" 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)'=='Debug-Static|Win32'" 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-Static|ARM'" Label="Configuration">
  153. <ConfigurationType>StaticLibrary</ConfigurationType>
  154. <PlatformToolset>v140</PlatformToolset>
  155. <UseOfMfc>false</UseOfMfc>
  156. <CharacterSet>MultiByte</CharacterSet>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  159. <ConfigurationType>StaticLibrary</ConfigurationType>
  160. <PlatformToolset>v140</PlatformToolset>
  161. <UseOfMfc>false</UseOfMfc>
  162. <CharacterSet>MultiByte</CharacterSet>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  165. <ConfigurationType>StaticLibrary</ConfigurationType>
  166. <PlatformToolset>v140</PlatformToolset>
  167. <UseOfMfc>false</UseOfMfc>
  168. <CharacterSet>MultiByte</CharacterSet>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  171. <ConfigurationType>StaticLibrary</ConfigurationType>
  172. <PlatformToolset>v140</PlatformToolset>
  173. <UseOfMfc>false</UseOfMfc>
  174. <CharacterSet>MultiByte</CharacterSet>
  175. </PropertyGroup>
  176. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  177. <ConfigurationType>StaticLibrary</ConfigurationType>
  178. <PlatformToolset>v140</PlatformToolset>
  179. <UseOfMfc>false</UseOfMfc>
  180. <CharacterSet>MultiByte</CharacterSet>
  181. </PropertyGroup>
  182. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration">
  183. <ConfigurationType>StaticLibrary</ConfigurationType>
  184. <PlatformToolset>v140</PlatformToolset>
  185. <UseOfMfc>false</UseOfMfc>
  186. <CharacterSet>MultiByte</CharacterSet>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'" Label="Configuration">
  189. <ConfigurationType>StaticLibrary</ConfigurationType>
  190. <PlatformToolset>v140</PlatformToolset>
  191. <UseOfMfc>false</UseOfMfc>
  192. <CharacterSet>MultiByte</CharacterSet>
  193. </PropertyGroup>
  194. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="Configuration">
  195. <ConfigurationType>StaticLibrary</ConfigurationType>
  196. <PlatformToolset>v140</PlatformToolset>
  197. <UseOfMfc>false</UseOfMfc>
  198. <CharacterSet>MultiByte</CharacterSet>
  199. </PropertyGroup>
  200. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'" Label="Configuration">
  201. <ConfigurationType>StaticLibrary</ConfigurationType>
  202. <PlatformToolset>v140</PlatformToolset>
  203. <UseOfMfc>false</UseOfMfc>
  204. <CharacterSet>MultiByte</CharacterSet>
  205. </PropertyGroup>
  206. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="Configuration">
  207. <ConfigurationType>StaticLibrary</ConfigurationType>
  208. <PlatformToolset>v140</PlatformToolset>
  209. <UseOfMfc>false</UseOfMfc>
  210. <CharacterSet>MultiByte</CharacterSet>
  211. </PropertyGroup>
  212. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'" Label="Configuration">
  213. <ConfigurationType>StaticLibrary</ConfigurationType>
  214. <PlatformToolset>v140</PlatformToolset>
  215. <UseOfMfc>false</UseOfMfc>
  216. <CharacterSet>MultiByte</CharacterSet>
  217. </PropertyGroup>
  218. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="Configuration">
  219. <ConfigurationType>StaticLibrary</ConfigurationType>
  220. <PlatformToolset>v140</PlatformToolset>
  221. <UseOfMfc>false</UseOfMfc>
  222. <CharacterSet>MultiByte</CharacterSet>
  223. </PropertyGroup>
  224. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'" Label="Configuration">
  225. <ConfigurationType>StaticLibrary</ConfigurationType>
  226. <PlatformToolset>v140</PlatformToolset>
  227. <UseOfMfc>false</UseOfMfc>
  228. <CharacterSet>MultiByte</CharacterSet>
  229. </PropertyGroup>
  230. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  231. <ConfigurationType>StaticLibrary</ConfigurationType>
  232. <PlatformToolset>v140</PlatformToolset>
  233. <UseOfMfc>false</UseOfMfc>
  234. <CharacterSet>MultiByte</CharacterSet>
  235. </PropertyGroup>
  236. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  237. <ConfigurationType>StaticLibrary</ConfigurationType>
  238. <PlatformToolset>v140</PlatformToolset>
  239. <UseOfMfc>false</UseOfMfc>
  240. <CharacterSet>MultiByte</CharacterSet>
  241. </PropertyGroup>
  242. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  243. <ConfigurationType>StaticLibrary</ConfigurationType>
  244. <PlatformToolset>v140</PlatformToolset>
  245. <UseOfMfc>false</UseOfMfc>
  246. <CharacterSet>MultiByte</CharacterSet>
  247. </PropertyGroup>
  248. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  249. <ConfigurationType>StaticLibrary</ConfigurationType>
  250. <PlatformToolset>v140</PlatformToolset>
  251. <UseOfMfc>false</UseOfMfc>
  252. <CharacterSet>MultiByte</CharacterSet>
  253. </PropertyGroup>
  254. <!-- Override the PlatformToolset -->
  255. <PropertyGroup>
  256. <PlatformToolset>$(BuildToolset)</PlatformToolset>
  257. <CharacterSet Condition="'$(API_Family)'!='WinDesktop'">
  258. </CharacterSet>
  259. </PropertyGroup>
  260. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  261. <ImportGroup Label="ExtensionSettings">
  262. </ImportGroup>
  263. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="PropertySheets">
  264. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  265. <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  266. <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  267. </ImportGroup>
  268. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'" Label="PropertySheets">
  269. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  270. <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" />
  271. <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  272. </ImportGroup>
  273. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets">
  274. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  275. <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  276. <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  277. </ImportGroup>
  278. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'" Label="PropertySheets">
  279. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  280. <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" />
  281. <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  282. </ImportGroup>
  283. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets">
  284. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  285. <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  286. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  287. </ImportGroup>
  288. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'" Label="PropertySheets">
  289. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  290. <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" />
  291. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  292. </ImportGroup>
  293. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets">
  294. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  295. <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  296. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  297. </ImportGroup>
  298. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'" Label="PropertySheets">
  299. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  300. <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" />
  301. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  302. </ImportGroup>
  303. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  304. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  305. <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  306. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  307. </ImportGroup>
  308. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  309. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  310. <Import Project="..\..\build\vs\pjproject-vs14-arm-release-defaults.props" />
  311. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  312. </ImportGroup>
  313. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  314. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  315. <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  316. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  317. </ImportGroup>
  318. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  319. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  320. <Import Project="..\..\build\vs\pjproject-vs14-arm-common-defaults.props" />
  321. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  322. </ImportGroup>
  323. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets">
  324. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  325. <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  326. <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  327. </ImportGroup>
  328. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'" Label="PropertySheets">
  329. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  330. <Import Project="..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  331. <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  332. </ImportGroup>
  333. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets">
  334. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  335. <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  336. <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  337. </ImportGroup>
  338. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'" Label="PropertySheets">
  339. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  340. <Import Project="..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  341. <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  342. </ImportGroup>
  343. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets">
  344. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  345. <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  346. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  347. </ImportGroup>
  348. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'" Label="PropertySheets">
  349. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  350. <Import Project="..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  351. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  352. </ImportGroup>
  353. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets">
  354. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  355. <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  356. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  357. </ImportGroup>
  358. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'" Label="PropertySheets">
  359. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  360. <Import Project="..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  361. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  362. </ImportGroup>
  363. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  364. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  365. <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  366. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  367. </ImportGroup>
  368. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
  369. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  370. <Import Project="..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  371. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  372. </ImportGroup>
  373. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  374. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  375. <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  376. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  377. </ImportGroup>
  378. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
  379. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  380. <Import Project="..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  381. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  382. </ImportGroup>
  383. <PropertyGroup Label="UserMacros" />
  384. <PropertyGroup>
  385. <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion>
  386. <OutDir>..\..\lib\</OutDir>
  387. </PropertyGroup>
  388. <!-- Compile and link option definition -->
  389. <ItemDefinitionGroup>
  390. <ClCompile>
  391. <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary>
  392. </ClCompile>
  393. </ItemDefinitionGroup>
  394. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  395. <ClCompile>
  396. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  397. <PrecompiledHeaderOutputFile />
  398. </ClCompile>
  399. <ProjectReference>
  400. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  401. </ProjectReference>
  402. <Lib>
  403. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  404. </Lib>
  405. </ItemDefinitionGroup>
  406. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  407. <ClCompile>
  408. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  409. <PrecompiledHeaderOutputFile>
  410. </PrecompiledHeaderOutputFile>
  411. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  412. </ClCompile>
  413. <ProjectReference>
  414. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  415. </ProjectReference>
  416. <Lib>
  417. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  418. <AdditionalOptions>/ignore:4264 </AdditionalOptions>
  419. </Lib>
  420. </ItemDefinitionGroup>
  421. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  422. <Midl>
  423. <TargetEnvironment>X64</TargetEnvironment>
  424. </Midl>
  425. <ClCompile>
  426. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  427. <PrecompiledHeaderOutputFile />
  428. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  429. </ClCompile>
  430. <ProjectReference>
  431. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  432. </ProjectReference>
  433. <Lib>
  434. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  435. </Lib>
  436. </ItemDefinitionGroup>
  437. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  438. <Midl />
  439. <ClCompile>
  440. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  441. <PrecompiledHeaderOutputFile>
  442. </PrecompiledHeaderOutputFile>
  443. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  444. </ClCompile>
  445. <ProjectReference>
  446. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  447. </ProjectReference>
  448. <Lib>
  449. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  450. </Lib>
  451. </ItemDefinitionGroup>
  452. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  453. <ClCompile>
  454. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  455. <PrecompiledHeaderOutputFile />
  456. </ClCompile>
  457. <ProjectReference>
  458. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  459. </ProjectReference>
  460. <Lib>
  461. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  462. </Lib>
  463. </ItemDefinitionGroup>
  464. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  465. <ClCompile>
  466. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  467. <PrecompiledHeaderOutputFile>
  468. </PrecompiledHeaderOutputFile>
  469. </ClCompile>
  470. <ProjectReference>
  471. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  472. </ProjectReference>
  473. <Lib>
  474. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  475. <AdditionalOptions>/ignore:4264 </AdditionalOptions>
  476. </Lib>
  477. </ItemDefinitionGroup>
  478. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  479. <Midl>
  480. <TargetEnvironment>X64</TargetEnvironment>
  481. </Midl>
  482. <ClCompile>
  483. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  484. <PrecompiledHeaderOutputFile />
  485. </ClCompile>
  486. <ProjectReference>
  487. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  488. </ProjectReference>
  489. <Lib>
  490. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  491. </Lib>
  492. </ItemDefinitionGroup>
  493. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  494. <Midl />
  495. <ClCompile>
  496. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  497. <PrecompiledHeaderOutputFile>
  498. </PrecompiledHeaderOutputFile>
  499. </ClCompile>
  500. <ProjectReference>
  501. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  502. </ProjectReference>
  503. <Lib>
  504. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  505. </Lib>
  506. </ItemDefinitionGroup>
  507. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'">
  508. <ClCompile>
  509. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  510. <PrecompiledHeaderOutputFile />
  511. </ClCompile>
  512. <ProjectReference>
  513. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  514. </ProjectReference>
  515. <Lib>
  516. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  517. </Lib>
  518. </ItemDefinitionGroup>
  519. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'">
  520. <ClCompile>
  521. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  522. <PrecompiledHeaderOutputFile>
  523. </PrecompiledHeaderOutputFile>
  524. </ClCompile>
  525. <ProjectReference>
  526. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  527. </ProjectReference>
  528. <Lib>
  529. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  530. <AdditionalOptions>/ignore:4264 </AdditionalOptions>
  531. </Lib>
  532. </ItemDefinitionGroup>
  533. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'">
  534. <Midl>
  535. <TargetEnvironment>X64</TargetEnvironment>
  536. </Midl>
  537. <ClCompile>
  538. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  539. <PrecompiledHeaderOutputFile />
  540. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  541. </ClCompile>
  542. <ProjectReference>
  543. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  544. </ProjectReference>
  545. <Lib>
  546. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  547. </Lib>
  548. </ItemDefinitionGroup>
  549. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'">
  550. <Midl />
  551. <ClCompile>
  552. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  553. <PrecompiledHeaderOutputFile>
  554. </PrecompiledHeaderOutputFile>
  555. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  556. </ClCompile>
  557. <ProjectReference>
  558. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  559. </ProjectReference>
  560. <Lib>
  561. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  562. </Lib>
  563. </ItemDefinitionGroup>
  564. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'">
  565. <ClCompile>
  566. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  567. <PrecompiledHeaderOutputFile />
  568. </ClCompile>
  569. <ProjectReference>
  570. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  571. </ProjectReference>
  572. <Lib>
  573. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  574. </Lib>
  575. </ItemDefinitionGroup>
  576. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'">
  577. <ClCompile>
  578. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  579. <PrecompiledHeaderOutputFile>
  580. </PrecompiledHeaderOutputFile>
  581. </ClCompile>
  582. <ProjectReference>
  583. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  584. </ProjectReference>
  585. <Lib>
  586. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  587. <AdditionalOptions>/ignore:4264 </AdditionalOptions>
  588. </Lib>
  589. </ItemDefinitionGroup>
  590. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'">
  591. <Midl>
  592. <TargetEnvironment>X64</TargetEnvironment>
  593. </Midl>
  594. <ClCompile>
  595. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  596. <PrecompiledHeaderOutputFile />
  597. </ClCompile>
  598. <ProjectReference>
  599. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  600. </ProjectReference>
  601. <Lib>
  602. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  603. </Lib>
  604. </ItemDefinitionGroup>
  605. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'">
  606. <Midl />
  607. <ClCompile>
  608. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  609. <PrecompiledHeaderOutputFile>
  610. </PrecompiledHeaderOutputFile>
  611. </ClCompile>
  612. <ProjectReference>
  613. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  614. </ProjectReference>
  615. <Lib>
  616. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  617. </Lib>
  618. </ItemDefinitionGroup>
  619. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'">
  620. <ClCompile>
  621. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  622. <PrecompiledHeaderOutputFile />
  623. </ClCompile>
  624. <ProjectReference>
  625. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  626. </ProjectReference>
  627. <Lib>
  628. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  629. </Lib>
  630. </ItemDefinitionGroup>
  631. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'">
  632. <ClCompile>
  633. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  634. <PrecompiledHeaderOutputFile>
  635. </PrecompiledHeaderOutputFile>
  636. </ClCompile>
  637. <ProjectReference>
  638. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  639. </ProjectReference>
  640. <Lib>
  641. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  642. <AdditionalOptions>/ignore:4264 </AdditionalOptions>
  643. </Lib>
  644. </ItemDefinitionGroup>
  645. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'">
  646. <Midl>
  647. <TargetEnvironment>X64</TargetEnvironment>
  648. </Midl>
  649. <ClCompile>
  650. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  651. <PrecompiledHeaderOutputFile />
  652. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  653. </ClCompile>
  654. <ProjectReference>
  655. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  656. </ProjectReference>
  657. <Lib>
  658. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  659. </Lib>
  660. </ItemDefinitionGroup>
  661. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'">
  662. <Midl />
  663. <ClCompile>
  664. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  665. <PrecompiledHeaderOutputFile>
  666. </PrecompiledHeaderOutputFile>
  667. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  668. </ClCompile>
  669. <ProjectReference>
  670. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  671. </ProjectReference>
  672. <Lib>
  673. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  674. </Lib>
  675. </ItemDefinitionGroup>
  676. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'">
  677. <ClCompile>
  678. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  679. <PrecompiledHeaderOutputFile />
  680. </ClCompile>
  681. <ProjectReference>
  682. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  683. </ProjectReference>
  684. <Lib>
  685. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  686. </Lib>
  687. </ItemDefinitionGroup>
  688. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'">
  689. <ClCompile>
  690. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  691. <PrecompiledHeaderOutputFile>
  692. </PrecompiledHeaderOutputFile>
  693. </ClCompile>
  694. <ProjectReference>
  695. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  696. </ProjectReference>
  697. <Lib>
  698. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  699. <AdditionalOptions>/ignore:4264 </AdditionalOptions>
  700. </Lib>
  701. </ItemDefinitionGroup>
  702. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'">
  703. <Midl>
  704. <TargetEnvironment>X64</TargetEnvironment>
  705. </Midl>
  706. <ClCompile>
  707. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  708. <PrecompiledHeaderOutputFile />
  709. </ClCompile>
  710. <ProjectReference>
  711. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  712. </ProjectReference>
  713. <Lib>
  714. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  715. </Lib>
  716. </ItemDefinitionGroup>
  717. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'">
  718. <Midl />
  719. <ClCompile>
  720. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  721. <PrecompiledHeaderOutputFile>
  722. </PrecompiledHeaderOutputFile>
  723. </ClCompile>
  724. <ProjectReference>
  725. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  726. </ProjectReference>
  727. <Lib>
  728. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  729. </Lib>
  730. </ItemDefinitionGroup>
  731. <ItemGroup>
  732. <ClCompile Include="dummy.c" />
  733. </ItemGroup>
  734. <ItemGroup>
  735. <ProjectReference Include="..\..\pjlib-util\build\pjlib_util.vcxproj">
  736. <Project>{fe07f272-ae7f-4549-9e9f-ef9b80cb1693}</Project>
  737. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  738. </ProjectReference>
  739. <ProjectReference Include="..\..\pjlib\build\pjlib.vcxproj">
  740. <Project>{da0e03ed-53a7-4050-8a85-90541c5509f8}</Project>
  741. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  742. </ProjectReference>
  743. <ProjectReference Include="..\..\pjmedia\build\pjmedia.vcxproj">
  744. <Project>{7fde3880-a4ab-49e3-b439-ebef0a0c7a65}</Project>
  745. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  746. </ProjectReference>
  747. <ProjectReference Include="..\..\pjmedia\build\pjmedia_audiodev.vcxproj">
  748. <Project>{4281ca5e-1d48-45d4-a991-2718a454b4ba}</Project>
  749. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  750. </ProjectReference>
  751. <ProjectReference Include="..\..\pjmedia\build\pjmedia_codec.vcxproj">
  752. <Project>{855dc8c0-d3e9-4a2e-ae47-116605a7bc9b}</Project>
  753. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  754. </ProjectReference>
  755. <ProjectReference Include="..\..\pjmedia\build\pjmedia_videodev.vcxproj">
  756. <Project>{a1989ff3-9894-40f4-b5a6-6ea364476e45}</Project>
  757. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  758. </ProjectReference>
  759. <ProjectReference Include="..\..\pjnath\build\pjnath.vcxproj">
  760. <Project>{a5d9aa24-08ed-48b9-bd65-f0a25e96bfc4}</Project>
  761. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  762. </ProjectReference>
  763. <ProjectReference Include="..\..\pjsip\build\pjsip_core.vcxproj">
  764. <Project>{2bb84911-c1b4-4747-b93d-36aa82cc5031}</Project>
  765. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  766. </ProjectReference>
  767. <ProjectReference Include="..\..\pjsip\build\pjsip_simple.vcxproj">
  768. <Project>{4b5945cd-0cb3-49aa-a7ff-7612d93f82c0}</Project>
  769. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  770. </ProjectReference>
  771. <ProjectReference Include="..\..\pjsip\build\pjsip_ua.vcxproj">
  772. <Project>{b8719fd5-e8a6-4a36-943c-891d07f5dd21}</Project>
  773. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  774. </ProjectReference>
  775. <ProjectReference Include="..\..\pjsip\build\pjsua2_lib.vcxproj">
  776. <Project>{b82cdd25-6903-430e-bd38-d8129a2015c1}</Project>
  777. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  778. </ProjectReference>
  779. <ProjectReference Include="..\..\pjsip\build\pjsua_lib.vcxproj">
  780. <Project>{9ca0fdfb-2172-41fc-b7f1-5ce915edcb37}</Project>
  781. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  782. </ProjectReference>
  783. <ProjectReference Include="..\..\third_party\build\baseclasses\libbaseclasses.vcxproj">
  784. <Project>{e8a3f6fa-ae1c-4c8e-a0b6-9c8480324eaa}</Project>
  785. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  786. </ProjectReference>
  787. <ProjectReference Include="..\..\third_party\build\g7221\libg7221codec.vcxproj">
  788. <Project>{2a3f241e-682c-47e1-9543-dc28708b406a}</Project>
  789. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  790. </ProjectReference>
  791. <ProjectReference Include="..\..\third_party\build\gsm\libgsmcodec.vcxproj">
  792. <Project>{e53aa5ff-b737-40aa-bd13-387efa99023d}</Project>
  793. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  794. </ProjectReference>
  795. <ProjectReference Include="..\..\third_party\build\ilbc\libilbccodec.vcxproj">
  796. <Project>{b5fe16f8-3edb-4110-bd80-b4238cc01e8d}</Project>
  797. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  798. </ProjectReference>
  799. <ProjectReference Include="..\..\third_party\build\milenage\libmilenage.vcxproj">
  800. <Project>{4bf51c21-5a30-423b-82fe-1ed410e5769d}</Project>
  801. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  802. </ProjectReference>
  803. <ProjectReference Include="..\..\third_party\build\resample\libresample.vcxproj">
  804. <Project>{6794b975-4e84-4f49-b2dc-c31f2224e03e}</Project>
  805. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  806. </ProjectReference>
  807. <ProjectReference Include="..\..\third_party\build\speex\libspeex.vcxproj">
  808. <Project>{4b059dba-cd9c-4d0f-be8c-ffb4efd498e9}</Project>
  809. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  810. </ProjectReference>
  811. <ProjectReference Include="..\..\third_party\build\srtp\libsrtp.vcxproj">
  812. <Project>{f0dbaa03-1ba3-4e3b-a2ca-727e3d3ab858}</Project>
  813. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  814. </ProjectReference>
  815. <ProjectReference Include="..\..\third_party\build\webrtc\libwebrtc.vcxproj">
  816. <Project>{5BCF2773-3825-4D91-9D72-3E2F650DF1DB}</Project>
  817. </ProjectReference>
  818. <ProjectReference Include="..\..\third_party\build\yuv\libyuv.vcxproj">
  819. <Project>{6ac9b65f-0862-4a5c-8a9d-141516993130}</Project>
  820. </ProjectReference>
  821. </ItemGroup>
  822. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  823. <ImportGroup Label="ExtensionTargets">
  824. </ImportGroup>
  825. </Project>