Server.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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>{5A2EE763-53B1-462E-AE9F-7CC58436C878}</ProjectGuid>
  23. <RootNamespace>Server</RootNamespace>
  24. <Keyword>MFCProj</Keyword>
  25. <ProjectName>Server</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. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  101. </ClCompile>
  102. <Link>
  103. <SubSystem>Windows</SubSystem>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. <IgnoreSpecificDefaultLibraries>
  106. </IgnoreSpecificDefaultLibraries>
  107. <AdditionalDependencies>
  108. </AdditionalDependencies>
  109. </Link>
  110. <Midl>
  111. <MkTypLibCompatible>false</MkTypLibCompatible>
  112. <ValidateAllParameters>true</ValidateAllParameters>
  113. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  114. </Midl>
  115. <ResourceCompile>
  116. <Culture>0x0409</Culture>
  117. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  119. </ResourceCompile>
  120. </ItemDefinitionGroup>
  121. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  122. <ClCompile>
  123. <PrecompiledHeader>Use</PrecompiledHeader>
  124. <WarningLevel>Level3</WarningLevel>
  125. <Optimization>Disabled</Optimization>
  126. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  127. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  128. </ClCompile>
  129. <Link>
  130. <SubSystem>Windows</SubSystem>
  131. <GenerateDebugInformation>true</GenerateDebugInformation>
  132. <IgnoreSpecificDefaultLibraries>
  133. </IgnoreSpecificDefaultLibraries>
  134. </Link>
  135. <Midl>
  136. <MkTypLibCompatible>false</MkTypLibCompatible>
  137. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  138. </Midl>
  139. <ResourceCompile>
  140. <Culture>0x0409</Culture>
  141. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  143. </ResourceCompile>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  146. <ClCompile>
  147. <WarningLevel>Level3</WarningLevel>
  148. <PrecompiledHeader>Use</PrecompiledHeader>
  149. <Optimization>MaxSpeed</Optimization>
  150. <FunctionLevelLinking>true</FunctionLevelLinking>
  151. <IntrinsicFunctions>true</IntrinsicFunctions>
  152. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  154. </ClCompile>
  155. <Link>
  156. <SubSystem>Windows</SubSystem>
  157. <GenerateDebugInformation>true</GenerateDebugInformation>
  158. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  159. <OptimizeReferences>true</OptimizeReferences>
  160. </Link>
  161. <Midl>
  162. <MkTypLibCompatible>false</MkTypLibCompatible>
  163. <ValidateAllParameters>true</ValidateAllParameters>
  164. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  165. </Midl>
  166. <ResourceCompile>
  167. <Culture>0x0409</Culture>
  168. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  169. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  170. </ResourceCompile>
  171. </ItemDefinitionGroup>
  172. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  173. <ClCompile>
  174. <WarningLevel>Level3</WarningLevel>
  175. <PrecompiledHeader>Use</PrecompiledHeader>
  176. <Optimization>MaxSpeed</Optimization>
  177. <FunctionLevelLinking>true</FunctionLevelLinking>
  178. <IntrinsicFunctions>true</IntrinsicFunctions>
  179. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  180. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  181. </ClCompile>
  182. <Link>
  183. <SubSystem>Windows</SubSystem>
  184. <GenerateDebugInformation>true</GenerateDebugInformation>
  185. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  186. <OptimizeReferences>true</OptimizeReferences>
  187. </Link>
  188. <Midl>
  189. <MkTypLibCompatible>false</MkTypLibCompatible>
  190. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  191. </Midl>
  192. <ResourceCompile>
  193. <Culture>0x0409</Culture>
  194. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  195. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  196. </ResourceCompile>
  197. </ItemDefinitionGroup>
  198. <ItemGroup>
  199. <None Include="ReadMe.txt" />
  200. <None Include="res\Server.ico" />
  201. <None Include="res\Server.rc2" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ClInclude Include="..\..\..\..\Common\Src\GeneralHelper.h" />
  205. <ClInclude Include="..\..\..\..\Common\Src\WaitFor.h" />
  206. <ClInclude Include="..\..\..\Src\HPSocket.h" />
  207. <ClInclude Include="..\..\..\Src\SocketInterface.h" />
  208. <ClInclude Include="..\..\Global\helper.h" />
  209. <ClInclude Include="Resource.h" />
  210. <ClInclude Include="Server.h" />
  211. <ClInclude Include="ServerDlg.h" />
  212. <ClInclude Include="stdafx.h" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <ClCompile Include="..\..\..\..\Common\Src\WaitFor.cpp" />
  216. <ClCompile Include="..\..\Global\helper.cpp" />
  217. <ClCompile Include="Server.cpp" />
  218. <ClCompile Include="ServerDlg.cpp" />
  219. <ClCompile Include="stdafx.cpp">
  220. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  221. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  222. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  223. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  224. </ClCompile>
  225. </ItemGroup>
  226. <ItemGroup>
  227. <ResourceCompile Include="Server.rc" />
  228. </ItemGroup>
  229. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  230. <ImportGroup Label="ExtensionTargets">
  231. </ImportGroup>
  232. <ProjectExtensions>
  233. <VisualStudio>
  234. <UserProperties RESOURCE_FILE="Server.rc" />
  235. </VisualStudio>
  236. </ProjectExtensions>
  237. </Project>