bgshm.vcxproj 8.8 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. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{5ab11be1-8e57-458a-9ec0-3193334dd552}</ProjectGuid>
  25. <RootNamespace>bgshm</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>MultiByte</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. <TargetName>bgshm</TargetName>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <LinkIncremental>false</LinkIncremental>
  79. <TargetName>bgshm</TargetName>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <LinkIncremental>true</LinkIncremental>
  83. <TargetName>bgshm</TargetName>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <LinkIncremental>false</LinkIncremental>
  87. <TargetName>bgshm</TargetName>
  88. </PropertyGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  90. <ClCompile>
  91. <WarningLevel>Level3</WarningLevel>
  92. <SDLCheck>true</SDLCheck>
  93. <PreprocessorDefinitions>WIN32;_DEBUG;BGSHM_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <ConformanceMode>true</ConformanceMode>
  95. <PrecompiledHeader>Use</PrecompiledHeader>
  96. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  97. </ClCompile>
  98. <Link>
  99. <SubSystem>Windows</SubSystem>
  100. <GenerateDebugInformation>true</GenerateDebugInformation>
  101. <EnableUAC>false</EnableUAC>
  102. </Link>
  103. </ItemDefinitionGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  105. <ClCompile>
  106. <WarningLevel>Level3</WarningLevel>
  107. <FunctionLevelLinking>true</FunctionLevelLinking>
  108. <IntrinsicFunctions>true</IntrinsicFunctions>
  109. <SDLCheck>true</SDLCheck>
  110. <PreprocessorDefinitions>WIN32;NDEBUG;BGSHM_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <ConformanceMode>true</ConformanceMode>
  112. <PrecompiledHeader>Use</PrecompiledHeader>
  113. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  114. </ClCompile>
  115. <Link>
  116. <SubSystem>Windows</SubSystem>
  117. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  118. <OptimizeReferences>true</OptimizeReferences>
  119. <GenerateDebugInformation>true</GenerateDebugInformation>
  120. <EnableUAC>false</EnableUAC>
  121. </Link>
  122. </ItemDefinitionGroup>
  123. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  124. <ClCompile>
  125. <WarningLevel>Level3</WarningLevel>
  126. <SDLCheck>true</SDLCheck>
  127. <PreprocessorDefinitions>_DEBUG;BGSHM_EXPORTS;_WINDOWS;_USRDLL;BGSHM_EXPORT;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <ConformanceMode>true</ConformanceMode>
  129. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  130. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  131. <AdditionalIncludeDirectories>./;../shm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Windows</SubSystem>
  135. <GenerateDebugInformation>true</GenerateDebugInformation>
  136. <EnableUAC>false</EnableUAC>
  137. </Link>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <ClCompile>
  141. <WarningLevel>Level3</WarningLevel>
  142. <FunctionLevelLinking>true</FunctionLevelLinking>
  143. <IntrinsicFunctions>true</IntrinsicFunctions>
  144. <SDLCheck>true</SDLCheck>
  145. <PreprocessorDefinitions>NDEBUG;BGSHM_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  146. <ConformanceMode>true</ConformanceMode>
  147. <PrecompiledHeader>Use</PrecompiledHeader>
  148. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  153. <OptimizeReferences>true</OptimizeReferences>
  154. <GenerateDebugInformation>true</GenerateDebugInformation>
  155. <EnableUAC>false</EnableUAC>
  156. </Link>
  157. </ItemDefinitionGroup>
  158. <ItemGroup>
  159. <ClInclude Include="..\shm\bases_helper.h" />
  160. <ClInclude Include="..\shm\metadata_allocator.h" />
  161. <ClInclude Include="..\shm\page_heap.h" />
  162. <ClInclude Include="..\shm\shm.h" />
  163. <ClInclude Include="..\shm\shm_config.h" />
  164. <ClInclude Include="..\shm\shm_helper.h" />
  165. <ClInclude Include="..\shm\shm_manager.h" />
  166. <ClInclude Include="..\shm\shm_object.h" />
  167. <ClInclude Include="..\shm\size_map.h" />
  168. <ClInclude Include="..\shm\span.h" />
  169. <ClInclude Include="..\shm\vptr_manager.h" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <ClCompile Include="..\shm\page_heap.cc" />
  173. <ClCompile Include="..\shm\shm.cc" />
  174. <ClCompile Include="..\shm\shm_helper.cc" />
  175. <ClCompile Include="..\shm\shm_manager.cc" />
  176. <ClCompile Include="..\shm\shm_object.cc" />
  177. <ClCompile Include="..\shm\size_map.cc" />
  178. <ClCompile Include="..\shm\vptr_manager.cc" />
  179. </ItemGroup>
  180. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  181. <ImportGroup Label="ExtensionTargets">
  182. </ImportGroup>
  183. </Project>