intrusive_ptr_test.vcproj 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="intrusive_ptr_test"
  6. ProjectGUID="{5821C383-6092-12FE-A877-BA0D33467633}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="../../Bin/Win32/Debug"
  16. IntermediateDirectory="Debug/intrusive_ptr_test"
  17. ConfigurationType="1"
  18. CharacterSet="2">
  19. <Tool
  20. Name="VCCLCompilerTool"
  21. Optimization="0"
  22. AdditionalIncludeDirectories="../../../.."
  23. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB"
  24. MinimalRebuild="TRUE"
  25. ExceptionHandling="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. TreatWChar_tAsBuiltInType="TRUE"
  29. ForceConformanceInForLoopScope="FALSE"
  30. RuntimeTypeInfo="TRUE"
  31. UsePrecompiledHeader="0"
  32. WarningLevel="4"
  33. Detect64BitPortabilityProblems="TRUE"
  34. DebugInformationFormat="3"/>
  35. <Tool
  36. Name="VCCustomBuildTool"/>
  37. <Tool
  38. Name="VCLinkerTool"
  39. AdditionalDependencies="winmm.lib"
  40. OutputFile="$(OutDir)/intrusive_ptr_test_d.exe"
  41. LinkIncremental="1"
  42. AdditionalLibraryDirectories="../../../../stage/lib"
  43. GenerateDebugInformation="TRUE"
  44. ProgramDatabaseFile="$(OutDir)/intrusive_ptr_test.pdb"
  45. SubSystem="1"
  46. TargetMachine="1"
  47. FixedBaseAddress="1"/>
  48. <Tool
  49. Name="VCMIDLTool"/>
  50. <Tool
  51. Name="VCPostBuildEventTool"/>
  52. <Tool
  53. Name="VCPreBuildEventTool"/>
  54. <Tool
  55. Name="VCPreLinkEventTool"/>
  56. <Tool
  57. Name="VCResourceCompilerTool"/>
  58. <Tool
  59. Name="VCWebServiceProxyGeneratorTool"/>
  60. <Tool
  61. Name="VCXMLDataGeneratorTool"/>
  62. <Tool
  63. Name="VCWebDeploymentTool"/>
  64. <Tool
  65. Name="VCManagedWrapperGeneratorTool"/>
  66. <Tool
  67. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  68. </Configuration>
  69. <Configuration
  70. Name="Release|Win32"
  71. OutputDirectory="../../Bin/Win32/Release"
  72. IntermediateDirectory="Release/intrusive_ptr_test"
  73. ConfigurationType="1"
  74. CharacterSet="2">
  75. <Tool
  76. Name="VCCLCompilerTool"
  77. AdditionalIncludeDirectories="../../../.."
  78. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB"
  79. RuntimeLibrary="2"
  80. TreatWChar_tAsBuiltInType="TRUE"
  81. ForceConformanceInForLoopScope="FALSE"
  82. RuntimeTypeInfo="TRUE"
  83. UsePrecompiledHeader="0"
  84. WarningLevel="4"
  85. Detect64BitPortabilityProblems="TRUE"
  86. DebugInformationFormat="0"/>
  87. <Tool
  88. Name="VCCustomBuildTool"/>
  89. <Tool
  90. Name="VCLinkerTool"
  91. AdditionalDependencies="winmm.lib"
  92. OutputFile="$(OutDir)/intrusive_ptr_test.exe"
  93. LinkIncremental="1"
  94. AdditionalLibraryDirectories="../../../../stage/lib"
  95. GenerateDebugInformation="TRUE"
  96. SubSystem="1"
  97. OptimizeReferences="2"
  98. EnableCOMDATFolding="2"
  99. TargetMachine="1"/>
  100. <Tool
  101. Name="VCMIDLTool"/>
  102. <Tool
  103. Name="VCPostBuildEventTool"/>
  104. <Tool
  105. Name="VCPreBuildEventTool"/>
  106. <Tool
  107. Name="VCPreLinkEventTool"/>
  108. <Tool
  109. Name="VCResourceCompilerTool"/>
  110. <Tool
  111. Name="VCWebServiceProxyGeneratorTool"/>
  112. <Tool
  113. Name="VCXMLDataGeneratorTool"/>
  114. <Tool
  115. Name="VCWebDeploymentTool"/>
  116. <Tool
  117. Name="VCManagedWrapperGeneratorTool"/>
  118. <Tool
  119. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  120. </Configuration>
  121. </Configurations>
  122. <References>
  123. </References>
  124. <Files>
  125. <Filter
  126. Name="Source Files"
  127. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  128. UniqueIdentifier="{4F1437F1-74A5-4398-A064-2A32D7BEA2FF}">
  129. <File
  130. RelativePath="..\..\test\intrusive_ptr_test.cpp">
  131. </File>
  132. </Filter>
  133. <Filter
  134. Name="Header Files"
  135. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  136. UniqueIdentifier="{93959380-BD8A-b044-8E8B-BE6F52EB25FB}">
  137. </Filter>
  138. </Files>
  139. <Globals>
  140. </Globals>
  141. </VisualStudioProject>