test.vcproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{BD24A663-4018-41EC-A250-4A57CDD2F13B}"
  7. RootNamespace="test"
  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="1"
  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="..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinySMS\include"
  44. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_CONSOLE"
  45. MinimalRebuild="true"
  46. BasicRuntimeChecks="3"
  47. RuntimeLibrary="3"
  48. UsePrecompiledHeader="0"
  49. WarningLevel="3"
  50. WarnAsError="true"
  51. Detect64BitPortabilityProblems="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)\tinySMS.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="VCWebDeploymentTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. />
  96. </Configuration>
  97. <Configuration
  98. Name="Release|Win32"
  99. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  100. IntermediateDirectory="$(ConfigurationName)"
  101. ConfigurationType="1"
  102. CharacterSet="1"
  103. WholeProgramOptimization="1"
  104. >
  105. <Tool
  106. Name="VCPreBuildEventTool"
  107. />
  108. <Tool
  109. Name="VCCustomBuildTool"
  110. />
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"
  113. />
  114. <Tool
  115. Name="VCWebServiceProxyGeneratorTool"
  116. />
  117. <Tool
  118. Name="VCMIDLTool"
  119. />
  120. <Tool
  121. Name="VCCLCompilerTool"
  122. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  123. RuntimeLibrary="2"
  124. UsePrecompiledHeader="0"
  125. WarningLevel="3"
  126. WarnAsError="true"
  127. Detect64BitPortabilityProblems="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. LinkIncremental="1"
  143. GenerateDebugInformation="true"
  144. SubSystem="1"
  145. OptimizeReferences="2"
  146. EnableCOMDATFolding="2"
  147. TargetMachine="1"
  148. />
  149. <Tool
  150. Name="VCALinkTool"
  151. />
  152. <Tool
  153. Name="VCManifestTool"
  154. />
  155. <Tool
  156. Name="VCXDCMakeTool"
  157. />
  158. <Tool
  159. Name="VCBscMakeTool"
  160. />
  161. <Tool
  162. Name="VCFxCopTool"
  163. />
  164. <Tool
  165. Name="VCAppVerifierTool"
  166. />
  167. <Tool
  168. Name="VCWebDeploymentTool"
  169. />
  170. <Tool
  171. Name="VCPostBuildEventTool"
  172. />
  173. </Configuration>
  174. </Configurations>
  175. <References>
  176. </References>
  177. <Files>
  178. <Filter
  179. Name="Source Files"
  180. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  181. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  182. >
  183. <File
  184. RelativePath="..\..\tinySMS\test\stdafx.c"
  185. >
  186. </File>
  187. <File
  188. RelativePath="..\..\tinySMS\test\test.c"
  189. >
  190. </File>
  191. </Filter>
  192. <Filter
  193. Name="Header Files"
  194. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  195. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  196. >
  197. <File
  198. RelativePath="..\..\tinySMS\test\stdafx.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath="..\..\tinySMS\test\targetver.h"
  203. >
  204. </File>
  205. </Filter>
  206. <Filter
  207. Name="Tests"
  208. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  209. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  210. >
  211. <File
  212. RelativePath="..\..\tinySMS\test\test_packing.h"
  213. >
  214. </File>
  215. <File
  216. RelativePath="..\..\tinySMS\test\test_rpdu.h"
  217. >
  218. </File>
  219. <File
  220. RelativePath="..\..\tinySMS\test\test_tpdu.h"
  221. >
  222. </File>
  223. </Filter>
  224. </Files>
  225. <Globals>
  226. </Globals>
  227. </VisualStudioProject>