testshmexe.vcxproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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="testshmexe.cpp" />
  23. <ClCompile Include="test_dllshm.cpp" />
  24. <ClCompile Include="test_shm.cpp" />
  25. <ClCompile Include="test_vptr.cpp" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <ClInclude Include="file_base.h" />
  29. <ClInclude Include="macros_def.h" />
  30. </ItemGroup>
  31. <PropertyGroup Label="Globals">
  32. <VCProjectVersion>16.0</VCProjectVersion>
  33. <Keyword>Win32Proj</Keyword>
  34. <ProjectGuid>{2f39b6f0-ce54-4ca6-8339-bb661b9ac4f8}</ProjectGuid>
  35. <RootNamespace>testshmdll</RootNamespace>
  36. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  37. <ProjectName>testshmexe</ProjectName>
  38. </PropertyGroup>
  39. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>true</UseDebugLibraries>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <CharacterSet>Unicode</CharacterSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  47. <ConfigurationType>Application</ConfigurationType>
  48. <UseDebugLibraries>false</UseDebugLibraries>
  49. <PlatformToolset>v142</PlatformToolset>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>Unicode</CharacterSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  54. <ConfigurationType>Application</ConfigurationType>
  55. <UseDebugLibraries>true</UseDebugLibraries>
  56. <PlatformToolset>v142</PlatformToolset>
  57. <CharacterSet>MultiByte</CharacterSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  60. <ConfigurationType>Application</ConfigurationType>
  61. <UseDebugLibraries>false</UseDebugLibraries>
  62. <PlatformToolset>v142</PlatformToolset>
  63. <WholeProgramOptimization>true</WholeProgramOptimization>
  64. <CharacterSet>Unicode</CharacterSet>
  65. </PropertyGroup>
  66. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  67. <ImportGroup Label="ExtensionSettings">
  68. </ImportGroup>
  69. <ImportGroup Label="Shared">
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. </ImportGroup>
  77. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  78. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. </ImportGroup>
  83. <PropertyGroup Label="UserMacros" />
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <LinkIncremental>true</LinkIncremental>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  88. <LinkIncremental>false</LinkIncremental>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. <LinkIncremental>true</LinkIncremental>
  92. <IntDir>$(Platform)\$(Configuration)\</IntDir>
  93. </PropertyGroup>
  94. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  95. <LinkIncremental>false</LinkIncremental>
  96. </PropertyGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <ClCompile>
  99. <WarningLevel>Level3</WarningLevel>
  100. <SDLCheck>true</SDLCheck>
  101. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. <ConformanceMode>true</ConformanceMode>
  103. </ClCompile>
  104. <Link>
  105. <SubSystem>Console</SubSystem>
  106. <GenerateDebugInformation>true</GenerateDebugInformation>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  110. <ClCompile>
  111. <WarningLevel>Level3</WarningLevel>
  112. <FunctionLevelLinking>true</FunctionLevelLinking>
  113. <IntrinsicFunctions>true</IntrinsicFunctions>
  114. <SDLCheck>true</SDLCheck>
  115. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <ConformanceMode>true</ConformanceMode>
  117. </ClCompile>
  118. <Link>
  119. <SubSystem>Console</SubSystem>
  120. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  121. <OptimizeReferences>true</OptimizeReferences>
  122. <GenerateDebugInformation>true</GenerateDebugInformation>
  123. </Link>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  126. <ClCompile>
  127. <WarningLevel>Level3</WarningLevel>
  128. <SDLCheck>true</SDLCheck>
  129. <PreprocessorDefinitions>_DEBUG;_CONSOLE;BGSHM_EXPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. <ConformanceMode>true</ConformanceMode>
  131. <AdditionalIncludeDirectories>./;../shm/</AdditionalIncludeDirectories>
  132. <DisableSpecificWarnings>4250</DisableSpecificWarnings>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Console</SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  138. <AdditionalDependencies>bgshm.lib;%(AdditionalDependencies)</AdditionalDependencies>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  142. <ClCompile>
  143. <WarningLevel>Level3</WarningLevel>
  144. <FunctionLevelLinking>true</FunctionLevelLinking>
  145. <IntrinsicFunctions>true</IntrinsicFunctions>
  146. <SDLCheck>true</SDLCheck>
  147. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <ConformanceMode>true</ConformanceMode>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Console</SubSystem>
  152. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  153. <OptimizeReferences>true</OptimizeReferences>
  154. <GenerateDebugInformation>true</GenerateDebugInformation>
  155. </Link>
  156. </ItemDefinitionGroup>
  157. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  158. <ImportGroup Label="ExtensionTargets">
  159. </ImportGroup>
  160. </Project>