Clone of Akilla's acserver @ https://github.com/deregtd/ACServer

ClientLogon.vcproj 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="ClientLogon"
  6. SccProjectName="&quot;$/ACEmu/ClientLogon&quot;, XKAAAAAA"
  7. SccLocalPath=".">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Release|Win32"
  15. OutputDirectory=".\..\ClientRelease"
  16. IntermediateDirectory=".\Release"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="TRUE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="1"
  24. InlineFunctionExpansion="2"
  25. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;STRICT"
  26. StringPooling="TRUE"
  27. RuntimeLibrary="0"
  28. EnableFunctionLevelLinking="TRUE"
  29. UsePrecompiledHeader="3"
  30. PrecompiledHeaderThrough="stdafx.h"
  31. PrecompiledHeaderFile=".\Release/ClientLogon.pch"
  32. AssemblerListingLocation=".\Release/"
  33. ObjectFile=".\Release/"
  34. ProgramDataBaseFileName=".\Release/"
  35. BrowseInformation="1"
  36. WarningLevel="3"
  37. SuppressStartupBanner="TRUE"
  38. DebugInformationFormat="3"/>
  39. <Tool
  40. Name="VCCustomBuildTool"/>
  41. <Tool
  42. Name="VCLinkerTool"
  43. AdditionalDependencies="comctl32.lib odbc32.lib odbccp32.lib ws2_32.lib ../clientrelease/clientinject.lib"
  44. OutputFile=".\..\ClientRelease/ClientLogon.exe"
  45. LinkIncremental="1"
  46. SuppressStartupBanner="TRUE"
  47. GenerateDebugInformation="TRUE"
  48. ProgramDatabaseFile=".\..\ClientRelease/ClientLogon.pdb"
  49. SubSystem="2"
  50. TargetMachine="1"/>
  51. <Tool
  52. Name="VCMIDLTool"
  53. PreprocessorDefinitions="NDEBUG"
  54. MkTypLibCompatible="TRUE"
  55. SuppressStartupBanner="TRUE"
  56. TargetEnvironment="1"
  57. TypeLibraryName=".\..\ClientRelease/ClientLogon.tlb"
  58. HeaderFileName=""/>
  59. <Tool
  60. Name="VCPostBuildEventTool"/>
  61. <Tool
  62. Name="VCPreBuildEventTool"/>
  63. <Tool
  64. Name="VCPreLinkEventTool"/>
  65. <Tool
  66. Name="VCResourceCompilerTool"
  67. PreprocessorDefinitions="NDEBUG"
  68. Culture="4105"/>
  69. <Tool
  70. Name="VCWebServiceProxyGeneratorTool"/>
  71. <Tool
  72. Name="VCXMLDataGeneratorTool"/>
  73. <Tool
  74. Name="VCWebDeploymentTool"/>
  75. <Tool
  76. Name="VCManagedWrapperGeneratorTool"/>
  77. <Tool
  78. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  79. </Configuration>
  80. <Configuration
  81. Name="Debug|Win32"
  82. OutputDirectory=".\..\ClientDebug"
  83. IntermediateDirectory=".\Debug"
  84. ConfigurationType="1"
  85. UseOfMFC="0"
  86. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  87. CharacterSet="2">
  88. <Tool
  89. Name="VCCLCompilerTool"
  90. Optimization="0"
  91. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;STRICT"
  92. BasicRuntimeChecks="3"
  93. RuntimeLibrary="1"
  94. UsePrecompiledHeader="3"
  95. PrecompiledHeaderThrough="stdafx.h"
  96. PrecompiledHeaderFile=".\Debug/ClientLogon.pch"
  97. AssemblerListingLocation=".\Debug/"
  98. ObjectFile=".\Debug/"
  99. ProgramDataBaseFileName=".\Debug/"
  100. BrowseInformation="1"
  101. WarningLevel="3"
  102. SuppressStartupBanner="TRUE"
  103. DebugInformationFormat="4"/>
  104. <Tool
  105. Name="VCCustomBuildTool"/>
  106. <Tool
  107. Name="VCLinkerTool"
  108. AdditionalDependencies="comctl32.lib odbc32.lib odbccp32.lib ws2_32.lib ../clientdebug/clientinject.lib"
  109. OutputFile=".\..\ClientDebug/ClientLogon.exe"
  110. LinkIncremental="1"
  111. SuppressStartupBanner="TRUE"
  112. GenerateDebugInformation="TRUE"
  113. ProgramDatabaseFile=".\..\ClientDebug/ClientLogon.pdb"
  114. SubSystem="2"
  115. TargetMachine="1"/>
  116. <Tool
  117. Name="VCMIDLTool"
  118. PreprocessorDefinitions="_DEBUG"
  119. MkTypLibCompatible="TRUE"
  120. SuppressStartupBanner="TRUE"
  121. TargetEnvironment="1"
  122. TypeLibraryName=".\..\ClientDebug/ClientLogon.tlb"
  123. HeaderFileName=""/>
  124. <Tool
  125. Name="VCPostBuildEventTool"/>
  126. <Tool
  127. Name="VCPreBuildEventTool"/>
  128. <Tool
  129. Name="VCPreLinkEventTool"/>
  130. <Tool
  131. Name="VCResourceCompilerTool"
  132. PreprocessorDefinitions="_DEBUG"
  133. Culture="4105"/>
  134. <Tool
  135. Name="VCWebServiceProxyGeneratorTool"/>
  136. <Tool
  137. Name="VCXMLDataGeneratorTool"/>
  138. <Tool
  139. Name="VCWebDeploymentTool"/>
  140. <Tool
  141. Name="VCManagedWrapperGeneratorTool"/>
  142. <Tool
  143. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  144. </Configuration>
  145. </Configurations>
  146. <References>
  147. </References>
  148. <Files>
  149. <Filter
  150. Name="Source Files"
  151. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  152. <File
  153. RelativePath="ClientLogon.cpp">
  154. <FileConfiguration
  155. Name="Release|Win32">
  156. <Tool
  157. Name="VCCLCompilerTool"
  158. Optimization="1"
  159. PreprocessorDefinitions=""
  160. BrowseInformation="1"/>
  161. </FileConfiguration>
  162. <FileConfiguration
  163. Name="Debug|Win32">
  164. <Tool
  165. Name="VCCLCompilerTool"
  166. Optimization="0"
  167. PreprocessorDefinitions=""
  168. BasicRuntimeChecks="3"
  169. BrowseInformation="1"/>
  170. </FileConfiguration>
  171. </File>
  172. <File
  173. RelativePath="ClientLogon.rc">
  174. </File>
  175. <File
  176. RelativePath="stdafx.cpp">
  177. <FileConfiguration
  178. Name="Release|Win32">
  179. <Tool
  180. Name="VCCLCompilerTool"
  181. Optimization="1"
  182. PreprocessorDefinitions=""
  183. UsePrecompiledHeader="1"
  184. BrowseInformation="1"/>
  185. </FileConfiguration>
  186. <FileConfiguration
  187. Name="Debug|Win32">
  188. <Tool
  189. Name="VCCLCompilerTool"
  190. Optimization="0"
  191. PreprocessorDefinitions=""
  192. BasicRuntimeChecks="3"
  193. UsePrecompiledHeader="1"
  194. BrowseInformation="1"/>
  195. </FileConfiguration>
  196. </File>
  197. </Filter>
  198. <Filter
  199. Name="Header Files"
  200. Filter="h;hpp;hxx;hm;inl">
  201. <File
  202. RelativePath="maindlg.h">
  203. </File>
  204. <File
  205. RelativePath="resource.h">
  206. </File>
  207. <File
  208. RelativePath="stdafx.h">
  209. </File>
  210. </Filter>
  211. <Filter
  212. Name="Resource Files"
  213. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  214. <File
  215. RelativePath="res\ClientLogon.ico">
  216. </File>
  217. </Filter>
  218. </Files>
  219. <Globals>
  220. </Globals>
  221. </VisualStudioProject>