samples.vcxproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  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|ARM64">
  5. <Configuration>Debug-Dynamic</Configuration>
  6. <Platform>ARM64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug-Dynamic|Win32">
  9. <Configuration>Debug-Dynamic</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug-Dynamic|x64">
  13. <Configuration>Debug-Dynamic</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug-Static|ARM64">
  17. <Configuration>Debug-Static</Configuration>
  18. <Platform>ARM64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug-Static|Win32">
  21. <Configuration>Debug-Static</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Debug-Static|x64">
  25. <Configuration>Debug-Static</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug|ARM64">
  29. <Configuration>Debug</Configuration>
  30. <Platform>ARM64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Debug|Win32">
  33. <Configuration>Debug</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. <ProjectConfiguration Include="Debug|x64">
  37. <Configuration>Debug</Configuration>
  38. <Platform>x64</Platform>
  39. </ProjectConfiguration>
  40. <ProjectConfiguration Include="Release-Dynamic|ARM64">
  41. <Configuration>Release-Dynamic</Configuration>
  42. <Platform>ARM64</Platform>
  43. </ProjectConfiguration>
  44. <ProjectConfiguration Include="Release-Dynamic|Win32">
  45. <Configuration>Release-Dynamic</Configuration>
  46. <Platform>Win32</Platform>
  47. </ProjectConfiguration>
  48. <ProjectConfiguration Include="Release-Dynamic|x64">
  49. <Configuration>Release-Dynamic</Configuration>
  50. <Platform>x64</Platform>
  51. </ProjectConfiguration>
  52. <ProjectConfiguration Include="Release-Static|ARM64">
  53. <Configuration>Release-Static</Configuration>
  54. <Platform>ARM64</Platform>
  55. </ProjectConfiguration>
  56. <ProjectConfiguration Include="Release-Static|Win32">
  57. <Configuration>Release-Static</Configuration>
  58. <Platform>Win32</Platform>
  59. </ProjectConfiguration>
  60. <ProjectConfiguration Include="Release-Static|x64">
  61. <Configuration>Release-Static</Configuration>
  62. <Platform>x64</Platform>
  63. </ProjectConfiguration>
  64. <ProjectConfiguration Include="Release|ARM64">
  65. <Configuration>Release</Configuration>
  66. <Platform>ARM64</Platform>
  67. </ProjectConfiguration>
  68. <ProjectConfiguration Include="Release|Win32">
  69. <Configuration>Release</Configuration>
  70. <Platform>Win32</Platform>
  71. </ProjectConfiguration>
  72. <ProjectConfiguration Include="Release|x64">
  73. <Configuration>Release</Configuration>
  74. <Platform>x64</Platform>
  75. </ProjectConfiguration>
  76. </ItemGroup>
  77. <!-- Import common config -->
  78. <Import Project="..\..\build\vs\pjproject-vs14-common-config.props" />
  79. <PropertyGroup Label="Globals">
  80. <ProjectGuid>{E378A1FC-0C9C-4462-860F-7E60BC1BF84E}</ProjectGuid>
  81. <RootNamespace>samples</RootNamespace>
  82. <Keyword>MakeFileProj</Keyword>
  83. <!-- Specific windows store/UWP property -->
  84. <DefaultLanguage>en-US</DefaultLanguage>
  85. </PropertyGroup>
  86. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="Configuration">
  88. <ConfigurationType>Makefile</ConfigurationType>
  89. <PlatformToolset>v140</PlatformToolset>
  90. <UseOfMfc>false</UseOfMfc>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="Configuration">
  93. <ConfigurationType>Makefile</ConfigurationType>
  94. <PlatformToolset>v140</PlatformToolset>
  95. <UseOfMfc>false</UseOfMfc>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="Configuration">
  98. <ConfigurationType>Makefile</ConfigurationType>
  99. <PlatformToolset>v140</PlatformToolset>
  100. <UseOfMfc>false</UseOfMfc>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="Configuration">
  103. <ConfigurationType>Makefile</ConfigurationType>
  104. <PlatformToolset>v140</PlatformToolset>
  105. <UseOfMfc>false</UseOfMfc>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  108. <ConfigurationType>Makefile</ConfigurationType>
  109. <PlatformToolset>v140</PlatformToolset>
  110. <UseOfMfc>false</UseOfMfc>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  113. <ConfigurationType>Makefile</ConfigurationType>
  114. <PlatformToolset>v140</PlatformToolset>
  115. <UseOfMfc>false</UseOfMfc>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="Configuration">
  118. <ConfigurationType>Makefile</ConfigurationType>
  119. <PlatformToolset>v140</PlatformToolset>
  120. <UseOfMfc>false</UseOfMfc>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'" Label="Configuration">
  123. <ConfigurationType>Makefile</ConfigurationType>
  124. <PlatformToolset>v140</PlatformToolset>
  125. <UseOfMfc>false</UseOfMfc>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="Configuration">
  128. <ConfigurationType>Makefile</ConfigurationType>
  129. <PlatformToolset>v140</PlatformToolset>
  130. <UseOfMfc>false</UseOfMfc>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'" Label="Configuration">
  133. <ConfigurationType>Makefile</ConfigurationType>
  134. <PlatformToolset>v140</PlatformToolset>
  135. <UseOfMfc>false</UseOfMfc>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="Configuration">
  138. <ConfigurationType>Makefile</ConfigurationType>
  139. <PlatformToolset>v140</PlatformToolset>
  140. <UseOfMfc>false</UseOfMfc>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'" Label="Configuration">
  143. <ConfigurationType>Makefile</ConfigurationType>
  144. <PlatformToolset>v140</PlatformToolset>
  145. <UseOfMfc>false</UseOfMfc>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="Configuration">
  148. <ConfigurationType>Makefile</ConfigurationType>
  149. <PlatformToolset>v140</PlatformToolset>
  150. <UseOfMfc>false</UseOfMfc>
  151. </PropertyGroup>
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'" Label="Configuration">
  153. <ConfigurationType>Makefile</ConfigurationType>
  154. <PlatformToolset>v140</PlatformToolset>
  155. <UseOfMfc>false</UseOfMfc>
  156. </PropertyGroup>
  157. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  158. <ConfigurationType>Makefile</ConfigurationType>
  159. <PlatformToolset>v140</PlatformToolset>
  160. <UseOfMfc>false</UseOfMfc>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  163. <ConfigurationType>Makefile</ConfigurationType>
  164. <PlatformToolset>v140</PlatformToolset>
  165. <UseOfMfc>false</UseOfMfc>
  166. </PropertyGroup>
  167. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  168. <ConfigurationType>Makefile</ConfigurationType>
  169. <PlatformToolset>v140</PlatformToolset>
  170. <UseOfMfc>false</UseOfMfc>
  171. </PropertyGroup>
  172. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  173. <ConfigurationType>Makefile</ConfigurationType>
  174. <PlatformToolset>v140</PlatformToolset>
  175. <UseOfMfc>false</UseOfMfc>
  176. </PropertyGroup>
  177. <!-- Override the PlatformToolset -->
  178. <PropertyGroup>
  179. <PlatformToolset>$(BuildToolset)</PlatformToolset>
  180. <CharacterSet Condition="'$(API_Family)'!='WinDesktop'">
  181. </CharacterSet>
  182. <ConfigurationType Condition="'$(API_Family)'=='UWP' Or '$(API_Family)'=='WinPhone8'">StaticLibrary</ConfigurationType>
  183. </PropertyGroup>
  184. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  185. <ImportGroup Label="ExtensionSettings">
  186. </ImportGroup>
  187. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'" Label="PropertySheets">
  188. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  189. <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  190. <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  191. </ImportGroup>
  192. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'" Label="PropertySheets">
  193. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  194. <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  195. <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  196. </ImportGroup>
  197. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'" Label="PropertySheets">
  198. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  199. <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  200. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  201. </ImportGroup>
  202. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'" Label="PropertySheets">
  203. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  204. <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  205. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  206. </ImportGroup>
  207. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  208. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  209. <Import Project="..\..\build\vs\pjproject-vs14-win32-release-defaults.props" />
  210. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  211. </ImportGroup>
  212. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  213. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  214. <Import Project="..\..\build\vs\pjproject-vs14-win32-common-defaults.props" />
  215. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  216. </ImportGroup>
  217. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'" Label="PropertySheets">
  218. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  219. <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  220. <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  221. </ImportGroup>
  222. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'" Label="PropertySheets">
  223. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  224. <Import Project="..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  225. <Import Project="..\..\build\vs\pjproject-vs14-release-static-defaults.props" />
  226. </ImportGroup>
  227. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'" Label="PropertySheets">
  228. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  229. <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  230. <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  231. </ImportGroup>
  232. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'" Label="PropertySheets">
  233. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  234. <Import Project="..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  235. <Import Project="..\..\build\vs\pjproject-vs14-debug-dynamic-defaults.props" />
  236. </ImportGroup>
  237. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'" Label="PropertySheets">
  238. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  239. <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  240. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  241. </ImportGroup>
  242. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'" Label="PropertySheets">
  243. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  244. <Import Project="..\..\build\vs\pjproject-vs14-arm64-release-defaults.props" />
  245. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  246. </ImportGroup>
  247. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'" Label="PropertySheets">
  248. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  249. <Import Project="..\..\build\vs\pjproject-vs14-win64-common-defaults.props" />
  250. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  251. </ImportGroup>
  252. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'" Label="PropertySheets">
  253. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  254. <Import Project="..\..\build\vs\pjproject-vs14-arm64-common-defaults.props" />
  255. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  256. </ImportGroup>
  257. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  258. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  259. <Import Project="..\..\build\vs\pjproject-vs14-win64-release-defaults.props" />
  260. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  261. </ImportGroup>
  262. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" 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-arm64-release-defaults.props" />
  265. <Import Project="..\..\build\vs\pjproject-vs14-release-dynamic-defaults.props" />
  266. </ImportGroup>
  267. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 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-win64-common-defaults.props" />
  270. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  271. </ImportGroup>
  272. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" 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-arm64-common-defaults.props" />
  275. <Import Project="..\..\build\vs\pjproject-vs14-debug-static-defaults.props" />
  276. </ImportGroup>
  277. <PropertyGroup Label="UserMacros" />
  278. <PropertyGroup>
  279. <_ProjectFileVersion>14.0.22823.1</_ProjectFileVersion>
  280. </PropertyGroup>
  281. <!-- Compile and link option definition -->
  282. <ItemDefinitionGroup>
  283. <ClCompile>
  284. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  285. <CompileAsWinRT>false</CompileAsWinRT>
  286. <AdditionalIncludeDirectories>../../pjsip/include;../../pjlib/include;../../pjlib-util/include;../../pjmedia/include;../../pjnath/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  287. <RuntimeLibrary Condition="'$(API_Family)'=='UWP'">MultiThreadedDebugDLL</RuntimeLibrary>
  288. </ClCompile>
  289. <Lib>
  290. <AdditionalOptions>/Ignore:4006 %(AdditionalOptions)</AdditionalOptions>
  291. </Lib>
  292. </ItemDefinitionGroup>
  293. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  294. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=win32</NMakeBuildCommandLine>
  295. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=win32 /a</NMakeReBuildCommandLine>
  296. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=win32 clean</NMakeCleanCommandLine>
  297. <NMakeOutput>All samples</NMakeOutput>
  298. </PropertyGroup>
  299. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  300. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=win64</NMakeBuildCommandLine>
  301. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=win64 /a</NMakeReBuildCommandLine>
  302. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=win64 clean</NMakeCleanCommandLine>
  303. <NMakeOutput>All samples</NMakeOutput>
  304. </PropertyGroup>
  305. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  306. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=ARM64</NMakeBuildCommandLine>
  307. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=ARM64 /a</NMakeReBuildCommandLine>
  308. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release VC_VER=14 ARCH=ARM64 clean</NMakeCleanCommandLine>
  309. <NMakeOutput>All samples</NMakeOutput>
  310. </PropertyGroup>
  311. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  312. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=win32</NMakeBuildCommandLine>
  313. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=win32 /a</NMakeReBuildCommandLine>
  314. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=win32 clean</NMakeCleanCommandLine>
  315. <NMakeOutput>All samples</NMakeOutput>
  316. </PropertyGroup>
  317. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  318. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=win64</NMakeBuildCommandLine>
  319. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=win64 /a </NMakeReBuildCommandLine>
  320. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=win64 clean</NMakeCleanCommandLine>
  321. <NMakeOutput>All samples</NMakeOutput>
  322. </PropertyGroup>
  323. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  324. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=ARM64</NMakeBuildCommandLine>
  325. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=ARM64 /a </NMakeReBuildCommandLine>
  326. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug VC_VER=14 ARCH=ARM64 clean</NMakeCleanCommandLine>
  327. <NMakeOutput>All samples</NMakeOutput>
  328. </PropertyGroup>
  329. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'">
  330. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=win32s</NMakeBuildCommandLine>
  331. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=win32 /a</NMakeReBuildCommandLine>
  332. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=win32 clean</NMakeCleanCommandLine>
  333. <NMakeOutput>All samples</NMakeOutput>
  334. </PropertyGroup>
  335. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'">
  336. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=win64</NMakeBuildCommandLine>
  337. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=win64 /a</NMakeReBuildCommandLine>
  338. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=win64 clean</NMakeCleanCommandLine>
  339. <NMakeOutput>All samples</NMakeOutput>
  340. </PropertyGroup>
  341. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'">
  342. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=ARM64</NMakeBuildCommandLine>
  343. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=ARM64 /a</NMakeReBuildCommandLine>
  344. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-static VC_VER=14 ARCH=ARM64 clean</NMakeCleanCommandLine>
  345. <NMakeOutput>All samples</NMakeOutput>
  346. </PropertyGroup>
  347. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'">
  348. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=win32</NMakeBuildCommandLine>
  349. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=win32 /a</NMakeReBuildCommandLine>
  350. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=win32 clean</NMakeCleanCommandLine>
  351. <NMakeOutput>All samples</NMakeOutput>
  352. </PropertyGroup>
  353. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'">
  354. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=win64</NMakeBuildCommandLine>
  355. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=win64 /a</NMakeReBuildCommandLine>
  356. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=win64 clean</NMakeCleanCommandLine>
  357. <NMakeOutput>All samples</NMakeOutput>
  358. </PropertyGroup>
  359. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'">
  360. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=ARM64</NMakeBuildCommandLine>
  361. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=ARM64 /a</NMakeReBuildCommandLine>
  362. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-dynamic VC_VER=14 ARCH=ARM64 clean</NMakeCleanCommandLine>
  363. <NMakeOutput>All samples</NMakeOutput>
  364. </PropertyGroup>
  365. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'">
  366. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=win32</NMakeBuildCommandLine>
  367. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=win32 /a</NMakeReBuildCommandLine>
  368. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=win32 clean</NMakeCleanCommandLine>
  369. <NMakeOutput>All samples</NMakeOutput>
  370. </PropertyGroup>
  371. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'">
  372. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=win64</NMakeBuildCommandLine>
  373. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=win64 /a</NMakeReBuildCommandLine>
  374. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=win64 clean</NMakeCleanCommandLine>
  375. <NMakeOutput>All samples</NMakeOutput>
  376. </PropertyGroup>
  377. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'">
  378. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=ARM64</NMakeBuildCommandLine>
  379. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=ARM64 /a</NMakeReBuildCommandLine>
  380. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug-dynamic VC_VER=14 ARCH=ARM64 clean</NMakeCleanCommandLine>
  381. <NMakeOutput>All samples</NMakeOutput>
  382. </PropertyGroup>
  383. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'">
  384. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=win32</NMakeBuildCommandLine>
  385. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=win32 /a</NMakeReBuildCommandLine>
  386. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=win32 clean</NMakeCleanCommandLine>
  387. <NMakeOutput>All samples</NMakeOutput>
  388. </PropertyGroup>
  389. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'">
  390. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=win64</NMakeBuildCommandLine>
  391. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=win64 /a</NMakeReBuildCommandLine>
  392. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=win64 clean</NMakeCleanCommandLine>
  393. <NMakeOutput>All samples</NMakeOutput>
  394. </PropertyGroup>
  395. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'">
  396. <NMakeBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=ARM64</NMakeBuildCommandLine>
  397. <NMakeReBuildCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=ARM64 /a</NMakeReBuildCommandLine>
  398. <NMakeCleanCommandLine>nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=release-static VC_VER=14 ARCH=ARM64 clean</NMakeCleanCommandLine>
  399. <NMakeOutput>All samples</NMakeOutput>
  400. </PropertyGroup>
  401. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  402. <BuildLog>
  403. <Path />
  404. </BuildLog>
  405. </ItemDefinitionGroup>
  406. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  407. <BuildLog>
  408. <Path />
  409. </BuildLog>
  410. </ItemDefinitionGroup>
  411. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
  412. <BuildLog>
  413. <Path>
  414. </Path>
  415. </BuildLog>
  416. </ItemDefinitionGroup>
  417. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  418. <BuildLog>
  419. <Path />
  420. </BuildLog>
  421. </ItemDefinitionGroup>
  422. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  423. <BuildLog>
  424. <Path />
  425. </BuildLog>
  426. </ItemDefinitionGroup>
  427. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
  428. <BuildLog>
  429. <Path>
  430. </Path>
  431. </BuildLog>
  432. </ItemDefinitionGroup>
  433. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|Win32'">
  434. <BuildLog>
  435. <Path />
  436. </BuildLog>
  437. </ItemDefinitionGroup>
  438. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|x64'">
  439. <BuildLog>
  440. <Path />
  441. </BuildLog>
  442. </ItemDefinitionGroup>
  443. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Static|ARM64'">
  444. <BuildLog>
  445. <Path>
  446. </Path>
  447. </BuildLog>
  448. </ItemDefinitionGroup>
  449. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|Win32'">
  450. <BuildLog>
  451. <Path />
  452. </BuildLog>
  453. </ItemDefinitionGroup>
  454. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|x64'">
  455. <BuildLog>
  456. <Path />
  457. </BuildLog>
  458. </ItemDefinitionGroup>
  459. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dynamic|ARM64'">
  460. <BuildLog>
  461. <Path>
  462. </Path>
  463. </BuildLog>
  464. </ItemDefinitionGroup>
  465. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|Win32'">
  466. <BuildLog>
  467. <Path />
  468. </BuildLog>
  469. </ItemDefinitionGroup>
  470. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|x64'">
  471. <BuildLog>
  472. <Path />
  473. </BuildLog>
  474. </ItemDefinitionGroup>
  475. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dynamic|ARM64'">
  476. <BuildLog>
  477. <Path>
  478. </Path>
  479. </BuildLog>
  480. </ItemDefinitionGroup>
  481. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|Win32'">
  482. <BuildLog>
  483. <Path />
  484. </BuildLog>
  485. </ItemDefinitionGroup>
  486. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|x64'">
  487. <BuildLog>
  488. <Path />
  489. </BuildLog>
  490. </ItemDefinitionGroup>
  491. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Static|ARM64'">
  492. <BuildLog>
  493. <Path>
  494. </Path>
  495. </BuildLog>
  496. </ItemDefinitionGroup>
  497. <ItemGroup>
  498. <ClCompile Include="..\src\samples\aectest.c" />
  499. <ClCompile Include="..\src\samples\auddemo.c" />
  500. <ClCompile Include="..\src\samples\aviplay.c" />
  501. <ClCompile Include="..\src\samples\clidemo.c" />
  502. <ClCompile Include="..\src\samples\confbench.c" />
  503. <ClCompile Include="..\src\samples\confsample.c" />
  504. <ClCompile Include="..\src\samples\encdec.c" />
  505. <ClCompile Include="..\src\samples\footprint.c" />
  506. <ClCompile Include="..\src\samples\httpdemo.c" />
  507. <ClCompile Include="..\src\samples\icedemo.c" />
  508. <ClCompile Include="..\src\samples\jbsim.c" />
  509. <ClCompile Include="..\src\samples\latency.c" />
  510. <ClCompile Include="..\src\samples\level.c" />
  511. <ClCompile Include="..\src\samples\mix.c" />
  512. <ClCompile Include="..\src\samples\pcaputil.c" />
  513. <ClCompile Include="..\src\samples\pjsip-perf.c" />
  514. <ClCompile Include="..\src\samples\playfile.c" />
  515. <ClCompile Include="..\src\samples\playsine.c" />
  516. <ClCompile Include="..\src\samples\recfile.c" />
  517. <ClCompile Include="..\src\samples\resampleplay.c" />
  518. <ClCompile Include="..\src\samples\simpleua.c" />
  519. <ClCompile Include="..\src\samples\simple_pjsua.c" />
  520. <ClCompile Include="..\src\samples\sipecho.c" />
  521. <ClCompile Include="..\src\samples\siprtp.c">
  522. <ExcludedFromBuild Condition="'$(API_Family)'!='WinDesktop'">true</ExcludedFromBuild>
  523. </ClCompile>
  524. <ClCompile Include="..\src\samples\siprtp_report.c">
  525. <ExcludedFromBuild Condition="'$(API_Family)'!='WinDesktop'">true</ExcludedFromBuild>
  526. </ClCompile>
  527. <ClCompile Include="..\src\samples\sipstateless.c" />
  528. <!-- ClCompile Include="..\src\samples\sndinfo.c" / -->
  529. <!-- ClCompile Include="..\src\samples\sndtest.c" / -->
  530. <ClCompile Include="..\src\samples\stateful_proxy.c" />
  531. <ClCompile Include="..\src\samples\stateless_proxy.c" />
  532. <ClCompile Include="..\src\samples\streamutil.c" />
  533. <ClCompile Include="..\src\samples\strerror.c" />
  534. <ClCompile Include="..\src\samples\tonegen.c" />
  535. <ClCompile Include="..\src\samples\vid_streamutil.c" />
  536. </ItemGroup>
  537. <ItemGroup>
  538. <ClInclude Include="..\src\samples\proxy.h" />
  539. <ClInclude Include="..\src\samples\util.h" />
  540. </ItemGroup>
  541. <ItemGroup>
  542. <None Include="Samples-vc.mak" />
  543. <None Include="Samples.mak" />
  544. </ItemGroup>
  545. <ItemGroup>
  546. <ProjectReference Include="libpjproject.vcxproj">
  547. <Project>{23d7679c-764c-4e02-8b29-bb882ceeefe2}</Project>
  548. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  549. </ProjectReference>
  550. </ItemGroup>
  551. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  552. <ImportGroup Label="ExtensionTargets">
  553. </ImportGroup>
  554. </Project>