Client.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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>{E3791685-9CC8-426B-811C-FEBA775F87F8}</ProjectGuid>
  23. <RootNamespace>Client</RootNamespace>
  24. <Keyword>MFCProj</Keyword>
  25. <ProjectName>Client</ProjectName>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <CharacterSet>Unicode</CharacterSet>
  32. <UseOfMfc>Static</UseOfMfc>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <CharacterSet>Unicode</CharacterSet>
  38. <UseOfMfc>Static</UseOfMfc>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. <CharacterSet>Unicode</CharacterSet>
  45. <UseOfMfc>Static</UseOfMfc>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>Unicode</CharacterSet>
  52. <UseOfMfc>Static</UseOfMfc>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  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 Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <PropertyGroup Label="UserMacros" />
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  71. <LinkIncremental>true</LinkIncremental>
  72. <OutDir>..\..\$(Configuration)\x86\</OutDir>
  73. <IntDir>$(OutDir)obj\$(SolutionName)\$(ProjectName)\</IntDir>
  74. <TargetName>$(SolutionName)-$(ProjectName)</TargetName>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77. <LinkIncremental>true</LinkIncremental>
  78. <OutDir>..\..\$(Configuration)\x64\</OutDir>
  79. <IntDir>$(OutDir)obj\$(SolutionName)\$(ProjectName)\</IntDir>
  80. <TargetName>$(SolutionName)-$(ProjectName)</TargetName>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  83. <LinkIncremental>false</LinkIncremental>
  84. <OutDir>..\..\$(Configuration)\x86\</OutDir>
  85. <IntDir>$(OutDir)obj\$(SolutionName)\$(ProjectName)\</IntDir>
  86. <TargetName>$(SolutionName)-$(ProjectName)</TargetName>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. <OutDir>..\..\$(Configuration)\x64\</OutDir>
  91. <IntDir>$(OutDir)obj\$(SolutionName)\$(ProjectName)\</IntDir>
  92. <TargetName>$(SolutionName)-$(ProjectName)</TargetName>
  93. </PropertyGroup>
  94. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  95. <ClCompile>
  96. <PrecompiledHeader>Use</PrecompiledHeader>
  97. <WarningLevel>Level3</WarningLevel>
  98. <Optimization>Disabled</Optimization>
  99. <PreprocessorDefinitions>HPSOCKET_STATIC_LIB;WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. <GenerateDebugInformation>true</GenerateDebugInformation>
  104. </Link>
  105. <Midl>
  106. <MkTypLibCompatible>false</MkTypLibCompatible>
  107. <ValidateAllParameters>true</ValidateAllParameters>
  108. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  109. </Midl>
  110. <ResourceCompile>
  111. <Culture>0x0409</Culture>
  112. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  113. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  114. </ResourceCompile>
  115. </ItemDefinitionGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  117. <ClCompile>
  118. <PrecompiledHeader>Use</PrecompiledHeader>
  119. <WarningLevel>Level3</WarningLevel>
  120. <Optimization>Disabled</Optimization>
  121. <PreprocessorDefinitions>HPSOCKET_STATIC_LIB;WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Windows</SubSystem>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. </Link>
  127. <Midl>
  128. <MkTypLibCompatible>false</MkTypLibCompatible>
  129. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  130. </Midl>
  131. <ResourceCompile>
  132. <Culture>0x0409</Culture>
  133. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  135. </ResourceCompile>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <PrecompiledHeader>Use</PrecompiledHeader>
  141. <Optimization>MaxSpeed</Optimization>
  142. <FunctionLevelLinking>true</FunctionLevelLinking>
  143. <IntrinsicFunctions>true</IntrinsicFunctions>
  144. <PreprocessorDefinitions>HPSOCKET_STATIC_LIB;WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. </ClCompile>
  146. <Link>
  147. <SubSystem>Windows</SubSystem>
  148. <GenerateDebugInformation>true</GenerateDebugInformation>
  149. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  150. <OptimizeReferences>true</OptimizeReferences>
  151. </Link>
  152. <Midl>
  153. <MkTypLibCompatible>false</MkTypLibCompatible>
  154. <ValidateAllParameters>true</ValidateAllParameters>
  155. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  156. </Midl>
  157. <ResourceCompile>
  158. <Culture>0x0409</Culture>
  159. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  160. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  161. </ResourceCompile>
  162. </ItemDefinitionGroup>
  163. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  164. <ClCompile>
  165. <WarningLevel>Level3</WarningLevel>
  166. <PrecompiledHeader>Use</PrecompiledHeader>
  167. <Optimization>MaxSpeed</Optimization>
  168. <FunctionLevelLinking>true</FunctionLevelLinking>
  169. <IntrinsicFunctions>true</IntrinsicFunctions>
  170. <PreprocessorDefinitions>HPSOCKET_STATIC_LIB;WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  171. </ClCompile>
  172. <Link>
  173. <SubSystem>Windows</SubSystem>
  174. <GenerateDebugInformation>true</GenerateDebugInformation>
  175. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  176. <OptimizeReferences>true</OptimizeReferences>
  177. </Link>
  178. <Midl>
  179. <MkTypLibCompatible>false</MkTypLibCompatible>
  180. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  181. </Midl>
  182. <ResourceCompile>
  183. <Culture>0x0409</Culture>
  184. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  185. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  186. </ResourceCompile>
  187. </ItemDefinitionGroup>
  188. <ItemGroup>
  189. <None Include="ReadMe.txt" />
  190. <None Include="res\Client.ico" />
  191. <None Include="res\Client.rc2" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <ClInclude Include="..\..\..\..\Common\Src\bufferptr.h" />
  195. <ClInclude Include="..\..\..\..\Common\Src\CriticalSection.h" />
  196. <ClInclude Include="..\..\..\..\Common\Src\FuncHelper.h" />
  197. <ClInclude Include="..\..\..\..\Common\Src\GeneralHelper.h" />
  198. <ClInclude Include="..\..\..\..\Common\Src\SysHelper.h" />
  199. <ClInclude Include="..\..\..\..\Common\Src\WaitFor.h" />
  200. <ClInclude Include="..\..\..\Src\HPSocket-SSL.h" />
  201. <ClInclude Include="..\..\..\Src\HPSocket.h" />
  202. <ClInclude Include="..\..\..\Src\SocketInterface.h" />
  203. <ClInclude Include="..\..\Global\helper.h" />
  204. <ClInclude Include="Client.h" />
  205. <ClInclude Include="ClientDlg.h" />
  206. <ClInclude Include="Resource.h" />
  207. <ClInclude Include="stdafx.h" />
  208. </ItemGroup>
  209. <ItemGroup>
  210. <ClCompile Include="..\..\..\..\Common\Src\FuncHelper.cpp" />
  211. <ClCompile Include="..\..\..\..\Common\Src\SysHelper.cpp" />
  212. <ClCompile Include="..\..\..\..\Common\Src\WaitFor.cpp" />
  213. <ClCompile Include="..\..\Global\helper.cpp" />
  214. <ClCompile Include="Client.cpp" />
  215. <ClCompile Include="ClientDlg.cpp" />
  216. <ClCompile Include="stdafx.cpp">
  217. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  218. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  219. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  220. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  221. </ClCompile>
  222. </ItemGroup>
  223. <ItemGroup>
  224. <ResourceCompile Include="Client.rc" />
  225. </ItemGroup>
  226. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  227. <ImportGroup Label="ExtensionTargets">
  228. </ImportGroup>
  229. <ProjectExtensions>
  230. <VisualStudio>
  231. <UserProperties RESOURCE_FILE="Client.rc" />
  232. </VisualStudio>
  233. </ProjectExtensions>
  234. </Project>