Base.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{9cd7f2e8-8644-4de2-96dc-2e86a89e4369}</ProjectGuid>
  25. <RootNamespace>Base</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v143</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v143</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>..\__bin\$(Configuration)\</OutDir>
  76. <IntDir>..\__obj\$(Configuration)\$(ProjectName)\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <LinkIncremental>false</LinkIncremental>
  80. <OutDir>..\__bin\$(Configuration)\</OutDir>
  81. <IntDir>..\__obj\$(Configuration)\$(ProjectName)\</IntDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  84. <LinkIncremental>true</LinkIncremental>
  85. <OutDir>..\__bin\$(Platform)\$(Configuration)\</OutDir>
  86. <IntDir>..\__obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. <OutDir>..\__bin\$(Platform)\$(Configuration)\</OutDir>
  91. <IntDir>..\__obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  92. </PropertyGroup>
  93. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  94. <VcpkgUseStatic>true</VcpkgUseStatic>
  95. </PropertyGroup>
  96. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  97. <VcpkgUseStatic>true</VcpkgUseStatic>
  98. </PropertyGroup>
  99. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  100. <VcpkgUseStatic>true</VcpkgUseStatic>
  101. </PropertyGroup>
  102. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <VcpkgUseStatic>true</VcpkgUseStatic>
  104. </PropertyGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  106. <ClCompile>
  107. <WarningLevel>Level3</WarningLevel>
  108. <SDLCheck>true</SDLCheck>
  109. <PreprocessorDefinitions>WIN32;_DEBUG;BASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <ConformanceMode>false</ConformanceMode>
  111. <PrecompiledHeader>Use</PrecompiledHeader>
  112. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  113. <LanguageStandard>stdcpp17</LanguageStandard>
  114. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  115. <ForcedIncludeFiles>
  116. </ForcedIncludeFiles>
  117. <AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories>
  118. <AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
  119. </ClCompile>
  120. <Link>
  121. <SubSystem>Windows</SubSystem>
  122. <GenerateDebugInformation>true</GenerateDebugInformation>
  123. <EnableUAC>false</EnableUAC>
  124. <ImportLibrary>..\__LIB\$(Configuration)\$(TargetName).lib</ImportLibrary>
  125. <AdditionalDependencies>ws2_32.lib;crypt32.lib;wldap32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  126. <ModuleDefinitionFile>$(ProjectDir)\BaseModule.def</ModuleDefinitionFile>
  127. </Link>
  128. <Manifest />
  129. </ItemDefinitionGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  131. <ClCompile>
  132. <WarningLevel>Level3</WarningLevel>
  133. <FunctionLevelLinking>true</FunctionLevelLinking>
  134. <IntrinsicFunctions>true</IntrinsicFunctions>
  135. <SDLCheck>false</SDLCheck>
  136. <PreprocessorDefinitions>WIN32;NDEBUG;BASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  137. <ConformanceMode>false</ConformanceMode>
  138. <PrecompiledHeader>Use</PrecompiledHeader>
  139. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  140. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  141. <LanguageStandard>stdcpp17</LanguageStandard>
  142. <AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories>
  143. </ClCompile>
  144. <Link>
  145. <SubSystem>Windows</SubSystem>
  146. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  147. <OptimizeReferences>true</OptimizeReferences>
  148. <GenerateDebugInformation>true</GenerateDebugInformation>
  149. <EnableUAC>false</EnableUAC>
  150. <AdditionalDependencies>ws2_32.lib;crypt32.lib;wldap32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  151. <ModuleDefinitionFile>$(ProjectDir)\BaseModule.def</ModuleDefinitionFile>
  152. <ImportLibrary>..\__LIB\$(Configuration)\$(TargetName).lib</ImportLibrary>
  153. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  154. </Link>
  155. </ItemDefinitionGroup>
  156. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  157. <ClCompile>
  158. <WarningLevel>Level3</WarningLevel>
  159. <SDLCheck>true</SDLCheck>
  160. <PreprocessorDefinitions>_DEBUG;BASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. <ConformanceMode>true</ConformanceMode>
  162. <PrecompiledHeader>Use</PrecompiledHeader>
  163. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  164. <LanguageStandard>stdcpp17</LanguageStandard>
  165. <AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories>
  166. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  167. <AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
  168. </ClCompile>
  169. <Link>
  170. <SubSystem>Windows</SubSystem>
  171. <GenerateDebugInformation>true</GenerateDebugInformation>
  172. <EnableUAC>false</EnableUAC>
  173. <ImportLibrary>..\__LIB\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  174. <AdditionalDependencies>ws2_32.lib;crypt32.lib;wldap32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  175. <ModuleDefinitionFile>$(ProjectDir)\BaseModule.def</ModuleDefinitionFile>
  176. </Link>
  177. <Manifest>
  178. <AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
  179. </Manifest>
  180. </ItemDefinitionGroup>
  181. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  182. <ClCompile>
  183. <WarningLevel>Level3</WarningLevel>
  184. <FunctionLevelLinking>true</FunctionLevelLinking>
  185. <IntrinsicFunctions>true</IntrinsicFunctions>
  186. <SDLCheck>false</SDLCheck>
  187. <PreprocessorDefinitions>NDEBUG;BASE_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  188. <ConformanceMode>false</ConformanceMode>
  189. <PrecompiledHeader>Use</PrecompiledHeader>
  190. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  191. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  192. <LanguageStandard>stdcpp17</LanguageStandard>
  193. <AdditionalIncludeDirectories>$(ProjectDir)</AdditionalIncludeDirectories>
  194. </ClCompile>
  195. <Link>
  196. <SubSystem>Windows</SubSystem>
  197. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  198. <OptimizeReferences>true</OptimizeReferences>
  199. <GenerateDebugInformation>true</GenerateDebugInformation>
  200. <EnableUAC>false</EnableUAC>
  201. <ModuleDefinitionFile>$(ProjectDir)\BaseModule.def</ModuleDefinitionFile>
  202. <AdditionalDependencies>ws2_32.lib;crypt32.lib;wldap32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  203. <ImportLibrary>..\__LIB\$(Platform)\$(Configuration)\$(TargetName).lib</ImportLibrary>
  204. <UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
  205. </Link>
  206. </ItemDefinitionGroup>
  207. <ItemGroup>
  208. <ClInclude Include="basecurl\CNetwork.h" />
  209. <ClInclude Include="CBaseGloabl.h" />
  210. <ClInclude Include="CUtils.h" />
  211. <ClInclude Include="FileOperate.h" />
  212. <ClInclude Include="framework.h" />
  213. <ClInclude Include="pch.h" />
  214. </ItemGroup>
  215. <ItemGroup>
  216. <ClCompile Include="basecurl\CNetwork.cpp" />
  217. <ClCompile Include="BaseModule.cpp" />
  218. <ClCompile Include="CBaseGloabl.cpp" />
  219. <ClCompile Include="CUtils.cpp" />
  220. <ClCompile Include="FileOperate.cpp" />
  221. <ClCompile Include="pch.cpp">
  222. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  223. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  224. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  225. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  226. </ClCompile>
  227. </ItemGroup>
  228. <ItemGroup>
  229. <None Include="BaseModule.def" />
  230. </ItemGroup>
  231. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  232. <ImportGroup Label="ExtensionTargets">
  233. </ImportGroup>
  234. </Project>