anonymous_shared_memory_test.vcproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="anonymous_shared_memory_test"
  6. ProjectGUID="{58DE8A13-4FA7-6252-36FE-B3A0A6D92812}"
  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/anonymous_shared_memory_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. GeneratePreprocessedFile="0"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="3"
  28. TreatWChar_tAsBuiltInType="TRUE"
  29. ForceConformanceInForLoopScope="FALSE"
  30. UsePrecompiledHeader="0"
  31. WarningLevel="4"
  32. Detect64BitPortabilityProblems="TRUE"
  33. DebugInformationFormat="3"/>
  34. <Tool
  35. Name="VCCustomBuildTool"/>
  36. <Tool
  37. Name="VCLinkerTool"
  38. AdditionalDependencies="winmm.lib"
  39. OutputFile="$(OutDir)/anonymous_shared_memory_test_d.exe"
  40. LinkIncremental="1"
  41. AdditionalLibraryDirectories="../../../../stage/lib"
  42. GenerateDebugInformation="TRUE"
  43. ProgramDatabaseFile="$(OutDir)/anonymous_shared_memory_test.pdb"
  44. SubSystem="1"
  45. TargetMachine="1"
  46. FixedBaseAddress="1"/>
  47. <Tool
  48. Name="VCMIDLTool"/>
  49. <Tool
  50. Name="VCPostBuildEventTool"/>
  51. <Tool
  52. Name="VCPreBuildEventTool"/>
  53. <Tool
  54. Name="VCPreLinkEventTool"/>
  55. <Tool
  56. Name="VCResourceCompilerTool"/>
  57. <Tool
  58. Name="VCWebServiceProxyGeneratorTool"/>
  59. <Tool
  60. Name="VCXMLDataGeneratorTool"/>
  61. <Tool
  62. Name="VCWebDeploymentTool"/>
  63. <Tool
  64. Name="VCManagedWrapperGeneratorTool"/>
  65. <Tool
  66. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  67. </Configuration>
  68. <Configuration
  69. Name="Release|Win32"
  70. OutputDirectory="../../Bin/Win32/Release"
  71. IntermediateDirectory="Release/anonymous_shared_memory_test"
  72. ConfigurationType="1"
  73. CharacterSet="2">
  74. <Tool
  75. Name="VCCLCompilerTool"
  76. Optimization="3"
  77. AdditionalIncludeDirectories="../../../.."
  78. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB"
  79. RuntimeLibrary="2"
  80. TreatWChar_tAsBuiltInType="TRUE"
  81. ForceConformanceInForLoopScope="FALSE"
  82. UsePrecompiledHeader="0"
  83. WarningLevel="4"
  84. Detect64BitPortabilityProblems="TRUE"
  85. DebugInformationFormat="0"/>
  86. <Tool
  87. Name="VCCustomBuildTool"/>
  88. <Tool
  89. Name="VCLinkerTool"
  90. AdditionalDependencies="winmm.lib"
  91. OutputFile="$(OutDir)/anonymous_shared_memory_test.exe"
  92. LinkIncremental="1"
  93. AdditionalLibraryDirectories="../../../../stage/lib"
  94. GenerateDebugInformation="TRUE"
  95. SubSystem="1"
  96. OptimizeReferences="2"
  97. EnableCOMDATFolding="2"
  98. TargetMachine="1"/>
  99. <Tool
  100. Name="VCMIDLTool"/>
  101. <Tool
  102. Name="VCPostBuildEventTool"/>
  103. <Tool
  104. Name="VCPreBuildEventTool"/>
  105. <Tool
  106. Name="VCPreLinkEventTool"/>
  107. <Tool
  108. Name="VCResourceCompilerTool"/>
  109. <Tool
  110. Name="VCWebServiceProxyGeneratorTool"/>
  111. <Tool
  112. Name="VCXMLDataGeneratorTool"/>
  113. <Tool
  114. Name="VCWebDeploymentTool"/>
  115. <Tool
  116. Name="VCManagedWrapperGeneratorTool"/>
  117. <Tool
  118. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  119. </Configuration>
  120. </Configurations>
  121. <References>
  122. </References>
  123. <Files>
  124. <Filter
  125. Name="Source Files"
  126. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  127. UniqueIdentifier="{37F46E1-7A60-7AB5-3256-2B3A235E7E2F}">
  128. <File
  129. RelativePath="..\..\test\anonymous_shared_memory_test.cpp">
  130. </File>
  131. </Filter>
  132. </Files>
  133. <Globals>
  134. </Globals>
  135. </VisualStudioProject>