test_lib_json.vcproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="test_lib_json"
  6. ProjectGUID="{B7A96B78-2782-40D2-8F37-A2DEF2B9C26D}"
  7. RootNamespace="test_lib_json"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  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="../../build/vs71/debug/test_lib_json"
  22. IntermediateDirectory="../../build/vs71/debug/test_lib_json"
  23. ConfigurationType="1"
  24. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  25. CharacterSet="2"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="../../include"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="1"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="3"
  52. Detect64BitPortabilityProblems="true"
  53. DebugInformationFormat="4"
  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. OutputFile="$(OutDir)/test_lib_json.exe"
  67. LinkIncremental="2"
  68. GenerateDebugInformation="true"
  69. ProgramDatabaseFile="$(OutDir)/test_lib_json.pdb"
  70. SubSystem="1"
  71. RandomizedBaseAddress="1"
  72. DataExecutionPrevention="0"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCPostBuildEventTool"
  95. Description="Running all unit tests"
  96. CommandLine="$(TargetPath)"
  97. />
  98. </Configuration>
  99. <Configuration
  100. Name="Release|Win32"
  101. OutputDirectory="../../build/vs71/release/test_lib_json"
  102. IntermediateDirectory="../../build/vs71/release/test_lib_json"
  103. ConfigurationType="1"
  104. InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
  105. CharacterSet="2"
  106. >
  107. <Tool
  108. Name="VCPreBuildEventTool"
  109. />
  110. <Tool
  111. Name="VCCustomBuildTool"
  112. />
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"
  115. />
  116. <Tool
  117. Name="VCWebServiceProxyGeneratorTool"
  118. />
  119. <Tool
  120. Name="VCMIDLTool"
  121. />
  122. <Tool
  123. Name="VCCLCompilerTool"
  124. AdditionalIncludeDirectories="../../include"
  125. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  126. RuntimeLibrary="0"
  127. UsePrecompiledHeader="0"
  128. WarningLevel="3"
  129. Detect64BitPortabilityProblems="true"
  130. DebugInformationFormat="3"
  131. />
  132. <Tool
  133. Name="VCManagedResourceCompilerTool"
  134. />
  135. <Tool
  136. Name="VCResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCPreLinkEventTool"
  140. />
  141. <Tool
  142. Name="VCLinkerTool"
  143. OutputFile="$(OutDir)/test_lib_json.exe"
  144. LinkIncremental="1"
  145. GenerateDebugInformation="true"
  146. SubSystem="1"
  147. OptimizeReferences="2"
  148. EnableCOMDATFolding="2"
  149. RandomizedBaseAddress="1"
  150. DataExecutionPrevention="0"
  151. TargetMachine="1"
  152. />
  153. <Tool
  154. Name="VCALinkTool"
  155. />
  156. <Tool
  157. Name="VCManifestTool"
  158. />
  159. <Tool
  160. Name="VCXDCMakeTool"
  161. />
  162. <Tool
  163. Name="VCBscMakeTool"
  164. />
  165. <Tool
  166. Name="VCFxCopTool"
  167. />
  168. <Tool
  169. Name="VCAppVerifierTool"
  170. />
  171. <Tool
  172. Name="VCPostBuildEventTool"
  173. Description="Running all unit tests"
  174. CommandLine="$(TargetPath)"
  175. />
  176. </Configuration>
  177. </Configurations>
  178. <References>
  179. </References>
  180. <Files>
  181. <File
  182. RelativePath="..\..\src\test_lib_json\jsontest.cpp"
  183. >
  184. </File>
  185. <File
  186. RelativePath="..\..\src\test_lib_json\jsontest.h"
  187. >
  188. </File>
  189. <File
  190. RelativePath="..\..\src\test_lib_json\main.cpp"
  191. >
  192. </File>
  193. </Files>
  194. <Globals>
  195. </Globals>
  196. </VisualStudioProject>