tinyWRAP.vcproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="tinyWRAP"
  6. ProjectGUID="{6B60DF14-D5D7-4654-B8F9-1CBC8892CFC8}"
  7. RootNamespace="tinyWRAP"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="2"
  23. CharacterSet="1"
  24. >
  25. <Tool
  26. Name="VCPreBuildEventTool"
  27. />
  28. <Tool
  29. Name="VCCustomBuildTool"
  30. />
  31. <Tool
  32. Name="VCXMLDataGeneratorTool"
  33. />
  34. <Tool
  35. Name="VCWebServiceProxyGeneratorTool"
  36. />
  37. <Tool
  38. Name="VCMIDLTool"
  39. />
  40. <Tool
  41. Name="VCCLCompilerTool"
  42. Optimization="0"
  43. AdditionalIncludeDirectories="..\..\_common;..\..\.;..\..\..\thirdparties\win32\include;..\..\..\tinySAK\src;..\..\..\tinyNET\src;..\..\..\tinyHTTP\include;..\..\..\tinySIP\include;..\..\..\tinyMEDIA\include;..\..\..\tinySDP\include;..\..\..\tinyDAV\include;..\..\..\tinySMS\include"
  44. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYWRAP_EXPORTS"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. WarnAsError="true"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLinkerTool"
  64. AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib $(OutDir)\tinyNET.lib $(OutDir)\tinyDAV.lib $(OutDir)\tinyMEDIA.lib $(OutDir)\tinySMS.lib"
  65. LinkIncremental="2"
  66. GenerateDebugInformation="true"
  67. SubSystem="2"
  68. TargetMachine="1"
  69. />
  70. <Tool
  71. Name="VCALinkTool"
  72. />
  73. <Tool
  74. Name="VCManifestTool"
  75. />
  76. <Tool
  77. Name="VCXDCMakeTool"
  78. />
  79. <Tool
  80. Name="VCBscMakeTool"
  81. />
  82. <Tool
  83. Name="VCFxCopTool"
  84. />
  85. <Tool
  86. Name="VCAppVerifierTool"
  87. />
  88. <Tool
  89. Name="VCWebDeploymentTool"
  90. />
  91. <Tool
  92. Name="VCPostBuildEventTool"
  93. />
  94. </Configuration>
  95. <Configuration
  96. Name="Release|Win32"
  97. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  98. IntermediateDirectory="$(ConfigurationName)"
  99. ConfigurationType="2"
  100. CharacterSet="1"
  101. WholeProgramOptimization="1"
  102. >
  103. <Tool
  104. Name="VCPreBuildEventTool"
  105. />
  106. <Tool
  107. Name="VCCustomBuildTool"
  108. />
  109. <Tool
  110. Name="VCXMLDataGeneratorTool"
  111. />
  112. <Tool
  113. Name="VCWebServiceProxyGeneratorTool"
  114. />
  115. <Tool
  116. Name="VCMIDLTool"
  117. />
  118. <Tool
  119. Name="VCCLCompilerTool"
  120. Optimization="2"
  121. EnableIntrinsicFunctions="true"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYWRAP_EXPORTS"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="true"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. DebugInformationFormat="3"
  128. />
  129. <Tool
  130. Name="VCManagedResourceCompilerTool"
  131. />
  132. <Tool
  133. Name="VCResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCPreLinkEventTool"
  137. />
  138. <Tool
  139. Name="VCLinkerTool"
  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="VCWebDeploymentTool"
  167. />
  168. <Tool
  169. Name="VCPostBuildEventTool"
  170. />
  171. </Configuration>
  172. </Configurations>
  173. <References>
  174. </References>
  175. <Files>
  176. <Filter
  177. Name="source"
  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="..\..\_common\DDebug.cxx"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\..\_common\ProxyConsumer.cxx"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\..\_common\ProxyProducer.cxx"
  191. >
  192. </File>
  193. <File
  194. RelativePath="..\..\_common\SafeObject.cxx"
  195. >
  196. </File>
  197. <File
  198. RelativePath="..\..\_common\SipCallback.cxx"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\..\_common\SipEvent.cxx"
  203. >
  204. </File>
  205. <File
  206. RelativePath="..\..\_common\SipMessage.cxx"
  207. >
  208. </File>
  209. <File
  210. RelativePath="..\..\_common\SipSession.cxx"
  211. >
  212. </File>
  213. <File
  214. RelativePath="..\..\_common\SipStack.cxx"
  215. >
  216. </File>
  217. <File
  218. RelativePath="..\..\_common\SipUri.cxx"
  219. >
  220. </File>
  221. <File
  222. RelativePath="..\..\_common\SMSEncoder.cxx"
  223. >
  224. </File>
  225. <File
  226. RelativePath="..\..\csharp\tinyWRAP_wrap.cxx"
  227. >
  228. </File>
  229. <File
  230. RelativePath="..\..\_common\XcapStack.cxx"
  231. >
  232. </File>
  233. </Filter>
  234. <Filter
  235. Name="headers"
  236. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  237. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  238. >
  239. <File
  240. RelativePath="..\..\_common\Common.h"
  241. >
  242. </File>
  243. <File
  244. RelativePath="..\..\_common\DDebug.h"
  245. >
  246. </File>
  247. <File
  248. RelativePath="..\..\_common\ProxyConsumer.h"
  249. >
  250. </File>
  251. <File
  252. RelativePath="..\..\_common\ProxyProducer.h"
  253. >
  254. </File>
  255. <File
  256. RelativePath="..\..\_common\SafeObject.h"
  257. >
  258. </File>
  259. <File
  260. RelativePath="..\..\_common\SipCallback.h"
  261. >
  262. </File>
  263. <File
  264. RelativePath="..\..\_common\SipEvent.h"
  265. >
  266. </File>
  267. <File
  268. RelativePath="..\..\_common\SipMessage.h"
  269. >
  270. </File>
  271. <File
  272. RelativePath="..\..\_common\SipSession.h"
  273. >
  274. </File>
  275. <File
  276. RelativePath="..\..\_common\SipStack.h"
  277. >
  278. </File>
  279. <File
  280. RelativePath="..\..\_common\SipUri.h"
  281. >
  282. </File>
  283. <File
  284. RelativePath="..\..\_common\SMSEncoder.h"
  285. >
  286. </File>
  287. <File
  288. RelativePath="..\..\_common\tinyWRAP_config.h"
  289. >
  290. </File>
  291. <File
  292. RelativePath="..\..\csharp\tinyWRAP_wrap.h"
  293. >
  294. </File>
  295. <File
  296. RelativePath="..\..\_common\XcapStack.h"
  297. >
  298. </File>
  299. </Filter>
  300. <Filter
  301. Name="interfaces"
  302. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  303. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  304. >
  305. <File
  306. RelativePath="..\..\csharp\csharp.i"
  307. >
  308. </File>
  309. <Filter
  310. Name="common"
  311. >
  312. <File
  313. RelativePath="..\..\_common\SipStack.i"
  314. >
  315. </File>
  316. <File
  317. RelativePath="..\..\_common\tinyWRAP.i"
  318. >
  319. </File>
  320. <File
  321. RelativePath="..\..\_common\XcapStack.i"
  322. >
  323. </File>
  324. </Filter>
  325. </Filter>
  326. </Files>
  327. <Globals>
  328. </Globals>
  329. </VisualStudioProject>