Client.vcxproj 11 KB

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