AutopatcherClient.vcproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="AutopatcherClient"
  6. ProjectGUID="{F0B736A1-3A14-429B-A1DD-5BB9FC8620BA}"
  7. Keyword="Win32Proj">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory="Debug"
  16. IntermediateDirectory="Debug"
  17. ConfigurationType="1"
  18. CharacterSet="2"
  19. DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)">
  20. <Tool
  21. Name="VCCLCompilerTool"
  22. Optimization="0"
  23. AdditionalIncludeDirectories="./;./../../Source;./../../DependentExtensions/Autopatcher;./../../DependentExtensions/bzip2-1.0.6"
  24. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  25. MinimalRebuild="TRUE"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="1"
  28. UsePrecompiledHeader="0"
  29. WarningLevel="3"
  30. Detect64BitPortabilityProblems="TRUE"
  31. DebugInformationFormat="4"/>
  32. <Tool
  33. Name="VCCustomBuildTool"/>
  34. <Tool
  35. Name="VCLinkerTool"
  36. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Debug_Win32.lib ws2_32.lib"
  37. OutputFile="$(OutDir)/AutopatcherClient.exe"
  38. LinkIncremental="2"
  39. IgnoreDefaultLibraryNames=""
  40. GenerateDebugInformation="TRUE"
  41. ProgramDatabaseFile="$(OutDir)/AutopatcherClient.pdb"
  42. SubSystem="1"
  43. TargetMachine="1"/>
  44. <Tool
  45. Name="VCMIDLTool"/>
  46. <Tool
  47. Name="VCPostBuildEventTool"/>
  48. <Tool
  49. Name="VCPreBuildEventTool"/>
  50. <Tool
  51. Name="VCPreLinkEventTool"/>
  52. <Tool
  53. Name="VCResourceCompilerTool"/>
  54. <Tool
  55. Name="VCWebServiceProxyGeneratorTool"/>
  56. <Tool
  57. Name="VCXMLDataGeneratorTool"/>
  58. <Tool
  59. Name="VCWebDeploymentTool"/>
  60. <Tool
  61. Name="VCManagedWrapperGeneratorTool"/>
  62. <Tool
  63. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  64. </Configuration>
  65. <Configuration
  66. Name="Release|Win32"
  67. OutputDirectory="Release"
  68. IntermediateDirectory="Release"
  69. ConfigurationType="1"
  70. CharacterSet="2"
  71. DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.bat;$(TargetPath)">
  72. <Tool
  73. Name="VCCLCompilerTool"
  74. AdditionalIncludeDirectories="./;./../../Source;./../../DependentExtensions/Autopatcher;./../../DependentExtensions/bzip2-1.0.6"
  75. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  76. RuntimeLibrary="0"
  77. UsePrecompiledHeader="0"
  78. WarningLevel="3"
  79. Detect64BitPortabilityProblems="TRUE"
  80. DebugInformationFormat="3"/>
  81. <Tool
  82. Name="VCCustomBuildTool"/>
  83. <Tool
  84. Name="VCLinkerTool"
  85. AdditionalDependencies="./../../Lib/RakNet_VS2008_LibStatic_Release_Win32.lib ws2_32.lib"
  86. OutputFile="$(OutDir)/AutopatcherClient.exe"
  87. LinkIncremental="1"
  88. IgnoreDefaultLibraryNames=""
  89. GenerateDebugInformation="TRUE"
  90. SubSystem="1"
  91. OptimizeReferences="2"
  92. EnableCOMDATFolding="2"
  93. TargetMachine="1"/>
  94. <Tool
  95. Name="VCMIDLTool"/>
  96. <Tool
  97. Name="VCPostBuildEventTool"/>
  98. <Tool
  99. Name="VCPreBuildEventTool"/>
  100. <Tool
  101. Name="VCPreLinkEventTool"/>
  102. <Tool
  103. Name="VCResourceCompilerTool"/>
  104. <Tool
  105. Name="VCWebServiceProxyGeneratorTool"/>
  106. <Tool
  107. Name="VCXMLDataGeneratorTool"/>
  108. <Tool
  109. Name="VCWebDeploymentTool"/>
  110. <Tool
  111. Name="VCManagedWrapperGeneratorTool"/>
  112. <Tool
  113. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  114. </Configuration>
  115. </Configurations>
  116. <References>
  117. </References>
  118. <Files>
  119. <Filter
  120. Name="Client Files"
  121. Filter="">
  122. <File
  123. RelativePath="..\..\DependentExtensions\Autopatcher\ApplyPatch.cpp">
  124. </File>
  125. <File
  126. RelativePath="..\..\DependentExtensions\Autopatcher\ApplyPatch.h">
  127. </File>
  128. <File
  129. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherClient.cpp">
  130. </File>
  131. <File
  132. RelativePath="..\..\DependentExtensions\Autopatcher\AutopatcherClient.h">
  133. </File>
  134. </Filter>
  135. <Filter
  136. Name="Main"
  137. Filter="">
  138. <File
  139. RelativePath=".\AutopatcherClientTest.cpp">
  140. </File>
  141. </Filter>
  142. <Filter
  143. Name="BZip2"
  144. Filter="">
  145. <File
  146. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\blocksort.c">
  147. </File>
  148. <File
  149. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzip2.c">
  150. </File>
  151. <File
  152. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.c">
  153. </File>
  154. <File
  155. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib.h">
  156. </File>
  157. <File
  158. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\bzlib_private.h">
  159. </File>
  160. <File
  161. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\compress.c">
  162. </File>
  163. <File
  164. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\crctable.c">
  165. </File>
  166. <File
  167. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\decompress.c">
  168. </File>
  169. <File
  170. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\huffman.c">
  171. </File>
  172. <File
  173. RelativePath="..\..\DependentExtensions\bzip2-1.0.6\randtable.c">
  174. </File>
  175. </Filter>
  176. <Filter
  177. Name="BZip2Wrapper"
  178. Filter="">
  179. <File
  180. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.cpp">
  181. </File>
  182. <File
  183. RelativePath="..\..\DependentExtensions\Autopatcher\MemoryCompressor.h">
  184. </File>
  185. </Filter>
  186. <File
  187. RelativePath="..\..\Include\AutopatcherPatchContext.h">
  188. </File>
  189. </Files>
  190. <Globals>
  191. </Globals>
  192. </VisualStudioProject>
粤ICP备19079148号