Project4.vcxproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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="..\vs_helper\type_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. </ItemGroup>
  49. <PropertyGroup Label="Globals">
  50. <VCProjectVersion>16.0</VCProjectVersion>
  51. <Keyword>Win32Proj</Keyword>
  52. <ProjectGuid>{d5197fb1-8795-48ef-84a3-d4f16962f895}</ProjectGuid>
  53. <RootNamespace>Project4</RootNamespace>
  54. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  55. </PropertyGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  58. <ConfigurationType>Application</ConfigurationType>
  59. <UseDebugLibraries>true</UseDebugLibraries>
  60. <PlatformToolset>v142</PlatformToolset>
  61. <CharacterSet>Unicode</CharacterSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  64. <ConfigurationType>Application</ConfigurationType>
  65. <UseDebugLibraries>false</UseDebugLibraries>
  66. <PlatformToolset>v142</PlatformToolset>
  67. <WholeProgramOptimization>true</WholeProgramOptimization>
  68. <CharacterSet>Unicode</CharacterSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  71. <ConfigurationType>Application</ConfigurationType>
  72. <UseDebugLibraries>true</UseDebugLibraries>
  73. <PlatformToolset>v142</PlatformToolset>
  74. <CharacterSet>MultiByte</CharacterSet>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  77. <ConfigurationType>Application</ConfigurationType>
  78. <UseDebugLibraries>false</UseDebugLibraries>
  79. <PlatformToolset>v142</PlatformToolset>
  80. <WholeProgramOptimization>true</WholeProgramOptimization>
  81. <CharacterSet>Unicode</CharacterSet>
  82. </PropertyGroup>
  83. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  84. <ImportGroup Label="ExtensionSettings">
  85. <Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.props" />
  86. <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
  87. </ImportGroup>
  88. <ImportGroup Label="Shared">
  89. </ImportGroup>
  90. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  97. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  98. </ImportGroup>
  99. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  100. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  101. </ImportGroup>
  102. <PropertyGroup Label="UserMacros" />
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  104. <LinkIncremental>true</LinkIncremental>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  107. <LinkIncremental>false</LinkIncremental>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  110. <LinkIncremental>true</LinkIncremental>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  113. <LinkIncremental>false</LinkIncremental>
  114. </PropertyGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  116. <ClCompile>
  117. <WarningLevel>Level3</WarningLevel>
  118. <SDLCheck>true</SDLCheck>
  119. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <ConformanceMode>true</ConformanceMode>
  121. </ClCompile>
  122. <Link>
  123. <SubSystem>Console</SubSystem>
  124. <GenerateDebugInformation>true</GenerateDebugInformation>
  125. <EntryPointSymbol>main</EntryPointSymbol>
  126. </Link>
  127. </ItemDefinitionGroup>
  128. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  129. <ClCompile>
  130. <WarningLevel>Level3</WarningLevel>
  131. <FunctionLevelLinking>true</FunctionLevelLinking>
  132. <IntrinsicFunctions>true</IntrinsicFunctions>
  133. <SDLCheck>true</SDLCheck>
  134. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  135. <ConformanceMode>true</ConformanceMode>
  136. </ClCompile>
  137. <Link>
  138. <SubSystem>Console</SubSystem>
  139. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. <GenerateDebugInformation>true</GenerateDebugInformation>
  142. </Link>
  143. </ItemDefinitionGroup>
  144. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  145. <ClCompile>
  146. <WarningLevel>Level3</WarningLevel>
  147. <SDLCheck>true</SDLCheck>
  148. <PreprocessorDefinitions>_DEBUG;_CONSOLE;_AMD64_;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <ConformanceMode>true</ConformanceMode>
  150. <AdditionalIncludeDirectories>../shm;./test;../vs_helper;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  151. </ClCompile>
  152. <Link>
  153. <SubSystem>Console</SubSystem>
  154. <GenerateDebugInformation>true</GenerateDebugInformation>
  155. <EntryPointSymbol>
  156. </EntryPointSymbol>
  157. </Link>
  158. </ItemDefinitionGroup>
  159. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  160. <ClCompile>
  161. <WarningLevel>Level3</WarningLevel>
  162. <FunctionLevelLinking>true</FunctionLevelLinking>
  163. <IntrinsicFunctions>true</IntrinsicFunctions>
  164. <SDLCheck>true</SDLCheck>
  165. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <ConformanceMode>true</ConformanceMode>
  167. </ClCompile>
  168. <Link>
  169. <SubSystem>Console</SubSystem>
  170. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  171. <OptimizeReferences>true</OptimizeReferences>
  172. <GenerateDebugInformation>true</GenerateDebugInformation>
  173. </Link>
  174. </ItemDefinitionGroup>
  175. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  176. <ImportGroup Label="ExtensionTargets">
  177. <Import Project="$(VCTargetsPath)\BuildCustomizations\marmasm.targets" />
  178. <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
  179. </ImportGroup>
  180. </Project>