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

ClientInject.vcproj 6.0KB

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