test.vcproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{BE242939-1E65-4875-A3E7-41D8B77D187F}"
  7. RootNamespace="test"
  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;..\..\tinyHTTP\include;..\..\tinySAK\src;..\..\tinyNET\src"
  45. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_CONSOLE;_WIN32_WINNT 0x0501"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="3"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. CompileAs="1"
  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)\tinyHTTP.lib $(OutDir)\tinyNET.lib"
  66. LinkIncremental="2"
  67. GenerateDebugInformation="true"
  68. SubSystem="1"
  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="1"
  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. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  121. RuntimeLibrary="2"
  122. EnableFunctionLevelLinking="true"
  123. UsePrecompiledHeader="0"
  124. WarningLevel="3"
  125. DebugInformationFormat="3"
  126. CompileAs="1"
  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. LinkIncremental="1"
  140. GenerateDebugInformation="true"
  141. SubSystem="1"
  142. OptimizeReferences="2"
  143. EnableCOMDATFolding="2"
  144. TargetMachine="1"
  145. />
  146. <Tool
  147. Name="VCALinkTool"
  148. />
  149. <Tool
  150. Name="VCManifestTool"
  151. />
  152. <Tool
  153. Name="VCXDCMakeTool"
  154. />
  155. <Tool
  156. Name="VCBscMakeTool"
  157. />
  158. <Tool
  159. Name="VCFxCopTool"
  160. />
  161. <Tool
  162. Name="VCAppVerifierTool"
  163. />
  164. <Tool
  165. Name="VCPostBuildEventTool"
  166. />
  167. </Configuration>
  168. </Configurations>
  169. <References>
  170. </References>
  171. <Files>
  172. <Filter
  173. Name="Source Files"
  174. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  175. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  176. >
  177. <File
  178. RelativePath=".\stdafx.c"
  179. >
  180. </File>
  181. <File
  182. RelativePath=".\test.c"
  183. >
  184. </File>
  185. </Filter>
  186. <Filter
  187. Name="Header Files"
  188. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  189. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  190. >
  191. <File
  192. RelativePath=".\stdafx.h"
  193. >
  194. </File>
  195. <File
  196. RelativePath=".\targetver.h"
  197. >
  198. </File>
  199. </Filter>
  200. <Filter
  201. Name="tests"
  202. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  203. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  204. >
  205. <File
  206. RelativePath=".\test_auth.h"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".\test_messages.h"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".\test_stack.h"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".\test_transport.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".\test_url.h"
  223. >
  224. </File>
  225. </Filter>
  226. </Files>
  227. <Globals>
  228. </Globals>
  229. </VisualStudioProject>