Project4.vcxproj 8.2 KB

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