shared_memory_mapping_test.vcproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="shared_memory_mapping_test"
  6. ProjectGUID="{5CE18C83-6025-36FE-A4F7-BA09176D3A11}"
  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/shared_memory_mapping_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. KeepComments="FALSE"
  26. MinimalRebuild="TRUE"
  27. BasicRuntimeChecks="3"
  28. RuntimeLibrary="3"
  29. DisableLanguageExtensions="FALSE"
  30. TreatWChar_tAsBuiltInType="TRUE"
  31. ForceConformanceInForLoopScope="FALSE"
  32. UsePrecompiledHeader="0"
  33. WarningLevel="4"
  34. Detect64BitPortabilityProblems="TRUE"
  35. DebugInformationFormat="3"/>
  36. <Tool
  37. Name="VCCustomBuildTool"/>
  38. <Tool
  39. Name="VCLinkerTool"
  40. AdditionalDependencies="winmm.lib"
  41. OutputFile="$(OutDir)/shared_memory_mapping_test_d.exe"
  42. LinkIncremental="1"
  43. AdditionalLibraryDirectories="../../../../stage/lib"
  44. GenerateDebugInformation="TRUE"
  45. ProgramDatabaseFile="$(OutDir)/shared_memory_mapping_test.pdb"
  46. SubSystem="1"
  47. TargetMachine="1"
  48. FixedBaseAddress="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="../../Bin/Win32/Release"
  73. IntermediateDirectory="Release/shared_memory_mapping_test"
  74. ConfigurationType="1"
  75. CharacterSet="2">
  76. <Tool
  77. Name="VCCLCompilerTool"
  78. Optimization="3"
  79. AdditionalIncludeDirectories="../../../.."
  80. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;BOOST_DATE_TIME_NO_LIB"
  81. RuntimeLibrary="2"
  82. TreatWChar_tAsBuiltInType="TRUE"
  83. ForceConformanceInForLoopScope="FALSE"
  84. UsePrecompiledHeader="0"
  85. WarningLevel="4"
  86. Detect64BitPortabilityProblems="TRUE"
  87. DebugInformationFormat="0"/>
  88. <Tool
  89. Name="VCCustomBuildTool"/>
  90. <Tool
  91. Name="VCLinkerTool"
  92. AdditionalDependencies="winmm.lib"
  93. OutputFile="$(OutDir)/shared_memory_mapping_test.exe"
  94. LinkIncremental="1"
  95. AdditionalLibraryDirectories="../../../../stage/lib"
  96. GenerateDebugInformation="TRUE"
  97. SubSystem="1"
  98. OptimizeReferences="2"
  99. EnableCOMDATFolding="2"
  100. TargetMachine="1"/>
  101. <Tool
  102. Name="VCMIDLTool"/>
  103. <Tool
  104. Name="VCPostBuildEventTool"/>
  105. <Tool
  106. Name="VCPreBuildEventTool"/>
  107. <Tool
  108. Name="VCPreLinkEventTool"/>
  109. <Tool
  110. Name="VCResourceCompilerTool"/>
  111. <Tool
  112. Name="VCWebServiceProxyGeneratorTool"/>
  113. <Tool
  114. Name="VCXMLDataGeneratorTool"/>
  115. <Tool
  116. Name="VCWebDeploymentTool"/>
  117. <Tool
  118. Name="VCManagedWrapperGeneratorTool"/>
  119. <Tool
  120. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  121. </Configuration>
  122. </Configurations>
  123. <References>
  124. </References>
  125. <Files>
  126. <Filter
  127. Name="Source Files"
  128. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  129. UniqueIdentifier="{4F737F1-C7A5-3256-66A0-2A352A22D7FF}">
  130. <File
  131. RelativePath="..\..\test\shared_memory_mapping_test.cpp">
  132. </File>
  133. </Filter>
  134. <Filter
  135. Name="Header Files"
  136. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  137. UniqueIdentifier="{5CE18253-89BD-b044-826B-62B5F2EBFBE5}">
  138. </Filter>
  139. </Files>
  140. <Globals>
  141. </Globals>
  142. </VisualStudioProject>