memory_algorithm_test.vcproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="memory_algorithm_test"
  6. ProjectGUID="{58E18CC3-6092-8F4E-A3E7-A792230D3629}"
  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/memory_algorithm_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. BasicRuntimeChecks="3"
  26. RuntimeLibrary="3"
  27. TreatWChar_tAsBuiltInType="TRUE"
  28. ForceConformanceInForLoopScope="FALSE"
  29. UsePrecompiledHeader="0"
  30. WarningLevel="4"
  31. Detect64BitPortabilityProblems="TRUE"
  32. DebugInformationFormat="3"/>
  33. <Tool
  34. Name="VCCustomBuildTool"/>
  35. <Tool
  36. Name="VCLinkerTool"
  37. AdditionalDependencies="winmm.lib"
  38. OutputFile="$(OutDir)/memory_algorithm_test_d.exe"
  39. LinkIncremental="1"
  40. AdditionalLibraryDirectories="../../../../stage/lib"
  41. GenerateDebugInformation="TRUE"
  42. ProgramDatabaseFile="$(OutDir)/memory_algorithm_test.pdb"
  43. SubSystem="1"
  44. TargetMachine="1"
  45. FixedBaseAddress="1"/>
  46. <Tool
  47. Name="VCMIDLTool"/>
  48. <Tool
  49. Name="VCPostBuildEventTool"/>
  50. <Tool
  51. Name="VCPreBuildEventTool"/>
  52. <Tool
  53. Name="VCPreLinkEventTool"/>
  54. <Tool
  55. Name="VCResourceCompilerTool"/>
  56. <Tool
  57. Name="VCWebServiceProxyGeneratorTool"/>
  58. <Tool
  59. Name="VCXMLDataGeneratorTool"/>
  60. <Tool
  61. Name="VCWebDeploymentTool"/>
  62. <Tool
  63. Name="VCManagedWrapperGeneratorTool"/>
  64. <Tool
  65. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  66. </Configuration>
  67. <Configuration
  68. Name="Release|Win32"
  69. OutputDirectory="../../Bin/Win32/Release"
  70. IntermediateDirectory="Release/memory_algorithm_test"
  71. ConfigurationType="1"
  72. CharacterSet="2">
  73. <Tool
  74. Name="VCCLCompilerTool"
  75. GlobalOptimizations="TRUE"
  76. AdditionalIncludeDirectories="../../../.."
  77. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB"
  78. RuntimeLibrary="2"
  79. TreatWChar_tAsBuiltInType="TRUE"
  80. ForceConformanceInForLoopScope="FALSE"
  81. UsePrecompiledHeader="0"
  82. WarningLevel="4"
  83. Detect64BitPortabilityProblems="TRUE"
  84. DebugInformationFormat="3"/>
  85. <Tool
  86. Name="VCCustomBuildTool"/>
  87. <Tool
  88. Name="VCLinkerTool"
  89. AdditionalDependencies="winmm.lib"
  90. OutputFile="$(OutDir)/memory_algorithm_test.exe"
  91. LinkIncremental="1"
  92. AdditionalLibraryDirectories="../../../../stage/lib"
  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="{399570F1-7AB7-4376-06A6-D752A2A322FF}">
  127. <File
  128. RelativePath="..\..\test\memory_algorithm_test.cpp">
  129. </File>
  130. </Filter>
  131. <Filter
  132. Name="Header Files"
  133. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  134. UniqueIdentifier="{94FF3380-9B3D-4b05-88FA-6FAF2552EB01}">
  135. </Filter>
  136. </Files>
  137. <Globals>
  138. </Globals>
  139. </VisualStudioProject>