W_Engine_Team_Study

WETSort.vcxproj 8.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{8B9E4C82-DFB8-409D-AEFB-F3415C2D386C}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>WETSort</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v141</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v141</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v141</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v141</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. <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
  76. <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  79. <LinkIncremental>true</LinkIncremental>
  80. <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
  81. <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
  86. <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. <OutDir>$(SolutionDir)Build\$(Platform)_$(Configuration)\</OutDir>
  91. <IntDir>$(SolutionDir)Build\Intermediates\$(ProjectName)_$(Platform)_$(Configuration)\</IntDir>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <ClCompile>
  95. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  96. <WarningLevel>Level3</WarningLevel>
  97. <Optimization>Disabled</Optimization>
  98. <SDLCheck>true</SDLCheck>
  99. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. <ConformanceMode>true</ConformanceMode>
  101. <LanguageStandard>stdcpp17</LanguageStandard>
  102. </ClCompile>
  103. <Link>
  104. <SubSystem>Console</SubSystem>
  105. <GenerateDebugInformation>true</GenerateDebugInformation>
  106. <StackReserveSize>134217728</StackReserveSize>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  110. <ClCompile>
  111. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  112. <WarningLevel>Level3</WarningLevel>
  113. <Optimization>Disabled</Optimization>
  114. <SDLCheck>true</SDLCheck>
  115. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  116. <ConformanceMode>true</ConformanceMode>
  117. <LanguageStandard>stdcpp17</LanguageStandard>
  118. </ClCompile>
  119. <Link>
  120. <SubSystem>Console</SubSystem>
  121. <GenerateDebugInformation>true</GenerateDebugInformation>
  122. <StackReserveSize>134217728</StackReserveSize>
  123. </Link>
  124. </ItemDefinitionGroup>
  125. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  126. <ClCompile>
  127. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  128. <WarningLevel>Level3</WarningLevel>
  129. <Optimization>MaxSpeed</Optimization>
  130. <FunctionLevelLinking>true</FunctionLevelLinking>
  131. <IntrinsicFunctions>true</IntrinsicFunctions>
  132. <SDLCheck>true</SDLCheck>
  133. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <ConformanceMode>true</ConformanceMode>
  135. <LanguageStandard>stdcpp17</LanguageStandard>
  136. </ClCompile>
  137. <Link>
  138. <SubSystem>Console</SubSystem>
  139. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  140. <OptimizeReferences>true</OptimizeReferences>
  141. <GenerateDebugInformation>true</GenerateDebugInformation>
  142. <StackReserveSize>134217728</StackReserveSize>
  143. </Link>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  146. <ClCompile>
  147. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  148. <WarningLevel>Level3</WarningLevel>
  149. <Optimization>MaxSpeed</Optimization>
  150. <FunctionLevelLinking>true</FunctionLevelLinking>
  151. <IntrinsicFunctions>true</IntrinsicFunctions>
  152. <SDLCheck>true</SDLCheck>
  153. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. <ConformanceMode>true</ConformanceMode>
  155. <LanguageStandard>stdcpp17</LanguageStandard>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Console</SubSystem>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. <GenerateDebugInformation>true</GenerateDebugInformation>
  162. <StackReserveSize>134217728</StackReserveSize>
  163. </Link>
  164. </ItemDefinitionGroup>
  165. <ItemGroup>
  166. <ClCompile Include="hash.cpp" />
  167. <ClCompile Include="WETSort.cpp" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <ClInclude Include="..\arkiny\dclb\Sort.h" />
  171. <ClInclude Include="..\ccm9026\JFSort\JFSort.h" />
  172. <ClInclude Include="..\djarksnd\sort.h" />
  173. <ClInclude Include="..\insun\Sort\Sort\SquickSort.h" />
  174. <ClInclude Include="..\prauser\ESSort.h" />
  175. <ClInclude Include="..\witdrg\wc.h" />
  176. </ItemGroup>
  177. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  178. <ImportGroup Label="ExtensionTargets">
  179. </ImportGroup>
  180. </Project>