tinySMS.vcproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="tinySMS"
  6. ProjectGUID="{9A3A5AF3-2333-4477-B880-7F901F9D8972}"
  7. RootNamespace="tinySMS"
  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="..\thirdparties\win32\include;include;..\tinySAK/src"
  45. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYSMS_EXPORTS"
  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"
  67. LinkIncremental="2"
  68. GenerateDebugInformation="true"
  69. SubSystem="2"
  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="2"
  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="3"
  120. EnableIntrinsicFunctions="true"
  121. AdditionalIncludeDirectories="..\thirdparties\win32\include;include;..\tinySAK/src"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYSMS_EXPORTS"
  123. RuntimeLibrary="2"
  124. EnableFunctionLevelLinking="false"
  125. UsePrecompiledHeader="0"
  126. WarningLevel="3"
  127. WarnAsError="true"
  128. DebugInformationFormat="0"
  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"
  143. LinkIncremental="1"
  144. GenerateDebugInformation="false"
  145. SubSystem="2"
  146. OptimizeReferences="2"
  147. EnableCOMDATFolding="2"
  148. TargetMachine="0"
  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="headers(*.h)"
  178. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  179. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  180. >
  181. <File
  182. RelativePath=".\include\tinysms.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".\include\tinysms_config.h"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".\include\tinysms\tsms.h"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".\include\tinysms\tsms_address.h"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\include\tinysms\tsms_common.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".\include\tinysms\tsms_etsi_gsm_03_38.h"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".\include\tinysms\tsms_packing.h"
  207. >
  208. </File>
  209. <Filter
  210. Name="tpdu"
  211. >
  212. <File
  213. RelativePath=".\include\tinysms\tpdu\tsms_tpdu_command.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath=".\include\tinysms\tpdu\tsms_tpdu_deliver.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath=".\include\tinysms\tpdu\tsms_tpdu_report.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath=".\include\tinysms\tpdu\tsms_tpdu_status_report.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath=".\include\tinysms\tpdu\tsms_tpdu_submit.h"
  230. >
  231. </File>
  232. </Filter>
  233. <Filter
  234. Name="rpdu"
  235. >
  236. <File
  237. RelativePath=".\include\tinysms\rpdu\tsms_rpdu.h"
  238. >
  239. </File>
  240. </Filter>
  241. </Filter>
  242. <Filter
  243. Name="source(*.c)"
  244. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  245. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  246. >
  247. <File
  248. RelativePath=".\src\tsms.c"
  249. >
  250. </File>
  251. <File
  252. RelativePath=".\src\tsms_address.c"
  253. >
  254. </File>
  255. <File
  256. RelativePath=".\src\tsms_common.c"
  257. >
  258. </File>
  259. <File
  260. RelativePath=".\src\tsms_packing.c"
  261. >
  262. </File>
  263. <Filter
  264. Name="tpdu"
  265. >
  266. <File
  267. RelativePath=".\src\tpdu\tsms_tpdu_command.c"
  268. >
  269. </File>
  270. <File
  271. RelativePath=".\src\tpdu\tsms_tpdu_deliver.c"
  272. >
  273. </File>
  274. <File
  275. RelativePath=".\src\tpdu\tsms_tpdu_report.c"
  276. >
  277. </File>
  278. <File
  279. RelativePath=".\src\tpdu\tsms_tpdu_status_report.c"
  280. >
  281. </File>
  282. <File
  283. RelativePath=".\src\tpdu\tsms_tpdu_submit.c"
  284. >
  285. </File>
  286. </Filter>
  287. <Filter
  288. Name="rpdu"
  289. >
  290. <File
  291. RelativePath=".\src\rpdu\tsms_rpdu.c"
  292. >
  293. </File>
  294. </Filter>
  295. </Filter>
  296. <Filter
  297. Name="resources(*.rc)"
  298. >
  299. <File
  300. RelativePath=".\version.rc"
  301. >
  302. </File>
  303. </Filter>
  304. </Files>
  305. <Globals>
  306. </Globals>
  307. </VisualStudioProject>