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.

291 lines
6.8 KiB

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="vkeyedit"
  6. ProjectGUID="{16118397-BF4E-4ACD-87D3-38A4B7A74591}"
  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="Debug|Win32"
  19. OutputDirectory=".\Debug"
  20. IntermediateDirectory=".\Debug"
  21. ConfigurationType="1"
  22. UseOfMFC="2"
  23. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  24. CharacterSet="2">
  25. <Tool
  26. Name="VCCLCompilerTool"
  27. Optimization="0"
  28. AdditionalIncludeDirectories="..\..\public"
  29. PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  30. BasicRuntimeChecks="3"
  31. RuntimeLibrary="3"
  32. UsePrecompiledHeader="2"
  33. PrecompiledHeaderThrough="stdafx.h"
  34. PrecompiledHeaderFile=".\Debug/vkeyedit.pch"
  35. AssemblerListingLocation=".\Debug/"
  36. ObjectFile=".\Debug/"
  37. ProgramDataBaseFileName=".\Debug/"
  38. BrowseInformation="1"
  39. WarningLevel="3"
  40. SuppressStartupBanner="TRUE"
  41. DebugInformationFormat="4"
  42. CompileAs="0"/>
  43. <Tool
  44. Name="VCCustomBuildTool"/>
  45. <Tool
  46. Name="VCLinkerTool"
  47. AdditionalDependencies="..\..\lib\public\tier0.lib ..\..\lib\public\vstdlib.lib"
  48. OutputFile=".\Debug/vkeyedit.exe"
  49. LinkIncremental="1"
  50. SuppressStartupBanner="TRUE"
  51. GenerateDebugInformation="TRUE"
  52. ProgramDatabaseFile=".\Debug/vkeyedit.pdb"
  53. SubSystem="2"
  54. TargetMachine="1"/>
  55. <Tool
  56. Name="VCMIDLTool"
  57. PreprocessorDefinitions="_DEBUG"
  58. MkTypLibCompatible="TRUE"
  59. SuppressStartupBanner="TRUE"
  60. TargetEnvironment="1"
  61. TypeLibraryName=".\Debug/vkeyedit.tlb"
  62. HeaderFileName=""/>
  63. <Tool
  64. Name="VCPostBuildEventTool"/>
  65. <Tool
  66. Name="VCPreBuildEventTool"/>
  67. <Tool
  68. Name="VCPreLinkEventTool"/>
  69. <Tool
  70. Name="VCResourceCompilerTool"
  71. PreprocessorDefinitions="_DEBUG"
  72. Culture="1033"/>
  73. <Tool
  74. Name="VCWebServiceProxyGeneratorTool"/>
  75. <Tool
  76. Name="VCXMLDataGeneratorTool"/>
  77. <Tool
  78. Name="VCWebDeploymentTool"/>
  79. <Tool
  80. Name="VCManagedWrapperGeneratorTool"/>
  81. <Tool
  82. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  83. </Configuration>
  84. <Configuration
  85. Name="Release|Win32"
  86. OutputDirectory=".\Release"
  87. IntermediateDirectory=".\Release"
  88. ConfigurationType="1"
  89. UseOfMFC="2"
  90. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  91. CharacterSet="2">
  92. <Tool
  93. Name="VCCLCompilerTool"
  94. Optimization="2"
  95. InlineFunctionExpansion="1"
  96. AdditionalIncludeDirectories="..\..\public"
  97. PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  98. StringPooling="TRUE"
  99. RuntimeLibrary="2"
  100. EnableFunctionLevelLinking="TRUE"
  101. UsePrecompiledHeader="2"
  102. PrecompiledHeaderThrough="stdafx.h"
  103. PrecompiledHeaderFile=".\Release/vkeyedit.pch"
  104. AssemblerListingLocation=".\Release/"
  105. ObjectFile=".\Release/"
  106. ProgramDataBaseFileName=".\Release/"
  107. BrowseInformation="1"
  108. WarningLevel="3"
  109. SuppressStartupBanner="TRUE"
  110. CompileAs="0"/>
  111. <Tool
  112. Name="VCCustomBuildTool"/>
  113. <Tool
  114. Name="VCLinkerTool"
  115. AdditionalDependencies="..\..\lib\public\tier0.lib ..\..\lib\public\vstdlib.lib"
  116. OutputFile=".\Release/vkeyedit.exe"
  117. LinkIncremental="1"
  118. SuppressStartupBanner="TRUE"
  119. ProgramDatabaseFile=".\Release/vkeyedit.pdb"
  120. SubSystem="2"
  121. TargetMachine="1"/>
  122. <Tool
  123. Name="VCMIDLTool"
  124. PreprocessorDefinitions="NDEBUG"
  125. MkTypLibCompatible="TRUE"
  126. SuppressStartupBanner="TRUE"
  127. TargetEnvironment="1"
  128. TypeLibraryName=".\Release/vkeyedit.tlb"
  129. HeaderFileName=""/>
  130. <Tool
  131. Name="VCPostBuildEventTool"/>
  132. <Tool
  133. Name="VCPreBuildEventTool"/>
  134. <Tool
  135. Name="VCPreLinkEventTool"/>
  136. <Tool
  137. Name="VCResourceCompilerTool"
  138. PreprocessorDefinitions="NDEBUG"
  139. Culture="1033"/>
  140. <Tool
  141. Name="VCWebServiceProxyGeneratorTool"/>
  142. <Tool
  143. Name="VCXMLDataGeneratorTool"/>
  144. <Tool
  145. Name="VCWebDeploymentTool"/>
  146. <Tool
  147. Name="VCManagedWrapperGeneratorTool"/>
  148. <Tool
  149. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  150. </Configuration>
  151. </Configurations>
  152. <References>
  153. </References>
  154. <Files>
  155. <Filter
  156. Name="Source Files"
  157. Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  158. <File
  159. RelativePath="MainFrm.cpp">
  160. </File>
  161. <File
  162. RelativePath="..\..\public\tier0\memoverride.cpp">
  163. <FileConfiguration
  164. Name="Debug|Win32">
  165. <Tool
  166. Name="VCCLCompilerTool"
  167. UsePrecompiledHeader="0"/>
  168. </FileConfiguration>
  169. <FileConfiguration
  170. Name="Release|Win32">
  171. <Tool
  172. Name="VCCLCompilerTool"
  173. UsePrecompiledHeader="0"/>
  174. </FileConfiguration>
  175. </File>
  176. <File
  177. RelativePath="StdAfx.cpp">
  178. </File>
  179. <File
  180. RelativePath="vkeyedit.cpp">
  181. </File>
  182. <File
  183. RelativePath="vkeyedit.rc">
  184. </File>
  185. <File
  186. RelativePath="vkeyeditDoc.cpp">
  187. </File>
  188. <File
  189. RelativePath="vkeyeditView.cpp">
  190. </File>
  191. <File
  192. RelativePath="Vkeylistview.cpp">
  193. </File>
  194. </Filter>
  195. <Filter
  196. Name="Header Files"
  197. Filter="h;hpp;hxx;hm;inl">
  198. <File
  199. RelativePath="..\..\public\mathlib\IceKey.H">
  200. </File>
  201. <File
  202. RelativePath="..\..\public\tier1\interface.h">
  203. </File>
  204. <File
  205. RelativePath="..\..\public\tier1\KeyValues.h">
  206. </File>
  207. <File
  208. RelativePath="MainFrm.h">
  209. </File>
  210. <File
  211. RelativePath="Resource.h">
  212. </File>
  213. <File
  214. RelativePath="StdAfx.h">
  215. </File>
  216. <File
  217. RelativePath="..\..\public\tier1\utlbuffer.h">
  218. </File>
  219. <File
  220. RelativePath="vkeyedit.h">
  221. </File>
  222. <File
  223. RelativePath="vkeyeditDoc.h">
  224. </File>
  225. <File
  226. RelativePath="vkeyeditView.h">
  227. </File>
  228. <File
  229. RelativePath="Vkeylistview.h">
  230. </File>
  231. </Filter>
  232. <Filter
  233. Name="Resource Files"
  234. Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  235. <File
  236. RelativePath="res\Toolbar.bmp">
  237. </File>
  238. <File
  239. RelativePath="res\vkeyedit.ico">
  240. </File>
  241. <File
  242. RelativePath="res\vkeyedit.rc2">
  243. </File>
  244. <File
  245. RelativePath="res\vkeyeditDoc.ico">
  246. </File>
  247. </Filter>
  248. <File
  249. RelativePath="ReadMe.txt">
  250. </File>
  251. <File
  252. RelativePath="..\..\lib\public\tier0.lib">
  253. <FileConfiguration
  254. Name="Debug|Win32">
  255. <Tool
  256. Name="VCCustomBuildTool"
  257. Description=""
  258. CommandLine=""/>
  259. </FileConfiguration>
  260. <FileConfiguration
  261. Name="Release|Win32">
  262. <Tool
  263. Name="VCCustomBuildTool"
  264. Description=""
  265. CommandLine=""/>
  266. </FileConfiguration>
  267. </File>
  268. <File
  269. RelativePath="..\..\lib\public\tier1.lib">
  270. </File>
  271. <File
  272. RelativePath="..\..\lib\public\vstdlib.lib">
  273. <FileConfiguration
  274. Name="Debug|Win32">
  275. <Tool
  276. Name="VCCustomBuildTool"
  277. Description=""
  278. CommandLine=""/>
  279. </FileConfiguration>
  280. <FileConfiguration
  281. Name="Release|Win32">
  282. <Tool
  283. Name="VCCustomBuildTool"
  284. Description=""
  285. CommandLine=""/>
  286. </FileConfiguration>
  287. </File>
  288. </Files>
  289. <Globals>
  290. </Globals>
  291. </VisualStudioProject>