W_Engine_Team_Study

WETSort.vcxproj 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. </Link>
  107. </ItemDefinitionGroup>
  108. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  109. <ClCompile>
  110. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  111. <WarningLevel>Level3</WarningLevel>
  112. <Optimization>Disabled</Optimization>
  113. <SDLCheck>true</SDLCheck>
  114. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. <ConformanceMode>true</ConformanceMode>
  116. <LanguageStandard>stdcpp17</LanguageStandard>
  117. </ClCompile>
  118. <Link>
  119. <SubSystem>Console</SubSystem>
  120. <GenerateDebugInformation>true</GenerateDebugInformation>
  121. </Link>
  122. </ItemDefinitionGroup>
  123. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  124. <ClCompile>
  125. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  126. <WarningLevel>Level3</WarningLevel>
  127. <Optimization>MaxSpeed</Optimization>
  128. <FunctionLevelLinking>true</FunctionLevelLinking>
  129. <IntrinsicFunctions>true</IntrinsicFunctions>
  130. <SDLCheck>true</SDLCheck>
  131. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  132. <ConformanceMode>true</ConformanceMode>
  133. <LanguageStandard>stdcpp17</LanguageStandard>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Console</SubSystem>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. <GenerateDebugInformation>true</GenerateDebugInformation>
  140. </Link>
  141. </ItemDefinitionGroup>
  142. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  143. <ClCompile>
  144. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  145. <WarningLevel>Level3</WarningLevel>
  146. <Optimization>MaxSpeed</Optimization>
  147. <FunctionLevelLinking>true</FunctionLevelLinking>
  148. <IntrinsicFunctions>true</IntrinsicFunctions>
  149. <SDLCheck>true</SDLCheck>
  150. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  151. <ConformanceMode>true</ConformanceMode>
  152. <LanguageStandard>stdcpp17</LanguageStandard>
  153. </ClCompile>
  154. <Link>
  155. <SubSystem>Console</SubSystem>
  156. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  157. <OptimizeReferences>true</OptimizeReferences>
  158. <GenerateDebugInformation>true</GenerateDebugInformation>
  159. </Link>
  160. </ItemDefinitionGroup>
  161. <ItemGroup>
  162. <ClCompile Include="hash.cpp" />
  163. <ClCompile Include="WETSort.cpp" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <ClInclude Include="..\arkiny\dclb\Sort.h" />
  167. <ClInclude Include="..\ccm9026\JFSort\JFSort.h" />
  168. <ClInclude Include="..\djarksnd\sort.h" />
  169. <ClInclude Include="..\insun\Sort\Sort\SquickSort.h" />
  170. <ClInclude Include="..\prauser\ESSort.h" />
  171. <ClInclude Include="..\witdrg\wc.h" />
  172. </ItemGroup>
  173. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  174. <ImportGroup Label="ExtensionTargets">
  175. </ImportGroup>
  176. </Project>