Client.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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-FEBA775F87E8}</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>
  104. </AdditionalDependencies>
  105. </Link>
  106. <Midl>
  107. <MkTypLibCompatible>false</MkTypLibCompatible>
  108. <ValidateAllParameters>true</ValidateAllParameters>
  109. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. </Midl>
  111. <ResourceCompile>
  112. <Culture>0x0409</Culture>
  113. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  115. </ResourceCompile>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  118. <ClCompile>
  119. <PrecompiledHeader>Use</PrecompiledHeader>
  120. <WarningLevel>Level3</WarningLevel>
  121. <Optimization>Disabled</Optimization>
  122. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  123. </ClCompile>
  124. <Link>
  125. <SubSystem>Windows</SubSystem>
  126. <GenerateDebugInformation>true</GenerateDebugInformation>
  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. </Link>
  153. <Midl>
  154. <MkTypLibCompatible>false</MkTypLibCompatible>
  155. <ValidateAllParameters>true</ValidateAllParameters>
  156. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  157. </Midl>
  158. <ResourceCompile>
  159. <Culture>0x0409</Culture>
  160. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  162. </ResourceCompile>
  163. </ItemDefinitionGroup>
  164. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  165. <ClCompile>
  166. <WarningLevel>Level3</WarningLevel>
  167. <PrecompiledHeader>Use</PrecompiledHeader>
  168. <Optimization>MaxSpeed</Optimization>
  169. <FunctionLevelLinking>true</FunctionLevelLinking>
  170. <IntrinsicFunctions>true</IntrinsicFunctions>
  171. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  172. </ClCompile>
  173. <Link>
  174. <SubSystem>Windows</SubSystem>
  175. <GenerateDebugInformation>true</GenerateDebugInformation>
  176. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  177. <OptimizeReferences>true</OptimizeReferences>
  178. </Link>
  179. <Midl>
  180. <MkTypLibCompatible>false</MkTypLibCompatible>
  181. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  182. </Midl>
  183. <ResourceCompile>
  184. <Culture>0x0409</Culture>
  185. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  186. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  187. </ResourceCompile>
  188. </ItemDefinitionGroup>
  189. <ItemGroup>
  190. <None Include="ReadMe.txt" />
  191. <None Include="res\Client.ico" />
  192. <None Include="res\Client.rc2" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <ClInclude Include="..\..\..\..\Common\Src\bufferpool.h" />
  196. <ClInclude Include="..\..\..\..\Common\Src\bufferptr.h" />
  197. <ClInclude Include="..\..\..\..\Common\Src\CriticalSection.h" />
  198. <ClInclude Include="..\..\..\..\Common\Src\Event.h" />
  199. <ClInclude Include="..\..\..\..\Common\Src\GeneralHelper.h" />
  200. <ClInclude Include="..\..\..\..\Common\Src\PrivateHeap.h" />
  201. <ClInclude Include="..\..\..\..\Common\Src\RWLock.h" />
  202. <ClInclude Include="..\..\..\..\Common\Src\Semaphore.h" />
  203. <ClInclude Include="..\..\..\..\Common\Src\Singleton.h" />
  204. <ClInclude Include="..\..\..\Src\SocketInterface.h" />
  205. <ClInclude Include="..\..\..\Src\TcpClient.h" />
  206. <ClInclude Include="..\..\..\Src\SocketHelper.h" />
  207. <ClInclude Include="..\..\..\..\Common\Src\STLHelper.h" />
  208. <ClInclude Include="..\..\..\..\Common\Src\SysHelper.h" />
  209. <ClInclude Include="..\..\..\..\Common\Src\WaitFor.h" />
  210. <ClInclude Include="..\..\..\..\Common\Src\Win32Helper.h" />
  211. <ClInclude Include="..\..\Global\helper.h" />
  212. <ClInclude Include="Client.h" />
  213. <ClInclude Include="ClientDlg.h" />
  214. <ClInclude Include="Resource.h" />
  215. <ClInclude Include="stdafx.h" />
  216. </ItemGroup>
  217. <ItemGroup>
  218. <ClCompile Include="..\..\..\..\Common\Src\bufferpool.cpp" />
  219. <ClCompile Include="..\..\..\..\Common\Src\RWLock.cpp" />
  220. <ClCompile Include="..\..\..\Src\TcpClient.cpp" />
  221. <ClCompile Include="..\..\..\Src\SocketHelper.cpp" />
  222. <ClCompile Include="..\..\..\..\Common\Src\SysHelper.cpp" />
  223. <ClCompile Include="..\..\..\..\Common\Src\WaitFor.cpp" />
  224. <ClCompile Include="..\..\Global\helper.cpp" />
  225. <ClCompile Include="Client.cpp" />
  226. <ClCompile Include="ClientDlg.cpp" />
  227. <ClCompile Include="stdafx.cpp">
  228. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  229. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  230. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  231. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  232. </ClCompile>
  233. </ItemGroup>
  234. <ItemGroup>
  235. <ResourceCompile Include="Client.rc" />
  236. </ItemGroup>
  237. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  238. <ImportGroup Label="ExtensionTargets">
  239. </ImportGroup>
  240. <ProjectExtensions>
  241. <VisualStudio>
  242. <UserProperties RESOURCE_FILE="Client.rc" />
  243. </VisualStudio>
  244. </ProjectExtensions>
  245. </Project>