ChatRoomClient.vcxproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{AF24D5B0-E95B-43C5-B6A4-AB4CBB9E1CC9}</ProjectGuid>
  15. <RootNamespace>ChatRoomClient</RootNamespace>
  16. <Keyword>MFCProj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <PlatformToolset>v120_xp</PlatformToolset>
  23. <CharacterSet>MultiByte</CharacterSet>
  24. <UseOfMfc>Static</UseOfMfc>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  27. <ConfigurationType>Application</ConfigurationType>
  28. <UseDebugLibraries>false</UseDebugLibraries>
  29. <PlatformToolset>v120_xp</PlatformToolset>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. <UseOfMfc>Static</UseOfMfc>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. </ImportGroup>
  37. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  41. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  42. </ImportGroup>
  43. <PropertyGroup Label="UserMacros" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  45. <LinkIncremental>true</LinkIncremental>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  48. <LinkIncremental>false</LinkIncremental>
  49. </PropertyGroup>
  50. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <ClCompile>
  52. <PrecompiledHeader>Use</PrecompiledHeader>
  53. <WarningLevel>Level3</WarningLevel>
  54. <Optimization>Disabled</Optimization>
  55. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <SDLCheck>true</SDLCheck>
  57. </ClCompile>
  58. <Link>
  59. <SubSystem>Windows</SubSystem>
  60. <GenerateDebugInformation>true</GenerateDebugInformation>
  61. </Link>
  62. <Midl>
  63. <MkTypLibCompatible>false</MkTypLibCompatible>
  64. <ValidateAllParameters>true</ValidateAllParameters>
  65. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  66. </Midl>
  67. <ResourceCompile>
  68. <Culture>0x0804</Culture>
  69. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  70. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  71. </ResourceCompile>
  72. </ItemDefinitionGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <ClCompile>
  75. <WarningLevel>Level3</WarningLevel>
  76. <PrecompiledHeader>Use</PrecompiledHeader>
  77. <Optimization>MaxSpeed</Optimization>
  78. <FunctionLevelLinking>true</FunctionLevelLinking>
  79. <IntrinsicFunctions>true</IntrinsicFunctions>
  80. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. <SDLCheck>true</SDLCheck>
  82. </ClCompile>
  83. <Link>
  84. <SubSystem>Windows</SubSystem>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  87. <OptimizeReferences>true</OptimizeReferences>
  88. </Link>
  89. <Midl>
  90. <MkTypLibCompatible>false</MkTypLibCompatible>
  91. <ValidateAllParameters>true</ValidateAllParameters>
  92. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. </Midl>
  94. <ResourceCompile>
  95. <Culture>0x0804</Culture>
  96. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  97. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  98. </ResourceCompile>
  99. </ItemDefinitionGroup>
  100. <ItemGroup>
  101. <Text Include="ReadMe.txt" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ClInclude Include="ChatRoomClient.h" />
  105. <ClInclude Include="ChatRoomClientDlg.h" />
  106. <ClInclude Include="ClientSocket.h" />
  107. <ClInclude Include="ComHandle.h" />
  108. <ClInclude Include="global.h" />
  109. <ClInclude Include="MySeries.h" />
  110. <ClInclude Include="Resource.h" />
  111. <ClInclude Include="stdafx.h" />
  112. <ClInclude Include="targetver.h" />
  113. <ClInclude Include="tools.h" />
  114. <ClInclude Include="UdpClientSocket.h" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ClCompile Include="ChatRoomClient.cpp" />
  118. <ClCompile Include="ChatRoomClientDlg.cpp" />
  119. <ClCompile Include="ClientSocket.cpp" />
  120. <ClCompile Include="ComHandle.cpp" />
  121. <ClCompile Include="global.cpp" />
  122. <ClCompile Include="MySeries.cpp" />
  123. <ClCompile Include="stdafx.cpp">
  124. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  125. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  126. </ClCompile>
  127. <ClCompile Include="tools.cpp" />
  128. <ClCompile Include="UdpClientSocket.cpp" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ResourceCompile Include="ChatRoomClient.rc" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="res\ChatRoomClient.rc2" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Image Include="res\ChatRoomClient.ico" />
  138. </ItemGroup>
  139. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  140. <ImportGroup Label="ExtensionTargets">
  141. </ImportGroup>
  142. <ProjectExtensions>
  143. <VisualStudio>
  144. <UserProperties RESOURCE_FILE="ChatRoomClient.rc" />
  145. </VisualStudio>
  146. </ProjectExtensions>
  147. </Project>