libgsmcodec.vcxproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  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>{E53AA5FF-B737-40AA-BD13-387EFA99023D}</ProjectGuid>
  105. <RootNamespace>libgsmcodec</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)'=='Release-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-release-defaults.props" />
  276. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  277. </ImportGroup>
  278. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-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-release-defaults.props" />
  281. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  282. </ImportGroup>
  283. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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-common-defaults.props" />
  286. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  287. </ImportGroup>
  288. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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-common-defaults.props" />
  291. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  292. </ImportGroup>
  293. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|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-dynamic-defaults.props" />
  297. </ImportGroup>
  298. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|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-dynamic-defaults.props" />
  302. </ImportGroup>
  303. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|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-common-defaults.props" />
  306. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  307. </ImportGroup>
  308. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|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-common-defaults.props" />
  311. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  312. </ImportGroup>
  313. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-release-defaults.props" />
  316. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  317. </ImportGroup>
  318. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-release-defaults.props" />
  321. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-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)'=='Release-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-release-defaults.props" />
  336. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  337. </ImportGroup>
  338. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-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-release-defaults.props" />
  341. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  342. </ImportGroup>
  343. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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-common-defaults.props" />
  346. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  347. </ImportGroup>
  348. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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-common-defaults.props" />
  351. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  352. </ImportGroup>
  353. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|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-dynamic-defaults.props" />
  357. </ImportGroup>
  358. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|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-dynamic-defaults.props" />
  362. </ImportGroup>
  363. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|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-common-defaults.props" />
  366. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  367. </ImportGroup>
  368. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|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-common-defaults.props" />
  371. <Import Project="..\..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  372. </ImportGroup>
  373. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-release-defaults.props" />
  376. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  377. </ImportGroup>
  378. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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-release-defaults.props" />
  381. <Import Project="..\..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  382. </ImportGroup>
  383. <PropertyGroup Label="UserMacros" />
  384. <!-- Compile and link option definition -->
  385. <ItemDefinitionGroup>
  386. <ClCompile>
  387. <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary>
  388. </ClCompile>
  389. </ItemDefinitionGroup>
  390. <PropertyGroup>
  391. <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion>
  392. <OutDir>..\..\lib\</OutDir>
  393. </PropertyGroup>
  394. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  395. <ClCompile>
  396. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  397. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  398. <PrecompiledHeaderOutputFile />
  399. <WarningLevel>Level3</WarningLevel>
  400. </ClCompile>
  401. <Lib>
  402. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  403. </Lib>
  404. </ItemDefinitionGroup>
  405. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  406. <ClCompile>
  407. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  408. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  409. <PrecompiledHeaderOutputFile>
  410. </PrecompiledHeaderOutputFile>
  411. <WarningLevel>Level3</WarningLevel>
  412. </ClCompile>
  413. <Lib>
  414. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  415. </Lib>
  416. </ItemDefinitionGroup>
  417. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  418. <Midl>
  419. <TargetEnvironment>X64</TargetEnvironment>
  420. </Midl>
  421. <ClCompile>
  422. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  423. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  424. <PrecompiledHeaderOutputFile />
  425. <WarningLevel>Level3</WarningLevel>
  426. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  427. </ClCompile>
  428. <Lib>
  429. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  430. </Lib>
  431. </ItemDefinitionGroup>
  432. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  433. <Midl />
  434. <ClCompile>
  435. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  436. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  437. <PrecompiledHeaderOutputFile>
  438. </PrecompiledHeaderOutputFile>
  439. <WarningLevel>Level3</WarningLevel>
  440. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  441. </ClCompile>
  442. <Lib>
  443. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  444. </Lib>
  445. </ItemDefinitionGroup>
  446. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  447. <ClCompile>
  448. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  449. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  450. <PrecompiledHeaderOutputFile />
  451. <WarningLevel>Level3</WarningLevel>
  452. </ClCompile>
  453. <Lib>
  454. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  455. </Lib>
  456. </ItemDefinitionGroup>
  457. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  458. <ClCompile>
  459. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  460. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  461. <PrecompiledHeaderOutputFile>
  462. </PrecompiledHeaderOutputFile>
  463. <WarningLevel>Level3</WarningLevel>
  464. </ClCompile>
  465. <Lib>
  466. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  467. </Lib>
  468. </ItemDefinitionGroup>
  469. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  470. <Midl>
  471. <TargetEnvironment>X64</TargetEnvironment>
  472. </Midl>
  473. <ClCompile>
  474. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  475. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  476. <PrecompiledHeaderOutputFile />
  477. <WarningLevel>Level3</WarningLevel>
  478. </ClCompile>
  479. <Lib>
  480. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  481. </Lib>
  482. </ItemDefinitionGroup>
  483. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  484. <Midl />
  485. <ClCompile>
  486. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  487. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  488. <PrecompiledHeaderOutputFile>
  489. </PrecompiledHeaderOutputFile>
  490. <WarningLevel>Level3</WarningLevel>
  491. </ClCompile>
  492. <Lib>
  493. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  494. </Lib>
  495. </ItemDefinitionGroup>
  496. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'">
  497. <ClCompile>
  498. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  499. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  500. <PrecompiledHeaderOutputFile />
  501. <WarningLevel>Level3</WarningLevel>
  502. </ClCompile>
  503. <Lib>
  504. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  505. </Lib>
  506. </ItemDefinitionGroup>
  507. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM'">
  508. <ClCompile>
  509. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  510. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  511. <PrecompiledHeaderOutputFile>
  512. </PrecompiledHeaderOutputFile>
  513. <WarningLevel>Level3</WarningLevel>
  514. </ClCompile>
  515. <Lib>
  516. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  517. </Lib>
  518. </ItemDefinitionGroup>
  519. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'">
  520. <Midl>
  521. <TargetEnvironment>X64</TargetEnvironment>
  522. </Midl>
  523. <ClCompile>
  524. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  525. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  526. <PrecompiledHeaderOutputFile />
  527. <WarningLevel>Level3</WarningLevel>
  528. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  529. </ClCompile>
  530. <Lib>
  531. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  532. </Lib>
  533. </ItemDefinitionGroup>
  534. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'">
  535. <Midl />
  536. <ClCompile>
  537. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  538. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  539. <PrecompiledHeaderOutputFile>
  540. </PrecompiledHeaderOutputFile>
  541. <WarningLevel>Level3</WarningLevel>
  542. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  543. </ClCompile>
  544. <Lib>
  545. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  546. </Lib>
  547. </ItemDefinitionGroup>
  548. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'">
  549. <ClCompile>
  550. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  551. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  552. <PrecompiledHeaderOutputFile />
  553. <WarningLevel>Level3</WarningLevel>
  554. </ClCompile>
  555. <Lib>
  556. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  557. </Lib>
  558. </ItemDefinitionGroup>
  559. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM'">
  560. <ClCompile>
  561. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  562. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  563. <PrecompiledHeaderOutputFile>
  564. </PrecompiledHeaderOutputFile>
  565. <WarningLevel>Level3</WarningLevel>
  566. </ClCompile>
  567. <Lib>
  568. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  569. </Lib>
  570. </ItemDefinitionGroup>
  571. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'">
  572. <Midl>
  573. <TargetEnvironment>X64</TargetEnvironment>
  574. </Midl>
  575. <ClCompile>
  576. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  577. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  578. <PrecompiledHeaderOutputFile />
  579. <WarningLevel>Level3</WarningLevel>
  580. </ClCompile>
  581. <Lib>
  582. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  583. </Lib>
  584. </ItemDefinitionGroup>
  585. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'">
  586. <Midl />
  587. <ClCompile>
  588. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  589. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  590. <PrecompiledHeaderOutputFile>
  591. </PrecompiledHeaderOutputFile>
  592. <WarningLevel>Level3</WarningLevel>
  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-Dynamic|Win32'">
  599. <ClCompile>
  600. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  601. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  602. <PrecompiledHeaderOutputFile />
  603. <WarningLevel>Level3</WarningLevel>
  604. </ClCompile>
  605. <Lib>
  606. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  607. </Lib>
  608. </ItemDefinitionGroup>
  609. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM'">
  610. <ClCompile>
  611. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  612. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  613. <PrecompiledHeaderOutputFile>
  614. </PrecompiledHeaderOutputFile>
  615. <WarningLevel>Level3</WarningLevel>
  616. </ClCompile>
  617. <Lib>
  618. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  619. </Lib>
  620. </ItemDefinitionGroup>
  621. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'">
  622. <Midl>
  623. <TargetEnvironment>X64</TargetEnvironment>
  624. </Midl>
  625. <ClCompile>
  626. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  627. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  628. <PrecompiledHeaderOutputFile />
  629. <WarningLevel>Level3</WarningLevel>
  630. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  631. </ClCompile>
  632. <Lib>
  633. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  634. </Lib>
  635. </ItemDefinitionGroup>
  636. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'">
  637. <Midl />
  638. <ClCompile>
  639. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  640. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  641. <PrecompiledHeaderOutputFile>
  642. </PrecompiledHeaderOutputFile>
  643. <WarningLevel>Level3</WarningLevel>
  644. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  645. </ClCompile>
  646. <Lib>
  647. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  648. </Lib>
  649. </ItemDefinitionGroup>
  650. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'">
  651. <ClCompile>
  652. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  653. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  654. <PrecompiledHeaderOutputFile />
  655. <WarningLevel>Level3</WarningLevel>
  656. </ClCompile>
  657. <Lib>
  658. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  659. </Lib>
  660. </ItemDefinitionGroup>
  661. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM'">
  662. <ClCompile>
  663. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  664. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  665. <PrecompiledHeaderOutputFile>
  666. </PrecompiledHeaderOutputFile>
  667. <WarningLevel>Level3</WarningLevel>
  668. </ClCompile>
  669. <Lib>
  670. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  671. </Lib>
  672. </ItemDefinitionGroup>
  673. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'">
  674. <Midl>
  675. <TargetEnvironment>X64</TargetEnvironment>
  676. </Midl>
  677. <ClCompile>
  678. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  679. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  680. <PrecompiledHeaderOutputFile />
  681. <WarningLevel>Level3</WarningLevel>
  682. </ClCompile>
  683. <Lib>
  684. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  685. </Lib>
  686. </ItemDefinitionGroup>
  687. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'">
  688. <Midl />
  689. <ClCompile>
  690. <AdditionalIncludeDirectories>.;../../gsm/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  691. <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  692. <PrecompiledHeaderOutputFile>
  693. </PrecompiledHeaderOutputFile>
  694. <WarningLevel>Level3</WarningLevel>
  695. </ClCompile>
  696. <Lib>
  697. <OutputFile>..\..\lib\$(ProjectName)-$(TargetCPU)-$(Platform)-vc$(VSVer)-$(Configuration).lib</OutputFile>
  698. </Lib>
  699. </ItemDefinitionGroup>
  700. <ItemGroup>
  701. <ClCompile Include="..\..\gsm\src\add.c" />
  702. <ClCompile Include="..\..\gsm\src\code.c" />
  703. <ClCompile Include="..\..\gsm\src\debug.c" />
  704. <ClCompile Include="..\..\gsm\src\decode.c" />
  705. <ClCompile Include="..\..\gsm\src\gsm_create.c" />
  706. <ClCompile Include="..\..\gsm\src\gsm_decode.c" />
  707. <ClCompile Include="..\..\gsm\src\gsm_destroy.c" />
  708. <ClCompile Include="..\..\gsm\src\gsm_encode.c" />
  709. <ClCompile Include="..\..\gsm\src\gsm_explode.c" />
  710. <ClCompile Include="..\..\gsm\src\gsm_implode.c" />
  711. <ClCompile Include="..\..\gsm\src\gsm_option.c" />
  712. <ClCompile Include="..\..\gsm\src\gsm_print.c" />
  713. <ClCompile Include="..\..\gsm\src\long_term.c" />
  714. <ClCompile Include="..\..\gsm\src\lpc.c" />
  715. <ClCompile Include="..\..\gsm\src\preprocess.c" />
  716. <ClCompile Include="..\..\gsm\src\rpe.c" />
  717. <ClCompile Include="..\..\gsm\src\short_term.c" />
  718. <ClCompile Include="..\..\gsm\src\table.c" />
  719. </ItemGroup>
  720. <ItemGroup>
  721. <ClInclude Include="..\..\gsm\inc\config.h" />
  722. <ClInclude Include="..\..\gsm\inc\gsm.h" />
  723. <ClInclude Include="..\..\gsm\inc\private.h" />
  724. <ClInclude Include="..\..\gsm\inc\proto.h" />
  725. <ClInclude Include="..\..\gsm\inc\toast.h" />
  726. <ClInclude Include="..\..\gsm\inc\unproto.h" />
  727. <ClInclude Include="config.h" />
  728. </ItemGroup>
  729. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  730. <ImportGroup Label="ExtensionTargets">
  731. </ImportGroup>
  732. </Project>