pthreads.vcxproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</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>{E11367B7-20CC-4741-B8E0-C20E85302A40}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>pthreads</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <UseDebugLibraries>true</UseDebugLibraries>
  30. <CharacterSet>MultiByte</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  33. <ConfigurationType>StaticLibrary</ConfigurationType>
  34. <UseDebugLibraries>true</UseDebugLibraries>
  35. <CharacterSet>MultiByte</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  38. <ConfigurationType>StaticLibrary</ConfigurationType>
  39. <UseDebugLibraries>false</UseDebugLibraries>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>MultiByte</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  44. <ConfigurationType>StaticLibrary</ConfigurationType>
  45. <UseDebugLibraries>false</UseDebugLibraries>
  46. <WholeProgramOptimization>true</WholeProgramOptimization>
  47. <CharacterSet>MultiByte</CharacterSet>
  48. </PropertyGroup>
  49. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  50. <ImportGroup Label="ExtensionSettings">
  51. </ImportGroup>
  52. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. </ImportGroup>
  58. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  62. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  63. </ImportGroup>
  64. <PropertyGroup Label="UserMacros" />
  65. <PropertyGroup />
  66. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <ClCompile>
  68. <PrecompiledHeader>
  69. </PrecompiledHeader>
  70. <WarningLevel>Level3</WarningLevel>
  71. <Optimization>Disabled</Optimization>
  72. <PreprocessorDefinitions>__CLEANUP_C;WIN32;_DEBUG;_WINDOWS;_LIB;PTW32_BUILD;PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  73. <ExceptionHandling>false</ExceptionHandling>
  74. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  75. </ClCompile>
  76. <Link>
  77. <SubSystem>Windows</SubSystem>
  78. <GenerateDebugInformation>true</GenerateDebugInformation>
  79. </Link>
  80. </ItemDefinitionGroup>
  81. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <ClCompile>
  83. <PrecompiledHeader>
  84. </PrecompiledHeader>
  85. <WarningLevel>Level3</WarningLevel>
  86. <Optimization>Disabled</Optimization>
  87. <PreprocessorDefinitions>__CLEANUP_C;WIN32;_DEBUG;_WINDOWS;_LIB;PTW32_BUILD;PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. <ExceptionHandling>false</ExceptionHandling>
  89. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  90. </ClCompile>
  91. <Link>
  92. <SubSystem>Windows</SubSystem>
  93. <GenerateDebugInformation>true</GenerateDebugInformation>
  94. </Link>
  95. </ItemDefinitionGroup>
  96. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  97. <ClCompile>
  98. <WarningLevel>Level3</WarningLevel>
  99. <PrecompiledHeader>
  100. </PrecompiledHeader>
  101. <Optimization>MaxSpeed</Optimization>
  102. <FunctionLevelLinking>true</FunctionLevelLinking>
  103. <IntrinsicFunctions>true</IntrinsicFunctions>
  104. <PreprocessorDefinitions>__CLEANUP_C;WIN32;NDEBUG;_WINDOWS;_LIB;PTW32_BUILD;PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. <ExceptionHandling>false</ExceptionHandling>
  106. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  107. </ClCompile>
  108. <Link>
  109. <SubSystem>Windows</SubSystem>
  110. <GenerateDebugInformation>true</GenerateDebugInformation>
  111. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  112. <OptimizeReferences>true</OptimizeReferences>
  113. </Link>
  114. </ItemDefinitionGroup>
  115. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  116. <ClCompile>
  117. <WarningLevel>Level3</WarningLevel>
  118. <PrecompiledHeader>
  119. </PrecompiledHeader>
  120. <Optimization>MaxSpeed</Optimization>
  121. <FunctionLevelLinking>true</FunctionLevelLinking>
  122. <IntrinsicFunctions>true</IntrinsicFunctions>
  123. <PreprocessorDefinitions>__CLEANUP_C;WIN32;NDEBUG;_WINDOWS;_LIB;PTW32_BUILD;PTW32_STATIC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. <ExceptionHandling>false</ExceptionHandling>
  125. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Windows</SubSystem>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  131. <OptimizeReferences>true</OptimizeReferences>
  132. </Link>
  133. </ItemDefinitionGroup>
  134. <ItemGroup>
  135. <ClCompile Include="..\..\..\w32-pthreads\pthread.c" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <ClInclude Include="..\..\..\w32-pthreads\implement.h" />
  139. <ClInclude Include="..\..\..\w32-pthreads\pthread.h" />
  140. <ClInclude Include="..\..\..\w32-pthreads\sched.h" />
  141. <ClInclude Include="..\..\..\w32-pthreads\semaphore.h" />
  142. </ItemGroup>
  143. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  144. <ImportGroup Label="ExtensionTargets">
  145. </ImportGroup>
  146. </Project>