issues_test_static.vcxproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" 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. <ProjectGuid>{BBD2ECDC-C622-409E-A6CF-2010140D8B55}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>issues_test_static</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v141</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v141</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v141</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v141</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <LinkIncremental>true</LinkIncremental>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  76. <LinkIncremental>true</LinkIncremental>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <LinkIncremental>false</LinkIncremental>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  82. <LinkIncremental>false</LinkIncremental>
  83. </PropertyGroup>
  84. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  85. <ClCompile>
  86. <PrecompiledHeader>
  87. </PrecompiledHeader>
  88. <WarningLevel>Level3</WarningLevel>
  89. <Optimization>Disabled</Optimization>
  90. <PreprocessorDefinitions>BOOST_ALL_STATIC_LINK;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <SDLCheck>true</SDLCheck>
  92. <AdditionalIncludeDirectories>../../../../..</AdditionalIncludeDirectories>
  93. </ClCompile>
  94. <Link>
  95. <SubSystem>Console</SubSystem>
  96. <GenerateDebugInformation>true</GenerateDebugInformation>
  97. <AdditionalLibraryDirectories>C:\boost\develop\stage\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  98. </Link>
  99. <PostBuildEvent>
  100. <Command>"$(TargetDir)\$(TargetName).exe"</Command>
  101. </PostBuildEvent>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  104. <ClCompile>
  105. <PrecompiledHeader>
  106. </PrecompiledHeader>
  107. <WarningLevel>Level3</WarningLevel>
  108. <Optimization>Disabled</Optimization>
  109. <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <SDLCheck>true</SDLCheck>
  111. </ClCompile>
  112. <Link>
  113. <SubSystem>Console</SubSystem>
  114. <GenerateDebugInformation>true</GenerateDebugInformation>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  118. <ClCompile>
  119. <WarningLevel>Level3</WarningLevel>
  120. <PrecompiledHeader>
  121. </PrecompiledHeader>
  122. <Optimization>MaxSpeed</Optimization>
  123. <FunctionLevelLinking>true</FunctionLevelLinking>
  124. <IntrinsicFunctions>true</IntrinsicFunctions>
  125. <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  126. <SDLCheck>true</SDLCheck>
  127. </ClCompile>
  128. <Link>
  129. <SubSystem>Console</SubSystem>
  130. <GenerateDebugInformation>true</GenerateDebugInformation>
  131. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  132. <OptimizeReferences>true</OptimizeReferences>
  133. <AdditionalLibraryDirectories />
  134. </Link>
  135. <PostBuildEvent>
  136. <Command>"$(TargetDir)\$(TargetName).exe"</Command>
  137. </PostBuildEvent>
  138. </ItemDefinitionGroup>
  139. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  140. <ClCompile>
  141. <WarningLevel>Level3</WarningLevel>
  142. <PrecompiledHeader>
  143. </PrecompiledHeader>
  144. <Optimization>MaxSpeed</Optimization>
  145. <FunctionLevelLinking>true</FunctionLevelLinking>
  146. <IntrinsicFunctions>true</IntrinsicFunctions>
  147. <PreprocessorDefinitions>BOOST_ALL_NO_LIB;BOOST_ALL_STATIC_LINK;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  148. <SDLCheck>true</SDLCheck>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Console</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <OptimizeReferences>true</OptimizeReferences>
  155. </Link>
  156. </ItemDefinitionGroup>
  157. <ItemGroup>
  158. <ProjectReference Include="..\filesystem_lib\filesystem_lib.vcxproj">
  159. <Project>{2c1770a4-4ac3-4102-9d36-e652dbb686d8}</Project>
  160. </ProjectReference>
  161. <ProjectReference Include="..\system_lib\system_lib.vcxproj">
  162. <Project>{3640605d-6f82-493d-879f-8f30762da554}</Project>
  163. </ProjectReference>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <ClCompile Include="..\..\issues\11166-remove-race.cpp" />
  167. </ItemGroup>
  168. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  169. <ImportGroup Label="ExtensionTargets">
  170. </ImportGroup>
  171. </Project>