Project4.vcxproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClInclude Include="..\shm\metadata_allocator.h" />
  23. <ClInclude Include="..\shm\page_heap.h" />
  24. <ClInclude Include="..\shm\shm.h" />
  25. <ClInclude Include="..\shm\shm_config.h" />
  26. <ClInclude Include="..\shm\shm_helper.h" />
  27. <ClInclude Include="..\shm\shm_manager.h" />
  28. <ClInclude Include="..\shm\shm_object.h" />
  29. <ClInclude Include="..\shm\size_map.h" />
  30. <ClInclude Include="..\shm\span.h" />
  31. <ClInclude Include="..\shm\vptr_manager.h" />
  32. <ClInclude Include="bases_helper.h" />
  33. <ClInclude Include="test\catch.hpp" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ClCompile Include="..\shm\page_heap.cc" />
  37. <ClCompile Include="..\shm\shm.cc" />
  38. <ClCompile Include="..\shm\shm_helper.cc" />
  39. <ClCompile Include="..\shm\shm_manager.cc" />
  40. <ClCompile Include="..\shm\shm_object.cc" />
  41. <ClCompile Include="..\shm\size_map.cc" />
  42. <ClCompile Include="..\shm\vptr_manager.cc" />
  43. <ClCompile Include="test\testmain.cpp" />
  44. <ClCompile Include="test\test_manage.cpp" />
  45. <ClCompile Include="test\test_object.cpp" />
  46. <ClCompile Include="test\test_page_heap.cpp" />
  47. <ClCompile Include="test\test_size_map.cpp" />
  48. <ClCompile Include="test\test_vptr_manager.cpp" />
  49. </ItemGroup>
  50. <PropertyGroup Label="Globals">
  51. <VCProjectVersion>16.0</VCProjectVersion>
  52. <Keyword>Win32Proj</Keyword>
  53. <ProjectGuid>{d5197fb1-8795-48ef-84a3-d4f16962f895}</ProjectGuid>
  54. <RootNamespace>Project4</RootNamespace>
  55. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  56. <ProjectName>testallshm</ProjectName>
  57. </PropertyGroup>
  58. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  60. <ConfigurationType>Application</ConfigurationType>
  61. <UseDebugLibraries>true</UseDebugLibraries>
  62. <PlatformToolset>v142</PlatformToolset>
  63. <CharacterSet>Unicode</CharacterSet>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  66. <ConfigurationType>Application</ConfigurationType>
  67. <UseDebugLibraries>false</UseDebugLibraries>
  68. <PlatformToolset>v142</PlatformToolset>
  69. <WholeProgramOptimization>true</WholeProgramOptimization>
  70. <CharacterSet>Unicode</CharacterSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  73. <ConfigurationType>Application</ConfigurationType>
  74. <UseDebugLibraries>true</UseDebugLibraries>
  75. <PlatformToolset>v142</PlatformToolset>
  76. <CharacterSet>MultiByte</CharacterSet>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  79. <ConfigurationType>Application</ConfigurationType>
  80. <UseDebugLibraries>false</UseDebugLibraries>
  81. <PlatformToolset>v142</PlatformToolset>
  82. <WholeProgramOptimization>true</WholeProgramOptimization>
  83. <CharacterSet>Unicode</CharacterSet>
  84. </PropertyGroup>
  85. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  86. <ImportGroup Label="ExtensionSettings">
  87. <Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.props" />
  88. <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
  89. </ImportGroup>
  90. <ImportGroup Label="Shared">
  91. </ImportGroup>
  92. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. </ImportGroup>
  95. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  99. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  100. </ImportGroup>
  101. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  102. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  103. </ImportGroup>
  104. <PropertyGroup Label="UserMacros" />
  105. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  106. <LinkIncremental>true</LinkIncremental>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  109. <LinkIncremental>false</LinkIncremental>
  110. </PropertyGroup>
  111. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  112. <LinkIncremental>true</LinkIncremental>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  115. <LinkIncremental>false</LinkIncremental>
  116. </PropertyGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  118. <ClCompile>
  119. <WarningLevel>Level3</WarningLevel>
  120. <SDLCheck>true</SDLCheck>
  121. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. <ConformanceMode>true</ConformanceMode>
  123. </ClCompile>
  124. <Link>
  125. <SubSystem>Console</SubSystem>
  126. <GenerateDebugInformation>true</GenerateDebugInformation>
  127. <EntryPointSymbol>main</EntryPointSymbol>
  128. </Link>
  129. </ItemDefinitionGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  131. <ClCompile>
  132. <WarningLevel>Level3</WarningLevel>
  133. <FunctionLevelLinking>true</FunctionLevelLinking>
  134. <IntrinsicFunctions>true</IntrinsicFunctions>
  135. <SDLCheck>true</SDLCheck>
  136. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <ConformanceMode>true</ConformanceMode>
  138. </ClCompile>
  139. <Link>
  140. <SubSystem>Console</SubSystem>
  141. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  142. <OptimizeReferences>true</OptimizeReferences>
  143. <GenerateDebugInformation>true</GenerateDebugInformation>
  144. </Link>
  145. </ItemDefinitionGroup>
  146. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  147. <ClCompile>
  148. <WarningLevel>Level3</WarningLevel>
  149. <SDLCheck>true</SDLCheck>
  150. <PreprocessorDefinitions>_DEBUG;_CONSOLE;_AMD64_;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  151. <ConformanceMode>true</ConformanceMode>
  152. <AdditionalIncludeDirectories>../shm;./test;../vs_helper;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  153. <DisableSpecificWarnings>4250</DisableSpecificWarnings>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Console</SubSystem>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <EntryPointSymbol>
  159. </EntryPointSymbol>
  160. </Link>
  161. </ItemDefinitionGroup>
  162. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  163. <ClCompile>
  164. <WarningLevel>Level3</WarningLevel>
  165. <FunctionLevelLinking>true</FunctionLevelLinking>
  166. <IntrinsicFunctions>true</IntrinsicFunctions>
  167. <SDLCheck>true</SDLCheck>
  168. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <ConformanceMode>true</ConformanceMode>
  170. </ClCompile>
  171. <Link>
  172. <SubSystem>Console</SubSystem>
  173. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  174. <OptimizeReferences>true</OptimizeReferences>
  175. <GenerateDebugInformation>true</GenerateDebugInformation>
  176. </Link>
  177. </ItemDefinitionGroup>
  178. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  179. <ImportGroup Label="ExtensionTargets">
  180. <Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.targets" />
  181. <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
  182. </ImportGroup>
  183. </Project>