pointer_traits.vcproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="pointer_traits"
  6. ProjectGUID="{7679B41B-F2B4-9176-CB81-35449467B435}"
  7. RootNamespace="pointer_traits"
  8. Keyword="Win32Proj">
  9. <Platforms>
  10. <Platform
  11. Name="Win32"/>
  12. </Platforms>
  13. <Configurations>
  14. <Configuration
  15. Name="Debug|Win32"
  16. OutputDirectory="Debug"
  17. IntermediateDirectory="Debug"
  18. ConfigurationType="1"
  19. CharacterSet="2">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="../../../../../"
  24. PreprocessorDefinitions="BOOST_DATE_TIME_NO_LIB"
  25. GeneratePreprocessedFile="0"
  26. KeepComments="FALSE"
  27. MinimalRebuild="TRUE"
  28. BasicRuntimeChecks="3"
  29. RuntimeLibrary="1"
  30. DisableLanguageExtensions="FALSE"
  31. TreatWChar_tAsBuiltInType="TRUE"
  32. ForceConformanceInForLoopScope="TRUE"
  33. RuntimeTypeInfo="TRUE"
  34. UsePrecompiledHeader="0"
  35. WarningLevel="4"
  36. Detect64BitPortabilityProblems="TRUE"
  37. DebugInformationFormat="4"/>
  38. <Tool
  39. Name="VCCustomBuildTool"/>
  40. <Tool
  41. Name="VCLinkerTool"
  42. OutputFile="$(OutDir)/pointer_traits.exe"
  43. LinkIncremental="2"
  44. GenerateDebugInformation="TRUE"
  45. ProgramDatabaseFile="$(OutDir)/pointer_traits.pdb"
  46. GenerateMapFile="TRUE"
  47. SubSystem="1"
  48. TargetMachine="1"/>
  49. <Tool
  50. Name="VCMIDLTool"/>
  51. <Tool
  52. Name="VCPostBuildEventTool"/>
  53. <Tool
  54. Name="VCPreBuildEventTool"/>
  55. <Tool
  56. Name="VCPreLinkEventTool"/>
  57. <Tool
  58. Name="VCResourceCompilerTool"/>
  59. <Tool
  60. Name="VCWebServiceProxyGeneratorTool"/>
  61. <Tool
  62. Name="VCXMLDataGeneratorTool"/>
  63. <Tool
  64. Name="VCWebDeploymentTool"/>
  65. <Tool
  66. Name="VCManagedWrapperGeneratorTool"/>
  67. <Tool
  68. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  69. </Configuration>
  70. <Configuration
  71. Name="Release|Win32"
  72. OutputDirectory="Release"
  73. IntermediateDirectory="Release"
  74. ConfigurationType="1"
  75. CharacterSet="2">
  76. <Tool
  77. Name="VCCLCompilerTool"
  78. AdditionalIncludeDirectories="../../../../../"
  79. PreprocessorDefinitions="BOOST_DATE_TIME_NO_LIB"
  80. RuntimeLibrary="0"
  81. DisableLanguageExtensions="FALSE"
  82. ForceConformanceInForLoopScope="TRUE"
  83. UsePrecompiledHeader="0"
  84. WarningLevel="3"
  85. Detect64BitPortabilityProblems="TRUE"
  86. DebugInformationFormat="3"/>
  87. <Tool
  88. Name="VCCustomBuildTool"/>
  89. <Tool
  90. Name="VCLinkerTool"
  91. OutputFile="$(OutDir)/pointer_traits.exe"
  92. LinkIncremental="1"
  93. GenerateDebugInformation="TRUE"
  94. SubSystem="1"
  95. OptimizeReferences="2"
  96. EnableCOMDATFolding="2"
  97. TargetMachine="1"/>
  98. <Tool
  99. Name="VCMIDLTool"/>
  100. <Tool
  101. Name="VCPostBuildEventTool"/>
  102. <Tool
  103. Name="VCPreBuildEventTool"/>
  104. <Tool
  105. Name="VCPreLinkEventTool"/>
  106. <Tool
  107. Name="VCResourceCompilerTool"/>
  108. <Tool
  109. Name="VCWebServiceProxyGeneratorTool"/>
  110. <Tool
  111. Name="VCXMLDataGeneratorTool"/>
  112. <Tool
  113. Name="VCWebDeploymentTool"/>
  114. <Tool
  115. Name="VCManagedWrapperGeneratorTool"/>
  116. <Tool
  117. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  118. </Configuration>
  119. </Configurations>
  120. <References>
  121. </References>
  122. <Files>
  123. <Filter
  124. Name="Source Files"
  125. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  126. UniqueIdentifier="{4F537F31-AB85-7644-A616-25727F35FA5F}">
  127. <File
  128. RelativePath="..\..\..\test\pointer_traits_test.cpp">
  129. </File>
  130. </Filter>
  131. </Files>
  132. <Globals>
  133. </Globals>
  134. </VisualStudioProject>