tinyWRAP.vcproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tinyWRAP"
  6. ProjectGUID="{6B60DF14-D5D7-4654-B8F9-1CBC8892CFC8}"
  7. RootNamespace="tinyWRAP"
  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="2"
  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="&quot;$(JDK_HOME)\include&quot;;&quot;$(JDK_HOME)\include\win32&quot;;..\_common;..\.;..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinyNET\src;..\..\tinyHTTP\include;..\..\tinySIP\include;..\..\tinyDAV\include;..\..\tinySDP\include;..\..\tinyMEDIA\include;..\..\tinyXCAP\include;..\..\tinySMS\include;..\..\tinyMSRP\include"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYWRAP_EXPORTS"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. WarnAsError="true"
  52. DebugInformationFormat="4"
  53. />
  54. <Tool
  55. Name="VCManagedResourceCompilerTool"
  56. />
  57. <Tool
  58. Name="VCResourceCompilerTool"
  59. />
  60. <Tool
  61. Name="VCPreLinkEventTool"
  62. />
  63. <Tool
  64. Name="VCLinkerTool"
  65. AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib $(OutDir)\tinyNET.lib $(OutDir)\tinyDAV.lib $(OutDir)\tinyMEDIA.lib $(OutDir)\tinyHTTP.lib $(OutDir)\tinyXCAP.lib $(OutDir)\tinySMS.lib $(OutDir)\tinyMSRP.lib $(OutDir)\tinySDP.lib"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. SubSystem="2"
  69. TargetMachine="1"
  70. />
  71. <Tool
  72. Name="VCALinkTool"
  73. />
  74. <Tool
  75. Name="VCManifestTool"
  76. />
  77. <Tool
  78. Name="VCXDCMakeTool"
  79. />
  80. <Tool
  81. Name="VCBscMakeTool"
  82. />
  83. <Tool
  84. Name="VCFxCopTool"
  85. />
  86. <Tool
  87. Name="VCAppVerifierTool"
  88. />
  89. <Tool
  90. Name="VCPostBuildEventTool"
  91. />
  92. </Configuration>
  93. <Configuration
  94. Name="Release|Win32"
  95. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  96. IntermediateDirectory="$(ConfigurationName)"
  97. ConfigurationType="2"
  98. CharacterSet="1"
  99. WholeProgramOptimization="1"
  100. >
  101. <Tool
  102. Name="VCPreBuildEventTool"
  103. />
  104. <Tool
  105. Name="VCCustomBuildTool"
  106. />
  107. <Tool
  108. Name="VCXMLDataGeneratorTool"
  109. />
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"
  112. />
  113. <Tool
  114. Name="VCMIDLTool"
  115. />
  116. <Tool
  117. Name="VCCLCompilerTool"
  118. Optimization="2"
  119. EnableIntrinsicFunctions="true"
  120. AdditionalIncludeDirectories="&quot;$(JDK_HOME)\include&quot;;&quot;$(JDK_HOME)\include\win32&quot;;..\_common;..\.;..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinyNET\src;..\..\tinyHTTP\include;..\..\tinySIP\include;..\..\tinyDAV\include;..\..\tinySDP\include;..\..\tinyMEDIA\include;..\..\tinyXCAP\include;..\..\tinySMS\include;..\..\tinyMSRP\include"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYWRAP_EXPORTS"
  122. RuntimeLibrary="2"
  123. EnableFunctionLevelLinking="true"
  124. UsePrecompiledHeader="0"
  125. WarningLevel="3"
  126. DebugInformationFormat="3"
  127. />
  128. <Tool
  129. Name="VCManagedResourceCompilerTool"
  130. />
  131. <Tool
  132. Name="VCResourceCompilerTool"
  133. />
  134. <Tool
  135. Name="VCPreLinkEventTool"
  136. />
  137. <Tool
  138. Name="VCLinkerTool"
  139. AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib $(OutDir)\tinyNET.lib $(OutDir)\tinyDAV.lib $(OutDir)\tinyMEDIA.lib $(OutDir)\tinyHTTP.lib $(OutDir)\tinyXCAP.lib $(OutDir)\tinySMS.lib $(OutDir)\tinyMSRP.lib $(OutDir)\tinySDP.lib"
  140. LinkIncremental="1"
  141. GenerateDebugInformation="true"
  142. SubSystem="2"
  143. OptimizeReferences="2"
  144. EnableCOMDATFolding="2"
  145. TargetMachine="1"
  146. />
  147. <Tool
  148. Name="VCALinkTool"
  149. />
  150. <Tool
  151. Name="VCManifestTool"
  152. />
  153. <Tool
  154. Name="VCXDCMakeTool"
  155. />
  156. <Tool
  157. Name="VCBscMakeTool"
  158. />
  159. <Tool
  160. Name="VCFxCopTool"
  161. />
  162. <Tool
  163. Name="VCAppVerifierTool"
  164. />
  165. <Tool
  166. Name="VCPostBuildEventTool"
  167. />
  168. </Configuration>
  169. </Configurations>
  170. <References>
  171. </References>
  172. <Files>
  173. <Filter
  174. Name="source"
  175. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  176. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  177. >
  178. <File
  179. RelativePath="..\_common\ActionConfig.cxx"
  180. >
  181. </File>
  182. <File
  183. RelativePath="..\_common\AudioResampler.cxx"
  184. >
  185. </File>
  186. <File
  187. RelativePath="..\_common\DDebug.cxx"
  188. >
  189. </File>
  190. <File
  191. RelativePath="..\_common\MediaContent.cxx"
  192. >
  193. </File>
  194. <File
  195. RelativePath="..\_common\MediaSessionMgr.cxx"
  196. >
  197. </File>
  198. <File
  199. RelativePath="..\_common\Msrp.cxx"
  200. >
  201. </File>
  202. <File
  203. RelativePath="..\_common\ProxyConsumer.cxx"
  204. >
  205. </File>
  206. <File
  207. RelativePath="..\_common\ProxyPluginMgr.cxx"
  208. >
  209. </File>
  210. <File
  211. RelativePath="..\_common\ProxyProducer.cxx"
  212. >
  213. </File>
  214. <File
  215. RelativePath="..\_common\SafeObject.cxx"
  216. >
  217. </File>
  218. <File
  219. RelativePath="..\_common\SipCallback.cxx"
  220. >
  221. </File>
  222. <File
  223. RelativePath="..\_common\SipEvent.cxx"
  224. >
  225. </File>
  226. <File
  227. RelativePath="..\_common\SipMessage.cxx"
  228. >
  229. </File>
  230. <File
  231. RelativePath="..\_common\SipSession.cxx"
  232. >
  233. </File>
  234. <File
  235. RelativePath="..\_common\SipStack.cxx"
  236. >
  237. </File>
  238. <File
  239. RelativePath="..\_common\SipUri.cxx"
  240. >
  241. </File>
  242. <File
  243. RelativePath="..\_common\SMSEncoder.cxx"
  244. >
  245. </File>
  246. <File
  247. RelativePath=".\tinyWRAP_wrap.cxx"
  248. >
  249. </File>
  250. <File
  251. RelativePath="..\_common\Xcap.cxx"
  252. >
  253. </File>
  254. </Filter>
  255. <Filter
  256. Name="headers"
  257. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  258. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  259. >
  260. <File
  261. RelativePath="..\_common\ActionConfig.h"
  262. >
  263. </File>
  264. <File
  265. RelativePath="..\_common\AudioResampler.h"
  266. >
  267. </File>
  268. <File
  269. RelativePath="..\_common\Common.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath="..\_common\DDebug.h"
  274. >
  275. </File>
  276. <File
  277. RelativePath="..\_common\MediaContent.h"
  278. >
  279. </File>
  280. <File
  281. RelativePath="..\_common\MediaSessionMgr.h"
  282. >
  283. </File>
  284. <File
  285. RelativePath="..\_common\Msrp.h"
  286. >
  287. </File>
  288. <File
  289. RelativePath="..\_common\ProxyConsumer.h"
  290. >
  291. </File>
  292. <File
  293. RelativePath="..\_common\ProxyPluginMgr.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath="..\_common\ProxyProducer.h"
  298. >
  299. </File>
  300. <File
  301. RelativePath="..\_common\SafeObject.h"
  302. >
  303. </File>
  304. <File
  305. RelativePath="..\_common\SipCallback.h"
  306. >
  307. </File>
  308. <File
  309. RelativePath="..\_common\SipEvent.h"
  310. >
  311. </File>
  312. <File
  313. RelativePath="..\_common\SipMessage.h"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\_common\SipSession.h"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\_common\SipStack.h"
  322. >
  323. </File>
  324. <File
  325. RelativePath="..\_common\SipUri.h"
  326. >
  327. </File>
  328. <File
  329. RelativePath="..\_common\SMSEncoder.h"
  330. >
  331. </File>
  332. <File
  333. RelativePath="..\_common\tinyWRAP_config.h"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".\tinyWRAP_wrap.h"
  338. >
  339. </File>
  340. <File
  341. RelativePath="..\_common\Xcap.h"
  342. >
  343. </File>
  344. </Filter>
  345. <Filter
  346. Name="interfaces"
  347. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  348. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  349. >
  350. <Filter
  351. Name="common"
  352. >
  353. <File
  354. RelativePath="..\_common\SipStack.i"
  355. >
  356. </File>
  357. <File
  358. RelativePath="..\_common\tinyWRAP.i"
  359. >
  360. </File>
  361. </Filter>
  362. <Filter
  363. Name="languages"
  364. >
  365. <File
  366. RelativePath=".\csharp.i"
  367. >
  368. </File>
  369. <File
  370. RelativePath="..\java\java.i"
  371. >
  372. </File>
  373. <File
  374. RelativePath="..\perl\perl.i"
  375. >
  376. </File>
  377. <File
  378. RelativePath="..\python\python.i"
  379. >
  380. </File>
  381. <File
  382. RelativePath="..\ruby\ruby.i"
  383. >
  384. </File>
  385. <File
  386. RelativePath="..\_common\XcapStack.i"
  387. >
  388. </File>
  389. </Filter>
  390. </Filter>
  391. </Files>
  392. <Globals>
  393. </Globals>
  394. </VisualStudioProject>