2
0

QQBot.Test.vcxproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  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>{81338DEA-3569-459E-9D73-609BC779B598}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>QQBotTest</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|x64'">
  74. <LinkIncremental>true</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  77. <LinkIncremental>true</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  86. <ClCompile>
  87. <PrecompiledHeader>Use</PrecompiledHeader>
  88. <WarningLevel>Level3</WarningLevel>
  89. <Optimization>Disabled</Optimization>
  90. <SDLCheck>true</SDLCheck>
  91. <PreprocessorDefinitions>NOMINMAX;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. <ConformanceMode>true</ConformanceMode>
  93. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  94. <AdditionalIncludeDirectories>$(SolutionDir)QQBot;$(SolutionDir)Extern\NatsuLib\NatsuLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  95. <LanguageStandard>stdcpplatest</LanguageStandard>
  96. </ClCompile>
  97. <Link>
  98. <SubSystem>Console</SubSystem>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. </Link>
  101. </ItemDefinitionGroup>
  102. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  103. <ClCompile>
  104. <PrecompiledHeader>Use</PrecompiledHeader>
  105. <WarningLevel>Level3</WarningLevel>
  106. <Optimization>Disabled</Optimization>
  107. <SDLCheck>true</SDLCheck>
  108. <PreprocessorDefinitions>NOMINMAX;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. <ConformanceMode>true</ConformanceMode>
  110. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  111. <AdditionalIncludeDirectories>$(SolutionDir)QQBot;$(SolutionDir)Extern\NatsuLib\NatsuLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  112. <LanguageStandard>stdcpplatest</LanguageStandard>
  113. </ClCompile>
  114. <Link>
  115. <SubSystem>Console</SubSystem>
  116. <GenerateDebugInformation>true</GenerateDebugInformation>
  117. </Link>
  118. </ItemDefinitionGroup>
  119. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  120. <ClCompile>
  121. <PrecompiledHeader>Use</PrecompiledHeader>
  122. <WarningLevel>Level3</WarningLevel>
  123. <Optimization>MaxSpeed</Optimization>
  124. <FunctionLevelLinking>true</FunctionLevelLinking>
  125. <IntrinsicFunctions>true</IntrinsicFunctions>
  126. <SDLCheck>true</SDLCheck>
  127. <PreprocessorDefinitions>NOMINMAX;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <ConformanceMode>true</ConformanceMode>
  129. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  130. <AdditionalIncludeDirectories>$(SolutionDir)QQBot;$(SolutionDir)Extern\NatsuLib\NatsuLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  131. <LanguageStandard>stdcpplatest</LanguageStandard>
  132. </ClCompile>
  133. <Link>
  134. <SubSystem>Console</SubSystem>
  135. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  136. <OptimizeReferences>true</OptimizeReferences>
  137. <GenerateDebugInformation>true</GenerateDebugInformation>
  138. </Link>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  141. <ClCompile>
  142. <PrecompiledHeader>Use</PrecompiledHeader>
  143. <WarningLevel>Level3</WarningLevel>
  144. <Optimization>MaxSpeed</Optimization>
  145. <FunctionLevelLinking>true</FunctionLevelLinking>
  146. <IntrinsicFunctions>true</IntrinsicFunctions>
  147. <SDLCheck>true</SDLCheck>
  148. <PreprocessorDefinitions>NOMINMAX;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <ConformanceMode>true</ConformanceMode>
  150. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  151. <AdditionalIncludeDirectories>$(SolutionDir)QQBot;$(SolutionDir)Extern\NatsuLib\NatsuLib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  152. <LanguageStandard>stdcpplatest</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. <ClInclude Include="pch.h" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <ClCompile Include="CryptographyTest.cpp" />
  166. <ClCompile Include="pch.cpp">
  167. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  168. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  169. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  170. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  171. </ClCompile>
  172. <ClCompile Include="QQBot.Test.cpp" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ProjectReference Include="..\QQBot\QQBot.vcxproj">
  176. <Project>{ec6fb333-f85f-4ad3-8792-33e1c62734ba}</Project>
  177. </ProjectReference>
  178. </ItemGroup>
  179. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  180. <ImportGroup Label="ExtensionTargets">
  181. </ImportGroup>
  182. </Project>