Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

354 lines
11 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="valvelib"
  6. ProjectGUID="{B9FDD758-DFA9-4559-99E8-3451FF847972}"
  7. SccProjectName=""
  8. SccAuxPath=""
  9. SccLocalPath=""
  10. SccProvider=""
  11. Keyword="MFCProj">
  12. <Platforms>
  13. <Platform
  14. Name="Win32"/>
  15. </Platforms>
  16. <Configurations>
  17. <Configuration
  18. Name="Release|Win32"
  19. OutputDirectory=".\Release"
  20. IntermediateDirectory=".\Release"
  21. ConfigurationType="2"
  22. UseOfMFC="2"
  23. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  24. CharacterSet="2">
  25. <Tool
  26. Name="VCCLCompilerTool"
  27. Optimization="2"
  28. InlineFunctionExpansion="1"
  29. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_AFXEXT"
  30. StringPooling="TRUE"
  31. RuntimeLibrary="2"
  32. EnableFunctionLevelLinking="TRUE"
  33. UsePrecompiledHeader="3"
  34. PrecompiledHeaderThrough="stdafx.h"
  35. PrecompiledHeaderFile=".\Release/valvelib.pch"
  36. AssemblerListingLocation=".\Release/"
  37. ObjectFile=".\Release/"
  38. ProgramDataBaseFileName=".\Release/"
  39. WarningLevel="3"
  40. SuppressStartupBanner="TRUE"/>
  41. <Tool
  42. Name="VCCustomBuildTool"
  43. Description="Copying custom AppWizard to Template directory..."
  44. CommandLine="if not exist &quot;$(DevEnvDir)Template\nul&quot; md &quot;$(DevEnvDir)Template&quot;
  45. copy &quot;$(TargetPath)&quot; &quot;$(DevEnvDir)Template&quot;
  46. if exist &quot;$(OutDir)\$(TargetName).pdb&quot; copy &quot;$(OutDir)\$(TargetName).pdb&quot; &quot;$(DevEnvDir)Template&quot;
  47. "
  48. Outputs="$(DevEnvDir)Template\$(TargetName).awx"/>
  49. <Tool
  50. Name="VCLinkerTool"
  51. OutputFile=".\Release/valvelib.awx"
  52. LinkIncremental="1"
  53. SuppressStartupBanner="TRUE"
  54. ProgramDatabaseFile=".\Release/valvelib.pdb"
  55. SubSystem="2"
  56. ImportLibrary=".\Release/valvelib.lib"
  57. TargetMachine="1"/>
  58. <Tool
  59. Name="VCMIDLTool"
  60. PreprocessorDefinitions="NDEBUG"
  61. MkTypLibCompatible="TRUE"
  62. SuppressStartupBanner="TRUE"
  63. TargetEnvironment="1"
  64. TypeLibraryName=".\Release/valvelib.tlb"
  65. HeaderFileName=""/>
  66. <Tool
  67. Name="VCPostBuildEventTool"/>
  68. <Tool
  69. Name="VCPreBuildEventTool"/>
  70. <Tool
  71. Name="VCPreLinkEventTool"/>
  72. <Tool
  73. Name="VCResourceCompilerTool"
  74. PreprocessorDefinitions="NDEBUG"
  75. Culture="1033"/>
  76. <Tool
  77. Name="VCWebServiceProxyGeneratorTool"/>
  78. <Tool
  79. Name="VCXMLDataGeneratorTool"/>
  80. <Tool
  81. Name="VCWebDeploymentTool"/>
  82. <Tool
  83. Name="VCManagedWrapperGeneratorTool"/>
  84. <Tool
  85. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  86. </Configuration>
  87. <Configuration
  88. Name="Pseudo-Debug|Win32"
  89. OutputDirectory=".\Debug"
  90. IntermediateDirectory=".\Debug"
  91. ConfigurationType="2"
  92. UseOfMFC="2"
  93. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  94. CharacterSet="2">
  95. <Tool
  96. Name="VCCLCompilerTool"
  97. Optimization="0"
  98. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_PSEUDO_DEBUG;_AFXEXT"
  99. RuntimeLibrary="2"
  100. UsePrecompiledHeader="3"
  101. PrecompiledHeaderThrough="stdafx.h"
  102. PrecompiledHeaderFile=".\Debug/valvelib.pch"
  103. AssemblerListingLocation=".\Debug/"
  104. ObjectFile=".\Debug/"
  105. ProgramDataBaseFileName=".\Debug/"
  106. WarningLevel="3"
  107. SuppressStartupBanner="TRUE"
  108. DebugInformationFormat="3"/>
  109. <Tool
  110. Name="VCCustomBuildTool"
  111. Description="Copying custom AppWizard to Template directory..."
  112. CommandLine="if not exist &quot;$(DevEnvDir)Template\nul&quot; md &quot;$(DevEnvDir)Template&quot;
  113. copy &quot;$(TargetPath)&quot; &quot;$(DevEnvDir)Template&quot;
  114. if exist &quot;$(OutDir)\$(TargetName).pdb&quot; copy &quot;$(OutDir)\$(TargetName).pdb&quot; &quot;$(DevEnvDir)Template&quot;
  115. "
  116. Outputs="$(DevEnvDir)Template\$(TargetName).awx"/>
  117. <Tool
  118. Name="VCLinkerTool"
  119. OutputFile=".\Debug/valvelib.awx"
  120. LinkIncremental="1"
  121. SuppressStartupBanner="TRUE"
  122. GenerateDebugInformation="TRUE"
  123. ProgramDatabaseFile=".\Debug/valvelib.pdb"
  124. SubSystem="2"
  125. ImportLibrary=".\Debug/valvelib.lib"
  126. TargetMachine="1"/>
  127. <Tool
  128. Name="VCMIDLTool"
  129. PreprocessorDefinitions="NDEBUG"
  130. MkTypLibCompatible="TRUE"
  131. SuppressStartupBanner="TRUE"
  132. TargetEnvironment="1"
  133. TypeLibraryName=".\Debug/valvelib.tlb"
  134. HeaderFileName=""/>
  135. <Tool
  136. Name="VCPostBuildEventTool"/>
  137. <Tool
  138. Name="VCPreBuildEventTool"/>
  139. <Tool
  140. Name="VCPreLinkEventTool"/>
  141. <Tool
  142. Name="VCResourceCompilerTool"
  143. PreprocessorDefinitions="NDEBUG;_PSEUDO_DEBUG"
  144. Culture="1033"/>
  145. <Tool
  146. Name="VCWebServiceProxyGeneratorTool"/>
  147. <Tool
  148. Name="VCXMLDataGeneratorTool"/>
  149. <Tool
  150. Name="VCWebDeploymentTool"/>
  151. <Tool
  152. Name="VCManagedWrapperGeneratorTool"/>
  153. <Tool
  154. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  155. </Configuration>
  156. </Configurations>
  157. <References>
  158. </References>
  159. <Files>
  160. <Filter
  161. Name="Source Files"
  162. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  163. <File
  164. RelativePath="Chooser.cpp">
  165. </File>
  166. <File
  167. RelativePath="Cstm1Dlg.cpp">
  168. </File>
  169. <File
  170. RelativePath="Debug.cpp">
  171. </File>
  172. <File
  173. RelativePath="StdAfx.cpp">
  174. <FileConfiguration
  175. Name="Pseudo-Debug|Win32">
  176. <Tool
  177. Name="VCCLCompilerTool"
  178. UsePrecompiledHeader="1"/>
  179. </FileConfiguration>
  180. </File>
  181. <File
  182. RelativePath="valvelib.cpp">
  183. </File>
  184. <File
  185. RelativePath="hlp\valvelib.hpj">
  186. <FileConfiguration
  187. Name="Release|Win32">
  188. <Tool
  189. Name="VCCustomBuildTool"
  190. Description="Making help file..."
  191. CommandLine="start /wait hcw /C /E /M &quot;hlp\$(InputName).hpj&quot;
  192. if errorlevel 1 goto :Error
  193. if not exist &quot;hlp\$(InputName).hlp&quot; goto :Error
  194. copy &quot;hlp\$(InputName).hlp&quot; &quot;$(OutDir)&quot;
  195. copy &quot;$(OutDir)\$(TargetName).hlp&quot; &quot;$(DevEnvDir)Template&quot;
  196. goto :done
  197. :Error
  198. echo hlp\&quot;$(InputName)&quot;.hpj(1) : error:
  199. type &quot;hlp\$(InputName).log&quot;
  200. :done
  201. "
  202. AdditionalDependencies="hlp\AfxCore.rtf;hlp\AfxPrint.rtf;hlp\$(TargetName).hm;"
  203. Outputs="$(OutDir)\$(InputName).hlp;$(DevEnvDir)Template"/>
  204. </FileConfiguration>
  205. <FileConfiguration
  206. Name="Pseudo-Debug|Win32">
  207. <Tool
  208. Name="VCCustomBuildTool"
  209. Description="Making help file..."
  210. CommandLine="start /wait hcw /C /E /M &quot;hlp\$(InputName).hpj&quot;
  211. if errorlevel 1 goto :Error
  212. if not exist &quot;hlp\$(InputName).hlp&quot; goto :Error
  213. copy &quot;hlp\$(InputName).hlp&quot; &quot;$(OutDir)&quot;
  214. copy &quot;$(OutDir)\$(TargetName).hlp&quot; &quot;$(DevEnvDir)Template&quot;
  215. goto :done
  216. :Error
  217. echo hlp\&quot;$(InputName)&quot;.hpj(1) : error:
  218. type &quot;hlp\$(InputName).log&quot;
  219. :done
  220. "
  221. AdditionalDependencies="hlp\AfxCore.rtf;hlp\AfxPrint.rtf;hlp\$(TargetName).hm;"
  222. Outputs="$(OutDir)\$(InputName).hlp;$(DevEnvDir)Template"/>
  223. </FileConfiguration>
  224. </File>
  225. <File
  226. RelativePath="valvelib.rc">
  227. </File>
  228. <File
  229. RelativePath="valvelibAw.cpp">
  230. </File>
  231. </Filter>
  232. <Filter
  233. Name="Header Files"
  234. Filter="h;hpp;hxx;hm;inl">
  235. <File
  236. RelativePath="Chooser.h">
  237. </File>
  238. <File
  239. RelativePath="Cstm1Dlg.h">
  240. </File>
  241. <File
  242. RelativePath="Debug.h">
  243. </File>
  244. <File
  245. RelativePath="Resource.h">
  246. <FileConfiguration
  247. Name="Release|Win32">
  248. <Tool
  249. Name="VCCustomBuildTool"
  250. Description="Making help include file..."
  251. CommandLine="echo. &gt;&quot;hlp\$(TargetName).hm&quot;
  252. echo // Commands (ID_* and IDM_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  253. makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  254. echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  255. echo // Prompts (IDP_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  256. makehm IDP_,HIDP_,0x30000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  257. echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  258. echo // Resources (IDR_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  259. makehm IDR_,HIDR_,0x20000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  260. echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  261. echo // Dialogs (IDD_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  262. makehm IDD_,HIDD_,0x20000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  263. echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  264. echo // Frame Controls (IDW_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  265. makehm IDW_,HIDW_,0x50000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  266. "
  267. Outputs="hlp\$(TargetName).hm"/>
  268. </FileConfiguration>
  269. <FileConfiguration
  270. Name="Pseudo-Debug|Win32">
  271. <Tool
  272. Name="VCCustomBuildTool"
  273. Description="Making help include file..."
  274. CommandLine="echo. &gt;&quot;hlp\$(TargetName).hm&quot;
  275. echo // Commands (ID_* and IDM_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  276. makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  277. echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  278. echo // Prompts (IDP_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  279. makehm IDP_,HIDP_,0x30000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  280. echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  281. echo // Resources (IDR_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  282. makehm IDR_,HIDR_,0x20000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  283. echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  284. echo // Dialogs (IDD_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  285. makehm IDD_,HIDD_,0x20000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  286. echo. &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  287. echo // Frame Controls (IDW_*) &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  288. makehm IDW_,HIDW_,0x50000 resource.h &gt;&gt;&quot;hlp\$(TargetName).hm&quot;
  289. "
  290. Outputs="hlp\$(TargetName).hm"/>
  291. </FileConfiguration>
  292. </File>
  293. <File
  294. RelativePath="StdAfx.h">
  295. </File>
  296. <File
  297. RelativePath="valvelib.h">
  298. </File>
  299. <File
  300. RelativePath="valvelibAw.h">
  301. </File>
  302. </Filter>
  303. <Filter
  304. Name="Resource Files"
  305. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  306. <File
  307. RelativePath="res\valvelib.ico">
  308. </File>
  309. </Filter>
  310. <Filter
  311. Name="Help Files"
  312. Filter="cnt;rtf">
  313. <File
  314. RelativePath="hlp\valvelib.rtf">
  315. </File>
  316. </Filter>
  317. <Filter
  318. Name="Template Files"
  319. Filter="&lt;templates&gt;">
  320. <File
  321. RelativePath="Template\confirm.inf">
  322. <FileConfiguration
  323. Name="Release|Win32"
  324. ExcludedFromBuild="TRUE">
  325. <Tool
  326. Name="VCCustomBuildTool"/>
  327. </FileConfiguration>
  328. <FileConfiguration
  329. Name="Pseudo-Debug|Win32"
  330. ExcludedFromBuild="TRUE">
  331. <Tool
  332. Name="VCCustomBuildTool"/>
  333. </FileConfiguration>
  334. </File>
  335. <File
  336. RelativePath="Template\newproj.inf">
  337. <FileConfiguration
  338. Name="Release|Win32"
  339. ExcludedFromBuild="TRUE">
  340. <Tool
  341. Name="VCCustomBuildTool"/>
  342. </FileConfiguration>
  343. <FileConfiguration
  344. Name="Pseudo-Debug|Win32"
  345. ExcludedFromBuild="TRUE">
  346. <Tool
  347. Name="VCCustomBuildTool"/>
  348. </FileConfiguration>
  349. </File>
  350. </Filter>
  351. </Files>
  352. <Globals>
  353. </Globals>
  354. </VisualStudioProject>