Agent-Pull.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-FEBA775F87E9}</ProjectGuid>
  23. <RootNamespace>Client</RootNamespace>
  24. <Keyword>MFCProj</Keyword>
  25. <ProjectName>Pull</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>Dynamic</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>Dynamic</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>Dynamic</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>Dynamic</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>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  100. </ClCompile>
  101. <Link>
  102. <SubSystem>Windows</SubSystem>
  103. <GenerateDebugInformation>true</GenerateDebugInformation>
  104. <AdditionalDependencies>
  105. </AdditionalDependencies>
  106. </Link>
  107. <Midl>
  108. <MkTypLibCompatible>false</MkTypLibCompatible>
  109. <ValidateAllParameters>true</ValidateAllParameters>
  110. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. </Midl>
  112. <ResourceCompile>
  113. <Culture>0x0409</Culture>
  114. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  115. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  116. </ResourceCompile>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  119. <ClCompile>
  120. <PrecompiledHeader>Use</PrecompiledHeader>
  121. <WarningLevel>Level3</WarningLevel>
  122. <Optimization>Disabled</Optimization>
  123. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  124. </ClCompile>
  125. <Link>
  126. <SubSystem>Windows</SubSystem>
  127. <GenerateDebugInformation>true</GenerateDebugInformation>
  128. <AdditionalDependencies>
  129. </AdditionalDependencies>
  130. </Link>
  131. <Midl>
  132. <MkTypLibCompatible>false</MkTypLibCompatible>
  133. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  134. </Midl>
  135. <ResourceCompile>
  136. <Culture>0x0409</Culture>
  137. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  139. </ResourceCompile>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  142. <ClCompile>
  143. <WarningLevel>Level3</WarningLevel>
  144. <PrecompiledHeader>Use</PrecompiledHeader>
  145. <Optimization>MaxSpeed</Optimization>
  146. <FunctionLevelLinking>true</FunctionLevelLinking>
  147. <IntrinsicFunctions>true</IntrinsicFunctions>
  148. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <OptimizeReferences>true</OptimizeReferences>
  155. <AdditionalDependencies>
  156. </AdditionalDependencies>
  157. </Link>
  158. <Midl>
  159. <MkTypLibCompatible>false</MkTypLibCompatible>
  160. <ValidateAllParameters>true</ValidateAllParameters>
  161. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  162. </Midl>
  163. <ResourceCompile>
  164. <Culture>0x0409</Culture>
  165. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  167. </ResourceCompile>
  168. </ItemDefinitionGroup>
  169. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  170. <ClCompile>
  171. <WarningLevel>Level3</WarningLevel>
  172. <PrecompiledHeader>Use</PrecompiledHeader>
  173. <Optimization>MaxSpeed</Optimization>
  174. <FunctionLevelLinking>true</FunctionLevelLinking>
  175. <IntrinsicFunctions>true</IntrinsicFunctions>
  176. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. </ClCompile>
  178. <Link>
  179. <SubSystem>Windows</SubSystem>
  180. <GenerateDebugInformation>true</GenerateDebugInformation>
  181. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  182. <OptimizeReferences>true</OptimizeReferences>
  183. <AdditionalDependencies>
  184. </AdditionalDependencies>
  185. </Link>
  186. <Midl>
  187. <MkTypLibCompatible>false</MkTypLibCompatible>
  188. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  189. </Midl>
  190. <ResourceCompile>
  191. <Culture>0x0409</Culture>
  192. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  193. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  194. </ResourceCompile>
  195. </ItemDefinitionGroup>
  196. <ItemGroup>
  197. <None Include="ReadMe.txt" />
  198. <None Include="res\Client.ico" />
  199. <None Include="res\Client.rc2" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <ClInclude Include="..\..\..\..\Common\Src\GeneralHelper.h" />
  203. <ClInclude Include="..\..\..\Src\HPSocket.h" />
  204. <ClInclude Include="..\..\..\Src\SocketInterface.h" />
  205. <ClInclude Include="..\..\Global\helper.h" />
  206. <ClInclude Include="Client.h" />
  207. <ClInclude Include="ClientDlg.h" />
  208. <ClInclude Include="Resource.h" />
  209. <ClInclude Include="stdafx.h" />
  210. </ItemGroup>
  211. <ItemGroup>
  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>