tinyDEMO.vcproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tinyDEMO"
  6. ProjectGUID="{D1E1F982-2308-4008-A056-814EE137166D}"
  7. RootNamespace="tinyDEMO"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="1"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories="..\thirdparties\win32\include;..\tinySAK\src;..\tinyNET\src;..\tinySMS\include;..\tinyHTTP\include;..\tinySIP\include;..\tinyDAV\include;..\tinyMEDIA\include;..\tinySDP\include;..\tinyMSRP\include"
  45. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_CONSOLE"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. WarnAsError="true"
  52. DebugInformationFormat="4"
  53. CompileAs="1"
  54. />
  55. <Tool
  56. Name="VCManagedResourceCompilerTool"
  57. />
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. />
  61. <Tool
  62. Name="VCPreLinkEventTool"
  63. />
  64. <Tool
  65. Name="VCLinkerTool"
  66. AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib $(OutDir)\tinyNET.lib $(OutDir)\tinySMS.lib $(OutDir)\tinyMEDIA.lib $(OutDir)\tinyDAV.lib $(OutDir)\tinySDP.lib $(OutDir)\tinyMSRP.lib"
  67. LinkIncremental="2"
  68. GenerateDebugInformation="true"
  69. SubSystem="1"
  70. TargetMachine="1"
  71. />
  72. <Tool
  73. Name="VCALinkTool"
  74. />
  75. <Tool
  76. Name="VCManifestTool"
  77. />
  78. <Tool
  79. Name="VCXDCMakeTool"
  80. />
  81. <Tool
  82. Name="VCBscMakeTool"
  83. />
  84. <Tool
  85. Name="VCFxCopTool"
  86. />
  87. <Tool
  88. Name="VCAppVerifierTool"
  89. />
  90. <Tool
  91. Name="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  99. CharacterSet="1"
  100. WholeProgramOptimization="1"
  101. >
  102. <Tool
  103. Name="VCPreBuildEventTool"
  104. />
  105. <Tool
  106. Name="VCCustomBuildTool"
  107. />
  108. <Tool
  109. Name="VCXMLDataGeneratorTool"
  110. />
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCMIDLTool"
  116. />
  117. <Tool
  118. Name="VCCLCompilerTool"
  119. Optimization="2"
  120. EnableIntrinsicFunctions="true"
  121. AdditionalIncludeDirectories="..\thirdparties\win32\include;..\tinySAK\src;..\tinyNET\src;..\tinySMS\include;..\tinyHTTP\include;..\tinySIP\include"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="true"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. WarnAsError="true"
  128. DebugInformationFormat="3"
  129. CompileAs="1"
  130. />
  131. <Tool
  132. Name="VCManagedResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCResourceCompilerTool"
  136. />
  137. <Tool
  138. Name="VCPreLinkEventTool"
  139. />
  140. <Tool
  141. Name="VCLinkerTool"
  142. AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib $(OutDir)\tinyNET.lib $(OutDir)\tinySMS.lib"
  143. LinkIncremental="1"
  144. GenerateDebugInformation="true"
  145. SubSystem="1"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. TargetMachine="1"
  149. />
  150. <Tool
  151. Name="VCALinkTool"
  152. />
  153. <Tool
  154. Name="VCManifestTool"
  155. />
  156. <Tool
  157. Name="VCXDCMakeTool"
  158. />
  159. <Tool
  160. Name="VCBscMakeTool"
  161. />
  162. <Tool
  163. Name="VCFxCopTool"
  164. />
  165. <Tool
  166. Name="VCAppVerifierTool"
  167. />
  168. <Tool
  169. Name="VCPostBuildEventTool"
  170. />
  171. </Configuration>
  172. </Configurations>
  173. <References>
  174. </References>
  175. <Files>
  176. <Filter
  177. Name="source(*.c)"
  178. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  179. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  180. >
  181. <File
  182. RelativePath=".\cmd.c"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".\common.c"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\dssl.c"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".\invite.c"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\main.c"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\message.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\options.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\publish.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\register.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\subscribe.c"
  219. >
  220. </File>
  221. </Filter>
  222. <Filter
  223. Name="include(*.h)"
  224. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  225. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  226. >
  227. <File
  228. RelativePath=".\cmd.h"
  229. >
  230. </File>
  231. <File
  232. RelativePath=".\common.h"
  233. >
  234. </File>
  235. <File
  236. RelativePath=".\demo_config.h"
  237. >
  238. </File>
  239. <File
  240. RelativePath=".\dssl.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath=".\invite.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath=".\main.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\message.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\options.h"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\publish.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath=".\register.h"
  265. >
  266. </File>
  267. <File
  268. RelativePath=".\subscribe.h"
  269. >
  270. </File>
  271. </Filter>
  272. <Filter
  273. Name="ragel(*.rl)"
  274. >
  275. <File
  276. RelativePath=".\dssl.rl"
  277. >
  278. </File>
  279. </Filter>
  280. <Filter
  281. Name="scenarios(*.scn)"
  282. >
  283. <File
  284. RelativePath=".\asterisk.sn"
  285. >
  286. </File>
  287. <File
  288. RelativePath=".\blinkmind.sn"
  289. >
  290. </File>
  291. <File
  292. RelativePath=".\core-alcatel.sn"
  293. >
  294. </File>
  295. <File
  296. RelativePath=".\core-colibria.sn"
  297. >
  298. </File>
  299. <File
  300. RelativePath=".\core-doubango.sn"
  301. >
  302. </File>
  303. <File
  304. RelativePath=".\core-ericsson.sn"
  305. >
  306. </File>
  307. <File
  308. RelativePath=".\core-inexbee.sn"
  309. >
  310. </File>
  311. <File
  312. RelativePath=".\core-micromethod.sn"
  313. >
  314. </File>
  315. <File
  316. RelativePath=".\core-nsn.sn"
  317. >
  318. </File>
  319. <File
  320. RelativePath=".\main.sn"
  321. >
  322. </File>
  323. <File
  324. RelativePath=".\open-ims.test.sn"
  325. >
  326. </File>
  327. <File
  328. RelativePath=".\publish.sn"
  329. >
  330. </File>
  331. <File
  332. RelativePath=".\sample.sn"
  333. >
  334. </File>
  335. <File
  336. RelativePath=".\sigcomp.sn"
  337. >
  338. </File>
  339. <File
  340. RelativePath=".\sip2sip.info.sn"
  341. >
  342. </File>
  343. </Filter>
  344. </Files>
  345. <Globals>
  346. </Globals>
  347. </VisualStudioProject>