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.

302 lines
7.8 KiB

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