test.vcproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test"
  6. ProjectGUID="{4555F4A7-6DC7-4844-9F3F-6AAB4443D4E9}"
  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;&quot;$(SolutionDir)\include&quot;;..\..\tinySAK\src"
  45. PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_CONSOLE"
  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 $(OutDir)\tinySDP.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="VCPostBuildEventTool"
  92. />
  93. </Configuration>
  94. <Configuration
  95. Name="Release|Win32"
  96. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  97. IntermediateDirectory="$(ConfigurationName)"
  98. ConfigurationType="1"
  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="2"
  120. EnableIntrinsicFunctions="true"
  121. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  122. RuntimeLibrary="2"
  123. EnableFunctionLevelLinking="true"
  124. UsePrecompiledHeader="0"
  125. WarningLevel="3"
  126. WarnAsError="true"
  127. DebugInformationFormat="3"
  128. CompileAs="1"
  129. />
  130. <Tool
  131. Name="VCManagedResourceCompilerTool"
  132. />
  133. <Tool
  134. Name="VCResourceCompilerTool"
  135. />
  136. <Tool
  137. Name="VCPreLinkEventTool"
  138. />
  139. <Tool
  140. Name="VCLinkerTool"
  141. LinkIncremental="1"
  142. GenerateDebugInformation="true"
  143. SubSystem="1"
  144. OptimizeReferences="2"
  145. EnableCOMDATFolding="2"
  146. TargetMachine="1"
  147. />
  148. <Tool
  149. Name="VCALinkTool"
  150. />
  151. <Tool
  152. Name="VCManifestTool"
  153. />
  154. <Tool
  155. Name="VCXDCMakeTool"
  156. />
  157. <Tool
  158. Name="VCBscMakeTool"
  159. />
  160. <Tool
  161. Name="VCFxCopTool"
  162. />
  163. <Tool
  164. Name="VCAppVerifierTool"
  165. />
  166. <Tool
  167. Name="VCPostBuildEventTool"
  168. />
  169. </Configuration>
  170. </Configurations>
  171. <References>
  172. </References>
  173. <Files>
  174. <Filter
  175. Name="sources"
  176. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  177. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  178. >
  179. <File
  180. RelativePath=".\stdafx.c"
  181. >
  182. </File>
  183. <File
  184. RelativePath=".\test.c"
  185. >
  186. </File>
  187. </Filter>
  188. <Filter
  189. Name="include"
  190. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  191. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  192. >
  193. <File
  194. RelativePath=".\stdafx.h"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".\targetver.h"
  199. >
  200. </File>
  201. </Filter>
  202. <Filter
  203. Name="tests"
  204. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  205. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  206. >
  207. <File
  208. RelativePath=".\test_parser.h"
  209. >
  210. </File>
  211. <File
  212. RelativePath=".\test_rfc5939.h"
  213. >
  214. </File>
  215. <File
  216. RelativePath=".\test_soa.h"
  217. >
  218. </File>
  219. </Filter>
  220. </Files>
  221. <Globals>
  222. </Globals>
  223. </VisualStudioProject>